Orbit Wizard |
Top Previous Next |
The Orbit Wizard is accessible via the Orbit Wizard button at the bottom of the Orbit Page of the Spacecraft Object Editor, and through FreeFlyer script. Using the Orbit Wizard allows you to quickly load orbit state data from a file or create an orbit in one of the following orbit types:
With the exception of the Interplanetary Orbit Wizard, the central body for the Orbit Wizard is always the Earth.
Mission Plan Wizard: Orbit Type GUI
Using the Orbit Wizard in FreeFlyer ScriptThe examples below show use the Orbit Wizard through FreeFlyer script. Each orbit type is configured using a different method of the Spacecraft object.
Loading Orbit States from External FilesEphemeris or SGP4 TLE files can be used to initialize a spacecraft's state in the orbit wizard by clicking the "Load State from File" option in the Orbit Type drop down box, and then browsing for the file. The spacecraft state will be initialized using a single user-specified vector or TLE.
To load a single state from an ephemeris or TLE from FreeFlyer script, the Spacecraft.LoadTLE and Ephemeris.GetVector methods can be used:
See Ephemerides and AHF for more information on ephemeris files, or the Spacecraft Propagation guide for more information on modeling spacecraft motion.
See Also
|