Skip to content

Commit 3a207b2

Browse files
authored
Merge pull request #3137 from rickynilsson/fix_issue_2949
Fix issue 2949: nasa_exoplanet_archive transit duration unit fix
2 parents 5639442 + 50867f6 commit 3a207b2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ mast
227227

228228
- Present users with an error when nonexistent query criteria are used in ``mast.MastMissions`` query functions. [#3126]
229229

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
231231
``mast.Catalogs.query_object``. [#3126]
232232

233233
- Handle HLSP data products in ``Observations.get_cloud_uris``. [#3126]
@@ -477,6 +477,8 @@ ipac.nexsci.nasa_exoplanet_archive
477477
- Stability improvements to ``query_aliases`` to address bug that made
478478
method retrieve no aliases for multiple star systems. [#2506]
479479

480+
- Fix unit inconsistency in ``pl_trandur`` from day(s) to hour(s). [#3137]
481+
480482
jplhorizons
481483
^^^^^^^^^^^
482484

astroquery/ipac/nexsci/nasa_exoplanet_archive/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
"degrees": u.deg,
6666
"dexincgs": u.dex(u.cm / u.s ** 2),
6767
"hours": u.hr,
68+
"hour": u.hr,
6869
"hrs": u.hr,
6970
"kelvin": u.K,
7071
"logLsun": u.dex(u.L_sun),

0 commit comments

Comments
 (0)