Skip to content

Commit

Permalink
corrected new horizons radii in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jrcain-usgs authored and acpaquette committed Mar 20, 2023
1 parent b05e9e5 commit a4a159c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions tests/pytests/data/isds/mvic_mpf_isd.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"name_model": "USGS_ASTRO_FRAME_SENSOR_MODEL",
"center_ephemeris_time": 486576443.42086315,
"radii": {
"semimajor": 1195.0,
"semiminor": 1195.0,
"semimajor": 1188.3,
"semiminor": 1188.3,
"unit": "km"
},
"body_rotation": {
Expand Down Expand Up @@ -1638,9 +1638,9 @@
},
"naif_keywords": {
"BODY999_RADII": [
1195.0,
1195.0,
1195.0
1188.3,
1188.3,
1188.3
],
"BODY_FRAME_CODE": 10019,
"BODY_CODE": 999,
Expand Down
10 changes: 5 additions & 5 deletions tests/pytests/data/isds/nhleisa_isd.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"starting_ephemeris_time": 487928588.0336103,
"center_ephemeris_time": 487928745.5376103,
"radii": {
"semimajor": 1195.0,
"semiminor": 1195.0,
"semimajor": 1188.3,
"semiminor": 1188.3,
"unit": "km"
},
"body_rotation": {
Expand Down Expand Up @@ -4527,9 +4527,9 @@
},
"naif_keywords": {
"BODY999_RADII": [
1195.0,
1195.0,
1195.0
1188.3,
1188.3,
1188.3
],
"BODY_FRAME_CODE": 10019,
"BODY_CODE": 999,
Expand Down

0 comments on commit a4a159c

Please sign in to comment.