File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
astroquery/ipac/nexsci/nasa_exoplanet_archive Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 227
227
228
228
- Present users with an error when nonexistent query criteria are used in ``mast.MastMissions `` query functions. [#3126]
229
229
230
- - Present users with an error when nonexistent query criteria are used in ``mast.Catalogs.query_region `` and
230
+ - Present users with an error when nonexistent query criteria are used in ``mast.Catalogs.query_region `` and
231
231
``mast.Catalogs.query_object ``. [#3126]
232
232
233
233
- Handle HLSP data products in ``Observations.get_cloud_uris ``. [#3126]
@@ -477,6 +477,8 @@ ipac.nexsci.nasa_exoplanet_archive
477
477
- Stability improvements to ``query_aliases `` to address bug that made
478
478
method retrieve no aliases for multiple star systems. [#2506]
479
479
480
+ - Fix unit inconsistency in ``pl_trandur `` from day(s) to hour(s). [#3137]
481
+
480
482
jplhorizons
481
483
^^^^^^^^^^^
482
484
Original file line number Diff line number Diff line change 65
65
"degrees" : u .deg ,
66
66
"dexincgs" : u .dex (u .cm / u .s ** 2 ),
67
67
"hours" : u .hr ,
68
+ "hour" : u .hr ,
68
69
"hrs" : u .hr ,
69
70
"kelvin" : u .K ,
70
71
"logLsun" : u .dex (u .L_sun ),
You can’t perform that action at this time.
0 commit comments