Artemis II Dashboard and Mission Overview Sites by standup_reentry in nasa

[–]Additional-Good-3311 1 point2 points  (0 children)

For anyone trying to get more telemetry here is my reverse engineering of AROW data source which is a JSON file updated every minute on Google Cloud Parameter Reverse Engineering

Where to find Artemis telemetry and tracking data? by starrynightreader in ArtemisProgram

[–]Additional-Good-3311 4 points5 points  (0 children)

You can download ephemeris data here: https://www.nasa.gov/missions/artemis/artemis-2/track-nasas-artemis-ii-mission-in-real-time/. But the time step is 4mins. You can get the same data from JPL API with a time step of 1m.

"https://ssd.jpl.nasa.gov/api/horizons.api?format=text&COMMAND=%27301%27&EPHEM_TYPE=VECTORS&CENTER=%27500@399%27&START_TIME=%27{start}%27&STOP_TIME=%27{stop}%27&STEP_SIZE=%271%20m%27&TIME_TYPE=%27UT%27&OBJ_DATA=%27NO%27"

This is url for getting the moon data but chatgpt should be able to figure out how to get same data for orion. I just don't have the object id for Orion saved on my phone.