SpacecraftObservationFile({Sensor}, Transponder, Sensor) Constructor

Top 

Description

Create a SpacecraftObservationFile object, and associate the contained Observations with "observingSensors" and the "observedTransponder"-"observedSensor" pair.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

SpacecraftObservationFile(

{Sensor} observingSensors,


Transponder observedTransponder,


Sensor observedSensor)

 

 

Arguments

observingSensors


Description:

The Sensor objects collecting the Observation data.

 

 

observedTransponder


Description:

The Transponder object attached to the Spacecraft being observed.

Allowed Types:

Transponder, TDRSTransponder

 

 

observedSensor


Description:

The Sensor object 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.

 

 

 

Syntax

SpacecraftObservationFile mySpacecraftObservationFile1({ mySensor1 }, myTransponder1, mySensor2);

 

 

See also

SpacecraftObservationFile Object

Orbit Determination Guide

Tracking Data File Formats