RinexObsFile.WriteValidDataToFile(String, List<PseudorangeObservation>) Method

Top 

Description

Deprecated. Please use a GNSSObservation object instead.

 

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.WriteValidDataToFile(

String filename,


List<PseudorangeObservation> pseudoRangeObservation)

 

 

Arguments

filename


Description:

The filename to which the Observations will be written.

 

 

pseudoRangeObservation


Description:

Deprecated. Please use a List of GNSSObservation objects instead.

 

 

 

Return Value

Type:

number

 

 

Returns 1 if data was written to a file, 0 if no valid observation data was found, or if the method fails to write to a file.

 

Syntax

myVariable1 = myRinexObsFile1.WriteValidDataToFile(myString1, myListOfPseudorangeObservation1);

 

 

See also

RinexObsFile Object

RinexObsFile.WriteValidDataToFile

Orbit Determination Guide

Tracking Data File Formats