Uses of Class
org.orekit.files.rinex.observation.ObservationData
-
Packages that use ObservationData 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 ObservationData in org.orekit.estimation.measurements.filtering
Methods in org.orekit.estimation.measurements.filtering that return ObservationData Modifier and Type Method Description ObservationData
DualFrequencySmoother. copyObservationData(ObservationData obsData)
Copy an ObservationData object.ObservationData
SingleFrequencySmoother. copyObservationData(ObservationData obsData)
Copy an ObservationData object.ObservationData
DualFrequencyHatchFilter. filterData(ObservationData codeData, ObservationData phaseDataFreq1, ObservationData phaseDataFreq2)
This method filters the provided data given the state of the filter.ObservationData
SingleFrequencyHatchFilter. filterData(ObservationData codeData, ObservationData smoothingData)
This method filters the provided data given the state of the filter.ObservationData
SmoothedObservationDataSet. getSmoothedData()
Get the smoothed observation data.Methods in org.orekit.estimation.measurements.filtering with parameters of type ObservationData Modifier and Type Method Description ObservationData
DualFrequencySmoother. copyObservationData(ObservationData obsData)
Copy an ObservationData object.ObservationData
SingleFrequencySmoother. copyObservationData(ObservationData obsData)
Copy an ObservationData object.DualFrequencyHatchFilter
DualFrequencySmoother. createFilter(ObservationData codeData, ObservationData phaseDataF1, ObservationData phaseDataF2, SatelliteSystem satSystem)
Creates an Hatch filter given initial data.SingleFrequencyHatchFilter
SingleFrequencySmoother. createFilter(ObservationData codeData, ObservationData smoothingData, SatelliteSystem system)
Creates an Hatch filter given initial data.ObservationData
DualFrequencyHatchFilter. filterData(ObservationData codeData, ObservationData phaseDataFreq1, ObservationData phaseDataFreq2)
This method filters the provided data given the state of the filter.ObservationData
SingleFrequencyHatchFilter. filterData(ObservationData codeData, ObservationData smoothingData)
This method filters the provided data given the state of the filter.Constructors in org.orekit.estimation.measurements.filtering with parameters of type ObservationData Constructor Description DualFrequencyHatchFilter(ObservationData initCode, ObservationData initPhaseFreq1, ObservationData initPhaseFreq2, double wavelengthFreq1, double wavelengthFreq2, double threshold, int N)
Constructor for the Dual Frequency Hatch Filter.SingleFrequencyHatchFilter(ObservationData initCode, ObservationData initSmoothing, MeasurementType type, double wavelength, double threshold, int N, double integrationTime)
Constructor for the Single Frequency Hatch Filter.SmoothedObservationDataSet(ObservationData smoothedObsData, ObservationDataSet obsDataSet)
Simple constructor. -
Uses of ObservationData in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return types with arguments of type ObservationData Modifier and Type Method Description List<ObservationData>
CombinedObservationData. getUsedObservationData()
Get the list of observation data used to perform the combination of measurements.Methods in org.orekit.estimation.measurements.gnss with parameters of type ObservationData Modifier and Type Method Description CombinedObservationData
AbstractDualFrequencyCombination. combine(ObservationData od1, ObservationData od2)
Combines observation data using a dual frequency combination of measurements.CombinedObservationData
AbstractSingleFrequencyCombination. combine(ObservationData phase, ObservationData pseudoRange)
Combines observation data using a single frequency combination of measurements.Constructor parameters in org.orekit.estimation.measurements.gnss with type arguments of type ObservationData Constructor Description CombinedObservationData(double combinedValue, double combinedFrequency, CombinationType combinationType, MeasurementType measurementType, List<ObservationData> usedData)
Constructor.CombinedObservationData(CombinationType combinationType, MeasurementType measurementType, double combinedValue, double combinedFrequencyMHz, List<ObservationData> usedData)
Deprecated.as of 12.1, replaced byCombinedObservationData(double, double, CombinationType, MeasurementType, List)
-
Uses of ObservationData in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return types with arguments of type ObservationData Modifier and Type Method Description List<ObservationData>
ObservationDataSet. getObservationData()
Get list of observation data.Constructor parameters in org.orekit.files.rinex.observation with type arguments of type ObservationData Constructor Description ObservationDataSet(SatInSystem satellite, AbsoluteDate tObs, int eventFlag, double rcvrClkOffset, List<ObservationData> observationData)
Simple constructor.
-