Uses of Class
org.orekit.files.rinex.observation.ObservationDataSet
-
Packages that use ObservationDataSet 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.files.rinex.observation This package provides classes related to RINEX observation files. -
-
Uses of ObservationDataSet in org.orekit.estimation.measurements.filtering
Methods in org.orekit.estimation.measurements.filtering that return ObservationDataSet Modifier and Type Method Description ObservationDataSet
SmoothedObservationDataSet. getDataSet()
Get the original observation data set used to compute the smoothed observation data.Method parameters in org.orekit.estimation.measurements.filtering with type arguments of type ObservationDataSet Modifier and Type Method Description void
DualFrequencySmoother. filterDataSet(List<ObservationDataSet> listODS, SatelliteSystem satSystem, int prnNumber, ObservationType obsTypeF1, ObservationType obsTypeF2)
Applies a Dual Frequency Hatch filter to a list ofObservationDataSet
.void
SingleFrequencySmoother. filterDataSet(List<ObservationDataSet> listODS, SatelliteSystem satSystem, int prnNumber, ObservationType obsType)
Applies a Single Frequency Hatch filter to a list ofObservationDataSet
.Constructors in org.orekit.estimation.measurements.filtering with parameters of type ObservationDataSet Constructor Description SmoothedObservationDataSet(ObservationData smoothedObsData, ObservationDataSet obsDataSet)
Simple constructor. -
Uses of ObservationDataSet in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss with parameters of type ObservationDataSet Modifier and Type Method Description CombinedObservationDataSet
AbstractDualFrequencyCombination. combine(ObservationDataSet observations)
Combines observation data using a combination of measurements.CombinedObservationDataSet
AbstractSingleFrequencyCombination. 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
MelbourneWubbenaCombination. combine(ObservationDataSet observations)
Combines observation data using a combination of measurements.protected abstract void
AbstractCycleSlipDetector. manageData(ObservationDataSet observation)
The method is in charge of collecting the measurements, manage them, and call the detection method.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.Method parameters in org.orekit.estimation.measurements.gnss with type arguments of type ObservationDataSet Modifier and Type Method 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. -
Uses of ObservationDataSet in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return types with arguments of type ObservationDataSet Modifier and Type Method Description List<ObservationDataSet>
RinexObservation. getObservationDataSets()
Get an unmodifiable view of the observations.Methods in org.orekit.files.rinex.observation with parameters of type ObservationDataSet Modifier and Type Method Description void
RinexObservation. addObservationDataSet(ObservationDataSet observationsDataSet)
Add an observations data set.void
RinexObservationWriter. writeObservationDataSet(ObservationDataSet observationDataSet)
Write one observation data set.
-