Skip to content

Commit 945065a

Browse files
rickynilssonbsipocz
authored andcommitted
Add missing unit strings to unit mapper.
1 parent 020702b commit 945065a

File tree

1 file changed

+3
-0
lines changed
  • astroquery/ipac/nexsci/nasa_exoplanet_archive

1 file changed

+3
-0
lines changed

astroquery/ipac/nexsci/nasa_exoplanet_archive/core.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@
3939
"BKJD": None, # TODO: optionally support mapping columns to Time objects
4040
"D_L": u.pc,
4141
"D_S": u.pc,
42+
"micron": u.um,
43+
"microns": u.um,
4244
"Earth flux": u.L_sun / (4 * np.pi * u.au**2),
4345
"Earth Flux": u.L_sun / (4 * np.pi * u.au**2),
4446
"Fearth": u.L_sun / (4 * np.pi * u.au**2),
@@ -73,6 +75,7 @@
7375
"log(Solar)": u.dex(u.L_sun),
7476
"mags": u.mag,
7577
"microas": u.uas,
78+
"uas": u.uas,
7679
"perc": u.percent,
7780
"pi_E": None,
7881
"pi_EE": None,

0 commit comments

Comments
 (0)