SpacecraftObservationFile({Sensor}, Spacecraft) Constructor

Top 

Description

Create a SpacecraftObservationFile object, and associate the contained Observations with "observingSensors" 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

SpacecraftObservationFile(

{Sensor} observingSensors,


Spacecraft observedSpacecraft)

 

 

Arguments

observingSensors


Description:

The Sensor objects collecting the Observation data.

 

 

observedSpacecraft


Description:

The Spacecraft object being observed.

 

 

 

Syntax

SpacecraftObservationFile mySpacecraftObservationFile1({ mySensor1 }, mySpacecraft1);

 

 

See also

SpacecraftObservationFile Object

Orbit Determination Guide

Tracking Data File Formats