DSN60ByteObservationFile(String, {GroundStation}, Spacecraft) Constructor

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Constructor Signature

DSN60ByteObservationFile(

String fileName,


{GroundStation} observingGroundStations,


Spacecraft observedSpacecraft)

 

 

Arguments

fileName


Description:

The name of the file associated with the DSN60ByteObservationFile data.

 

 

observingGroundStations


Description:

The GroundStation objects collecting the TDRS Observation data.

 

 

observedSpacecraft


Description:

The Spacecraft object being observed.

 

 

 

Syntax

DSN60ByteObservationFile myDSN60ByteObservationFile1(myString1, { myGroundStation1 }, mySpacecraft1);

 

 

See also

DSN60ByteObservationFile Object

Orbit Determination Guide

Tracking Data File Formats