SETI / rms-opus

PDS OPUS - Outer Planets Data Search Tool
Apache License 2.0
9 stars 7 forks source link

Fix Cassini Mission phase NULL problem #1377

Closed rfrenchseti closed 3 weeks ago

rfrenchseti commented 3 weeks ago

Description of changes:

Some Cassini ISS observations have a MISSION_PHASE_NAME of "NULL" and we were converting these to a mult of None, which isn't permitted. Now we infer the proper mission phase name from the observation time in these cases.

Known problems:

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (62d7c27) to head (7aa6a5c).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1377 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 41 41 Lines 25084 25084 Branches 1221 1221 ========================================= Hits 25084 25084 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.