Package | Description |
---|---|
org.orekit.estimation.measurements.filtering |
This package provides measurement pre-processing filters.
|
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 |
---|---|
ObservationDataSet |
SmoothedObservationDataSet.getDataSet()
Get the original observation data set used to compute the smoothed observation data.
|
Modifier and Type | Method and Description |
---|---|
void |
SingleFrequencySmoother.filterDataSet(List<ObservationDataSet> listODS,
SatelliteSystem satSystem,
int prnNumber,
ObservationType obsType)
Applies a Single Frequency Hatch filter to a list of
ObservationDataSet . |
void |
DualFrequencySmoother.filterDataSet(List<ObservationDataSet> listODS,
SatelliteSystem satSystem,
int prnNumber,
ObservationType obsTypeF1,
ObservationType obsTypeF2)
Applies a Dual Frequency Hatch filter to a list of
ObservationDataSet . |
Constructor and Description |
---|
SmoothedObservationDataSet(ObservationData smoothedObsData,
ObservationDataSet obsDataSet)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
CombinedObservationDataSet |
AbstractSingleFrequencyCombination.combine(ObservationDataSet observations)
Combines observation data using a combination of measurements.
|
CombinedObservationDataSet |
MelbourneWubbenaCombination.combine(ObservationDataSet observations)
Combines observation data using a combination of measurements.
|
CombinedObservationDataSet |
MeasurementCombination.combine(ObservationDataSet observations)
Combines observation data using a combination of measurements.
|
CombinedObservationDataSet |
AbstractDualFrequencyCombination.combine(ObservationDataSet observations)
Combines observation data using a combination of measurements.
|
protected void |
GeometryFreeCycleSlipDetector.manageData(ObservationDataSet observation)
The method is in charge of collecting the measurements, manage them, and call the detection method.
|
protected void |
PhaseMinusCodeCycleSlipDetector.manageData(ObservationDataSet observation)
The method is in charge of collecting the measurements, manage them, and call the detection method.
|
protected abstract void |
AbstractCycleSlipDetector.manageData(ObservationDataSet observation)
The method is in charge of collecting the measurements, manage them, and call the detection method.
|
Modifier and Type | Method and Description |
---|---|
List<CycleSlipDetectorResults> |
AbstractCycleSlipDetector.detect(List<ObservationDataSet> observations)
Detects if a cycle-slip occurs for a given list of observation data set.
|
List<CycleSlipDetectorResults> |
CycleSlipDetectors.detect(List<ObservationDataSet> observations)
Detects if a cycle-slip occurs for a given list of observation data set.
|
Modifier and Type | Method and Description |
---|---|
List<ObservationDataSet> |
RinexObservationLoader.getObservationDataSets()
Get parsed rinex observations data sets.
|
Copyright © 2002-2022 CS GROUP. All rights reserved.