Skip to content

Commit

Permalink
Update example m20 spice kernels
Browse files Browse the repository at this point in the history
  • Loading branch information
tariqksoliman committed Nov 11, 2024
1 parent 455cb9e commit 668a9c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Missions/spice-kernels-conf.example.mars2020.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"description": "MARS",
"kernels": [
"https://naif.jpl.nasa.gov/pub/naif/generic_kernels/lsk/naif0012.tls",
"https://naif.jpl.nasa.gov/pub/naif/MARS2020/kernels/pck/pck00010.tpc",
"https://naif.jpl.nasa.gov/pub/naif/MARS2020/kernels/spk/de438s.bsp",
"https://naif.jpl.nasa.gov/pub/naif/generic_kernels/pck/pck00011.tpc",
"https://naif.jpl.nasa.gov/pub/naif/generic_kernels/spk/planets/de440.bsp",
"https://naif.jpl.nasa.gov/pub/naif/MARS2020/kernels/spk/mar097s.bsp",
"https://naif.jpl.nasa.gov/pub/naif/generic_kernels/pck/mars_iau2000_v1.tpc"
],
Expand Down
2 changes: 2 additions & 0 deletions private/api/ll2aerll.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# !!! Currently only designed for Mars

# example: python ll2aerll.py [lng] [lat] [height] [target] [time] [obsRefFrame] [obsBody] [includeSunEarth] [isCustom] [customAz] [customEl] [customRange]
# python ll2aerll.py 77.36885547637941 18.481028548936987 -2410.2507 MRO "2023 NOV 10 00:21:31 UTC" IAU_MARS MARS false false

import sys
import json
import os
Expand Down

0 comments on commit 668a9c2

Please sign in to comment.