UTDFFile(String, {GroundStation}, Spacecraft) Constructor

Top 

Description

Create a UTDFFile object, read Observation data from the file provided, and associate the contained Observations with "observingGroundStation" and "observedSpacecraft".

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

UTDFFile(

String fileName,


{GroundStation} observingGroundStations,


Spacecraft observedSpacecraft)

 

 

Arguments

fileName


Description:

The name of the file associated with the UTDFFile data.

 

 

observingGroundStations


Description:

The GroundStation objects collecting the TDRS Observation data.

 

 

observedSpacecraft


Description:

The Spacecraft object being observed.

 

 

 

Syntax

UTDFFile myUTDFFile1(myString1, { myGroundStation1 }, mySpacecraft1);

 

 

See also

UTDFFile Object

Orbit Determination Guide

Tracking Data File Formats