FF Ground Observation File

Top  Previous  Next

The FFGroundObservationFile object provides functionalities for reading and writing GroundStationObservation data to or from FreeFlyer's ASCII file format. The time system for the epoch is TAI in Modified Julian format, and azimuth, elevation, right ascension, and declination data are given in GS Local coordinates.

 

For information on how to simulate Ground Station Observation data, see Simulating Tracking Data.

For information on how to generate FF Ground Observation files, see Generating Tracking Data Files.

For information on viewing and editing data in an FF Ground Observation file, see Using the Tracking Data Editor.

For information on including an FF Ground Observation file in a Kalman Filter, Unscented Kalman Filter, or Batch Least Squares OD process, see Including Tracking Data in an Estimation Process.

 

The FF Ground Observation file format holds the observation epoch to the millisecond level.

 

An example of the format of an FF Ground Observation file is given below. The columns from left to right include measurement data as follows:

 

Range (km)

Range Rate (km/s)

Azimuth/Right Ascension (rad)

Elevation/Declination (rad)

Epoch

Ground Antenna ID

Spacecraft ID

Angle Type (Dictates if AzEl or RADEC is used)

Range validity flag (optional)

Range Rate validity flag (optional)

Azimuth/Right Ascension validity flag (optional)

Elevation/Declination validity flag (optional)

 

 

 

See Also


FFGroundObservationFile Properties and Methods