File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
astroquery/ipac/nexsci/nasa_exoplanet_archive Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -69,6 +69,11 @@ simbad
6969
7070- Fixed non existing flux filters as votable fields would fail silently [#3186]
7171
72+ ipac.nexsci.nasa_exoplanet_archive
73+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74+
75+ - Add missing unit strings to unit mapper. ``micron ``, ``microns ``, and ``uas ``. [#3188]
76+
7277
7378Infrastructure, Utility and Other Changes and Additions
7479-------------------------------------------------------
Original file line number Diff line number Diff line change 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 ),
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 ,
You can’t perform that action at this time.
0 commit comments