RinexObsFile(GPSReceiver, Sensor, Formation) Constructor

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

 

Constructor Signature

RinexObsFile(

GPSReceiver receiver,


Sensor measuringSensor,


Formation navConstellation)

 

 

Arguments

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(myGPSReceiver1, mySensor1, myFormation1);

 

 

See also

RinexObsFile Object

Orbit Determination Guide

Tracking Data File Formats