RinexObsFile(String, GPSReceiver, Formation) Constructor

Top 

Description

Create a RinexObsFile object, associating the contained Observations to "receiver" 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. 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

RinexObsFile(

String fileName,


GPSReceiver receiver,


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.

 

 

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

 

 

See also

RinexObsFile Object

Orbit Determination Guide

Tracking Data File Formats