GPSPivotPointSolutionFile(String, GPSReceiver, Sensor) Constructor

Top 

Description

Create a GPSPivotPointSolutionFile object, read Observation data from the file provided, and associate the contained Observations with "receiver" and "measuringSensor".

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Constructor Signature

GPSPivotPointSolutionFile(

String fileName,


GPSReceiver receiver,


Sensor measuringSensor)

 

 

Arguments

fileName


Description:

The name of the file associated with the GPSPivotPointSolutionFile data.

 

 

receiver


Description:

The GPS Receiver taking measurements that is attached to the Spacecraft being observed.

 

 

measuringSensor


Description:

The Sensor object attached to the GPS Receiver taking measurements. 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

GPSPivotPointSolutionFile myGPSPivotPointSolutionFile1(myString1, myGPSReceiver1, mySensor1);

 

 

See also

GPSPivotPointSolutionFile Object

Orbit Determination Guide

Tracking Data File Formats