Description
Create a TDRSUTDFFile object, read Observation data from the file provided, and associate the contained Observations with "observingGroundStation", "relayTDRSTransponder", and "observedTransponder".
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Constructor Signature
Arguments
fileName
|
|
Description:
|
The name of the file associated with the TDRSUTDFFile data.
|
observingGroundStations
|
|
Description:
|
The GroundStation objects collecting the TDRS Observation data.
|
relayTDRSTransponders
|
|
Description:
|
The TDRS Transponders attached to the TDRS Relay Spacecraft.
|
observedTransponder
|
|
Description:
|
The Transponder object attached to the Spacecraft being observed.
|
Allowed Types:
|
Transponder, TDRSTransponder
|
Syntax
TDRSUTDFFile myTDRSUTDFFile1(myString1, { myGroundStation1 }, { myTDRSTransponder1 }, myTransponder1);
|
See also
TDRSUTDFFile Object
Orbit Determination Guide
Tracking Data File Formats
|