RinexObsFile.GetMeasurementCodesFromHeader(String, String) Method

Top 

Description

Return the Rinex measurement codes for the specified measurement type and Navigation Constellation (e.g. GPS or Galileo) found in the header of the RinexObsFile.

 

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.

 

Method Signature

RinexObsFile.GetMeasurementCodesFromHeader(

String gnssConstellation,


String measurementType)

 

 

Arguments

gnssConstellation


Description:

String indicating which GNSS Constellation measurement codes are being requested.

Valid Values:

Value

Label

"GPS"

Return the specified measurement codes for the GPS constellation.

"Galileo"

Return the specified measurement codes for the Galileo constellation.

 

 

 

measurementType


Description:

String indicating which GNSS measurement type for which the measurement codes in the file will be returned.

Valid Values:

Value

Label

"Pseudorange"

Return the Pseudorange measurement codes for the specified GNSS Constellation.

"CarrierPhase"

Return the Carrier Phase measurement codes for the specified GNSS Constellation.

"DopplerShift"

Return the Doppler Shift measurement codes for the specified GNSS Constellation.

"SignalStrength"

Return the Signal Strength measurement codes for the specified GNSS Constellation.

 

 

 

 

Return Value

Type:

Array of string

 

 

Returns the Rinex measurement codes for the specified Navigation Constellation.

 

Syntax

myStringArray1 = myRinexObsFile1.GetMeasurementCodesFromHeader(myString1, myString2);

 

 

See also

RinexObsFile Object

RinexObsFile.GetMeasurementCodesFromHeader

Orbit Determination Guide

Tracking Data File Formats