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:

 

Sun-synchronous

Geosynchronous

Molniya

Circular

Interplanetary (Wizard available in FreeFlyer Script only - in the Spacecraft Object Editor, simply change the Spacecraft's Central Body.)

 

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

Mission Plan Wizard: Orbit Type GUI

 

 

Using the Orbit Wizard in FreeFlyer Script


The 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 Files


Ephemeris 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


Ephemerides and AHF

Spacecraft Propagation