How to run.bsp files from the SPICE archive (potentially using gui elements?)
Posted: Thu Oct 31, 2024 8:55 pm
ive tried to load cassini .bsp files into the code using the example file (provided below) however i get the error message:
Location: Mission Plan Line 130
Script: Step Cassini
Command Script: Step Cassini;
Message: Spice Error: Insufficient ephemeris data has been loaded to compute the state of -82 (CASSINI) relative to 699 (SATURN) at the ephemeris epoch 2017 AUG 23 00:33:09.182 TDB.
Im not sure what this error could be because all i did was replace the file from:
SpiceEphem.SpiceFiles[0] = "..\_Support_Files\090421BP_SCPSE_09109_09130.bsp";
to:
SpiceEphem.SpiceFiles[0] = "..\_Support_Files\200128RU_SCPSE_17235_17258.bsp";
so there was no additional .bsp files or leap second files loaded, i dont see how one can work and the other cant, i also tried loading into SAT441.bsp and that didnt change anything, i was also wondering if there was a easily way using the gui to run these .bsp files, as in GMAT is was easy enough to load them purely in the gui
Location: Mission Plan Line 130
Script: Step Cassini
Command Script: Step Cassini;
Message: Spice Error: Insufficient ephemeris data has been loaded to compute the state of -82 (CASSINI) relative to 699 (SATURN) at the ephemeris epoch 2017 AUG 23 00:33:09.182 TDB.
Im not sure what this error could be because all i did was replace the file from:
SpiceEphem.SpiceFiles[0] = "..\_Support_Files\090421BP_SCPSE_09109_09130.bsp";
to:
SpiceEphem.SpiceFiles[0] = "..\_Support_Files\200128RU_SCPSE_17235_17258.bsp";
so there was no additional .bsp files or leap second files loaded, i dont see how one can work and the other cant, i also tried loading into SAT441.bsp and that didnt change anything, i was also wondering if there was a easily way using the gui to run these .bsp files, as in GMAT is was easy enough to load them purely in the gui