Package | Description |
---|---|
org.orekit.estimation.measurements.gnss |
This package provides methods to handle GNSS measurements.
|
org.orekit.gnss |
This package provides classes related to GNSS applications.
|
Modifier and Type | Method and Description |
---|---|
CombinedObservationData |
AbstractSingleFrequencyCombination.combine(ObservationData phase,
ObservationData pseudoRange)
Combines observation data using a single frequency combination of measurements.
|
CombinedObservationData |
AbstractDualFrequencyCombination.combine(ObservationData od1,
ObservationData od2)
Combines observation data using a dual frequency combination of measurements.
|
Modifier and Type | Method and Description |
---|---|
List<ObservationData> |
ObservationDataSet.getObservationData()
Get list of observation data.
|
List<ObservationData> |
CombinedObservationData.getUsedObservationData()
Get the list of observation data used to perform the combination of measurements.
|
Constructor and Description |
---|
CombinedObservationData(CombinationType combinationType,
MeasurementType measurementType,
double combinedValue,
double combinedFrequency,
List<ObservationData> usedData)
Constructor.
|
ObservationDataSet(RinexObservationHeader header,
SatelliteSystem satelliteSystem,
int prnNumber,
AbsoluteDate tObs,
double rcvrClkOffset,
List<ObservationData> observationData)
Simple constructor.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.