Description
The BRTSUTDFFile object provides functionalities for reading Bilateration Ranging Transponder System (BRTS) Observation data (two-way Doppler and two-way range) from binary files written in the 75-byte binary Universal Tracking Data Format (UTDF). The time system for data contained in the BRTSUDTFFile is UTC, TwoWayRange data are given in km, and TwoWayDoppler data are given in Hz.
Inheritance Hierarchy: ObjectàTrackingDataFileàBRTSUTDFFile
Available In Editions:
Mission
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Signatures
|
BRTSUTDFFile()
|
BRTSUTDFFile(String)
|
BRTSUTDFFile({GroundStation}, TDRSTransponder, {GroundAntenna})
|
BRTSUTDFFile({GroundStation}, TDRSTransponder, Sensor, {GroundAntenna})
|
BRTSUTDFFile(String, {GroundStation}, TDRSTransponder, {GroundAntenna})
|
BRTSUTDFFile(String, {GroundStation}, TDRSTransponder, Sensor, {GroundAntenna})
|
|
Name
|
Description
|
ApplyLimitValidationChecks
|
Determines whether to set the Validity flag on measurements as they are loaded, based on the applicable limits for the particular measurement type.
|
BRTSLinks
|
An array of the observing GroundStations.
|
DataSpanEndEpoch
|
The Epoch of the last Observation in the file.
|
DataSpanStartEpoch
|
The Epoch of the first Observation in the file.
|
DeclaredName
|
The name of the object as declared.
|
DisplayName
|
The name displayed for this object in output windows such as views, plots, and reports.
|
Filename
|
The file name to load.
|
FirstObservation
|
The first Observation in the file.
|
LastObservation
|
The last Observation in the file.
|
NoObservationErrorAction
|
Specifies the behavior when no matching observations are found in the TrackingDataFile.
|
ObjectBeingObserved
|
The TDRSTransponder object attached to the Spacecraft that is being observed.
|
ObjectId
|
The unique identifier for the object.
|
ObjectType
|
The type of the object.
|
ObservedSensor
|
The Sensor object that is attached to the Transponder being observed. 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.
|
UseIonosphericCorrection
|
A flag indicating whether or not the Ionospheric correction will be used.
|
UseLightTimeCorrection
|
A flag indicating whether or not the Light-Time correction will be used.
|
UseTroposphericCorrection
|
A flag indicating whether or not the Tropospheric correction will be used.
|
UseTwoWayDoppler
|
A flag indicating whether or not the Two-Way Doppler measurement is to be used.
|
UseTwoWayRange
|
A flag indicating whether or not the Two-Way Range measurement is to be used.
|
|
Name
|
Description
|
AddBRTSLink
|
Adds an observer/remote BRTS ground terminal link.
|
ClearSavedStates
|
Clears previous saved states for this object.
|
GetAllObservations
|
Retrieves all observations from the TrackingDataFile and stores them in a List<Observation>. Any current observations held by the OD Observation object will be overwritten by the GetAllObservations() method.
|
GetFromFile
|
Load the object state from the specified FreeFlyer object file.
|
GetFromString
|
Load the object state from the specified string.
|
GetNextObservation
|
Retrieves the next observation in file.
|
PutToFile
|
Convert the object state to FreeFlyer object xml and write to a file.
|
PutToString
|
Convert the object state to FreeFlyer object xml and return as a string.
|
ReferenceEquals
|
Returns 1 if the argument refers to the calling object and 0 otherwise.
|
ResetToStart
|
Resets the TrackingDataFile to the start of the file.
|
Restore
|
Restore an object's state from a previously saved state.
|
Save
|
Save the object's state so that it can be restored later.
|
SetObservedTransponder
|
Set the Transponder of the Observed Spacecraft for the tracking data in the file.
|
|
See also
Orbit Determination Guide
Tracking Data File Formats
|