-
Hi! I have a a few questions about simulation time in Basilisk. Firstly, what is the assumed calendar start time of a simulation? Second, when setting the initial conditions for an orbit, what is the proper way to set the initial time or "orbit epoch"? I have seen references to In my current set up, adjusting Thank you in advance for the help! |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
The default simulation year, month, day, etc. are defined in
If you look at modules that depend on date and time (some magnetic field, atmospheric drag, etc.), you will see the use of |
Beta Was this translation helpful? Give feedback.
-
Regarding setting the spice simulation time, that only impacts that module. |
Beta Was this translation helpful? Give feedback.
-
To see how to make Vizard know what the mission time is, I recommend using a stand-alone epoch message as is done in the scenario script
which tells |
Beta Was this translation helpful? Give feedback.
-
Thank you! I think I was confused about what time the initial true anomaly corresponded to. My understanding now is that the |
Beta Was this translation helpful? Give feedback.
The default simulation year, month, day, etc. are defined in
If you look at modules that depend on date and time (some magnetic field, atmospheric drag, etc.), you will see the use of
EPOCH_YEAR
,EPOCH_MONTH
, ... that are defined in that class.