SpacecraftObservation.UseObserverPosition Property

Top 

Description

A flag indicating whether or not to specify the position of the observing Sensor, using the ObserverPosition array. This cannot be used when both UseRange and UseLightTimeCorrection are enabled. Note: The UseObserverPosition property should only be applied when you are reading in and processing actual observations, and not simulated observations, from a Spacecraft Observation file that contains the observer position given in km, in the ICRF.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Attributes

Type:

boolean

Access:

read/write

Default Value:

false

 

Syntax

myVariable1 = mySpacecraftObservation1.UseObserverPosition;

 

mySpacecraftObservation1.UseObserverPosition = myVariable1;

 

See also

SpacecraftObservation Object