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 ObservationDataSetSmoothedObservationDataSet. 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 voidDualFrequencySmoother. 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 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 CombinedObservationDataSetAbstractDualFrequencyCombination. combine(ObservationDataSet observations)Combines observation data using a combination of measurements.CombinedObservationDataSetAbstractSingleFrequencyCombination. combine(ObservationDataSet observations)Combines observation data using a combination of measurements.CombinedObservationDataSetMeasurementCombination. combine(ObservationDataSet observations)Combines observation data using a combination of measurements.CombinedObservationDataSetMelbourneWubbenaCombination. 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 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 Iterable<List<ObservationDataSet>>RinexObservation. bundleByDates()Get an iterable view of observations bundled by common date.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 voidRinexObservation. addObservationDataSet(ObservationDataSet observationsDataSet)Add an observations data set.voidRinexObservationWriter. writeObservationDataSet(ObservationDataSet observationDataSet)Write one observation data set.
-