We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 020702b commit 945065aCopy full SHA for 945065a
astroquery/ipac/nexsci/nasa_exoplanet_archive/core.py
@@ -39,6 +39,8 @@
39
"BKJD": None, # TODO: optionally support mapping columns to Time objects
40
"D_L": u.pc,
41
"D_S": u.pc,
42
+ "micron": u.um,
43
+ "microns": u.um,
44
"Earth flux": u.L_sun / (4 * np.pi * u.au**2),
45
"Earth Flux": u.L_sun / (4 * np.pi * u.au**2),
46
"Fearth": u.L_sun / (4 * np.pi * u.au**2),
@@ -73,6 +75,7 @@
73
75
"log(Solar)": u.dex(u.L_sun),
74
76
"mags": u.mag,
77
"microas": u.uas,
78
+ "uas": u.uas,
79
"perc": u.percent,
80
"pi_E": None,
81
"pi_EE": None,
0 commit comments