Description
Create a BRTSUTDFFile object, read Observation data from the file provided, and associate the contained Observations with "observingGroundStation", "relayTDRSTransponder", "relaySensors", and "observedGroundAntenna".
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 BRTSUTDFFile data.
|
observingGroundStations
|
|
Description:
|
The GroundStation objects collecting the TDRS Observation data.
|
observedTransponder
|
|
Description:
|
The Transponder object attached to the Spacecraft being observed.
|
relaySensor
|
|
Description:
|
The Sensor attached to the TDRSTransponder relaying the ranging signal. The Sensor's X, Y, and Z position properties will be used to model an offset from the origin of the Spacecraft BCS when modeling measurements.
|
remoteGroundTerminals
|
|
Description:
|
The GroundAntenna remote ground terminals objects.
|
Syntax
BRTSUTDFFile myBRTSUTDFFile1(myString1, { myGroundStation1 }, myTDRSTransponder1, mySensor1, { myGroundAntenna1 });
|
See also
BRTSUTDFFile Object
Orbit Determination Guide
Tracking Data File Formats
|