Struct PredictionPass
- Namespace
- NominalSystems.Universe
- Assembly
- NominalSystems.Universe.dll
[Nominal] Stores information for a particular pass that might be calculated based on a prediction between the motion of a spacecraft and a ground station or observer.
public struct PredictionPass
Constructors
PredictionPass()
Default constructor
public PredictionPass()
Fields
End
[s] The end time of the pass.
public double End
Field Value
EndAzimuth
[deg] The end azimuth of the pass.
public double EndAzimuth
Field Value
Index
[-] The index of the pass, if it is part of a collection of passes.
public long Index
Field Value
MaxElevation
[deg] The maximum elevation of the pass.
public double MaxElevation
Field Value
MaxRange
[m] The maximum distance of the pass
public double MaxRange
Field Value
MinRange
[m] The minimum distance of the pass.
public double MinRange
Field Value
Observer
The observer (or ground station) location on the body
public GeodeticElements Observer
Field Value
Start
[s] The initial start time of the pass.
public double Start
Field Value
StartAzimuth
[deg] The start azimuth of the pass.
public double StartAzimuth
Field Value
Methods
ToString()
Outputs the pass as a string, including all of the information about the particular pass.
public override readonly string ToString()
Returns
- string
The pass in a string form