Search found 6 matches
- Fri Dec 06, 2024 6:05 am
- Forum: Support Discussion Board
- Topic: Earth Orientation Parameters (EOP) data run time warnings
- Replies: 0
- Views: 4739
Earth Orientation Parameters (EOP) data run time warnings
Users may receive a 'Run time warning' when running a Mission Plan that propagates a spacecraft into the future. This warning lets users know that the EOP data file used by FreeFlyer does not fully cover the timespan of the Mission Plan. For additional context, FreeFlyer's EOP data file comes from t...
- Fri Jun 14, 2024 8:17 pm
- Forum: Support Discussion Board
- Topic: Step a Formation and Spacecraft simultaneously
- Replies: 0
- Views: 28837
Step a Formation and Spacecraft simultaneously
The Formation Object has built in Step and StepToEpoch Methods that can be used to Step the entire Formation with one line of script. Alternatively, you can use the Step Command to Step the entire Formation in the same way you would for a Spacecraft. Step using Step Command While (Spacecraft1.Elapse...
- Fri Jun 14, 2024 8:03 pm
- Forum: Support Discussion Board
- Topic: Debug and optimize Mission Plan with the Profiler
- Replies: 0
- Views: 28913
Debug and optimize Mission Plan with the Profiler
Help File Use Profiler The profiler reports information about how much time is spent in different sections of a Mission Plan. Profiler information is reported to a scopes file and a lines file. The profiler can help debug and optimize Mission Plans by tracking the execution time of different sectio...
- Thu Jun 13, 2024 4:07 pm
- Forum: Support Discussion Board
- Topic: Propagation with SPICE Ephemeris and Integrator
- Replies: 0
- Views: 28910
Propagation with SPICE Ephemeris and Integrator
Once the end of a SPICE Ephemeris file is reached, it may be desirable to continue propagation using one of FreeFlyer's built in Integrators. The Spacecraft.SetPropagatorType() Method can be used to switch from SpiceEphemeris Propagation to an Integrator such as RK89 Step 1: Create & Configure S...
- Fri May 17, 2024 6:23 pm
- Forum: Support Discussion Board
- Topic: Configuring Formation with VisibilitySegments or VisibilityCalculators
- Replies: 0
- Views: 34913
Configuring Formation with VisibilitySegments or VisibilityCalculators
VisibilityCalculator Objects can be used to create and manage multiple VisibilitySegments when you want to evaluate whether all or any of a set of segments are simultaneously true. The following example demonstrates configuration of a VisibilityCalculator Object to test whether a Formation Object w...
- Thu May 16, 2024 3:19 am
- Forum: Support Discussion Board
- Topic: WhileManeuvering WhileStepping order of operations
- Replies: 0
- Views: 35146
WhileManeuvering WhileStepping order of operations
The WhileManeuvering/WhileStepping commands allow the user to execute arbitrary FreeFlyer script while simultaneously Maneuvering/Stepping the reference spacecraft. The command will first execute the internal Maneuver/Step according to the StepSize, then execute the FreeFlyer script during each iter...