RinexObsFile(String, GPSReceiver, Sensor, Formation) Constructor

Top 

Description

Create a RinexObsFile object, associating the contained Observations to "receiver"-"measuringSensor" pair, and mapping Satellite ID codes to Spacecraft in the Formation "navConstellation", and read Observation data from the file provided.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Constructor Signature

RinexObsFile(

String fileName,


GPSReceiver receiver,


Sensor measuringSensor,


Formation navConstellation)

 

 

Arguments

fileName


Description:

The name of the file associated with the Rinex Observation data.

 

 

receiver


Description:

The GNSS Receiver attached to the Spacecraft being observed.

 

 

measuringSensor


Description:

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

 

 

navConstellation


Description:

The Formation of navigation Spacecraft observing the GNSS Receiver. This Formation is assumed to represent the GPS constellation.

 

 

 

Syntax

RinexObsFile myRinexObsFile1(myString1, myGPSReceiver1, mySensor1, myFormation1);

 

 

See also

RinexObsFile Object

Orbit Determination Guide

Tracking Data File Formats