RinexObsFile.GetIonoFreeCombinationsFromHeader(String) Method

Top 

Description

Return the valid combinations of Rinex measurement codes for IonoFree processing for the specified Navigation Constellation (e.g. GPS or Galileo) found in the header of the RinexObsFile.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

RinexObsFile.GetIonoFreeCombinationsFromHeader(

String gnssConstellation)

 

 

Arguments

gnssConstellation


Description:

String indicating which GNSS Constellation IonoFree combinations 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.

 

 

 

 

Return Value

Type:

Array of string

 

 

Returns the valid combinations of Rinex measurement codes for IonoFree processing for the specified Navigation Constellation.

 

Syntax

myStringArray1 = myRinexObsFile1.GetIonoFreeCombinationsFromHeader(myString1);

 

 

See also

RinexObsFile Object

Orbit Determination Guide

Tracking Data File Formats