Uses of Class
org.orekit.files.rinex.observation.ObservationDataSet
Packages that use ObservationDataSet
Package
Description
This package provides measurement pre-processing filters.
This package provides methods to handle GNSS measurements.
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 ObservationDataSetModifier and TypeMethodDescriptionSmoothedObservationDataSet.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 ObservationDataSetModifier and TypeMethodDescriptionvoidDualFrequencySmoother.filterDataSet(List<ObservationDataSet> listODS, SatelliteSystem satSystem, int prnNumber, String obsTypeF1, String obsTypeF2) Applies a Dual Frequency Hatch filter to a list ofObservationDataSet.voidSingleFrequencySmoother.filterDataSet(List<ObservationDataSet> listODS, SatelliteSystem satSystem, int prnNumber, String obsType) Applies a Single Frequency Hatch filter to a list ofObservationDataSet.Constructors in org.orekit.estimation.measurements.filtering with parameters of type ObservationDataSetModifierConstructorDescriptionSmoothedObservationDataSet(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 ObservationDataSetModifier and TypeMethodDescriptionAbstractDualFrequencyCombination.combine(ObservationDataSet observations) Combines observation data using a combination of measurements.AbstractSingleFrequencyCombination.combine(ObservationDataSet observations) Combines observation data using a combination of measurements.MeasurementCombination.combine(ObservationDataSet observations) Combines observation data using a combination of measurements.MelbourneWubbenaCombination.combine(ObservationDataSet observations) Combines observation data using a combination of measurements.protected abstract voidAbstractCycleSlipDetector.manageData(ObservationDataSet observation) The method is in charge of collecting the measurements, manage them, and call the detection method.protected voidGeometryFreeCycleSlipDetector.manageData(ObservationDataSet observation) The method is in charge of collecting the measurements, manage them, and call the detection method.protected voidPhaseMinusCodeCycleSlipDetector.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 ObservationDataSetModifier and TypeMethodDescriptionAbstractCycleSlipDetector.detect(List<ObservationDataSet> observations) Detects if a cycle-slip occurs for a given list of observation data set.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 ObservationDataSetModifier and TypeMethodDescriptionRinexObservation.bundleByDates()Get an iterable view of observations bundled by common date.RinexObservation.getObservationDataSets()Get an unmodifiable view of the observations.Methods in org.orekit.files.rinex.observation with parameters of type ObservationDataSetModifier and TypeMethodDescriptionvoidRinexObservation.addObservationDataSet(ObservationDataSet observationsDataSet) Add an observations data set.voidRinexObservationWriter.writeObservationDataSet(ObservationDataSet observationDataSet) Write one observation data set.