Table of Contents

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

double

EndAzimuth

[deg] The end azimuth of the pass.

public double EndAzimuth

Field Value

double

Index

[-] The index of the pass, if it is part of a collection of passes.

public long Index

Field Value

long

MaxElevation

[deg] The maximum elevation of the pass.

public double MaxElevation

Field Value

double

MaxRange

[m] The maximum distance of the pass

public double MaxRange

Field Value

double

MinRange

[m] The minimum distance of the pass.

public double MinRange

Field Value

double

Observer

The observer (or ground station) location on the body

public GeodeticElements Observer

Field Value

GeodeticElements

Start

[s] The initial start time of the pass.

public double Start

Field Value

double

StartAzimuth

[deg] The start azimuth of the pass.

public double StartAzimuth

Field Value

double

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