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
69
69
70
70
- Fixed non existing flux filters as votable fields would fail silently [#3186]
71
71
72
+ ipac.nexsci.nasa_exoplanet_archive
73
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
74
+
75
+ - Add missing unit strings to unit mapper. ``micron ``, ``microns ``, and ``uas ``. [#3188]
76
+
72
77
73
78
Infrastructure, Utility and Other Changes and Additions
74
79
-------------------------------------------------------
Original file line number Diff line number Diff line change 39
39
"BKJD" : None , # TODO: optionally support mapping columns to Time objects
40
40
"D_L" : u .pc ,
41
41
"D_S" : u .pc ,
42
+ "micron" : u .um ,
43
+ "microns" : u .um ,
42
44
"Earth flux" : u .L_sun / (4 * np .pi * u .au ** 2 ),
43
45
"Earth Flux" : u .L_sun / (4 * np .pi * u .au ** 2 ),
44
46
"Fearth" : u .L_sun / (4 * np .pi * u .au ** 2 ),
73
75
"log(Solar)" : u .dex (u .L_sun ),
74
76
"mags" : u .mag ,
75
77
"microas" : u .uas ,
78
+ "uas" : u .uas ,
76
79
"perc" : u .percent ,
77
80
"pi_E" : None ,
78
81
"pi_EE" : None ,
You can’t perform that action at this time.
0 commit comments