Uses of Class
org.orekit.files.rinex.observation.ObservationData
Packages that use ObservationData
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 ObservationData in org.orekit.estimation.measurements.filtering
Methods in org.orekit.estimation.measurements.filtering that return ObservationDataModifier and TypeMethodDescriptionDualFrequencySmoother.copyObservationData(ObservationData obsData) Copy an ObservationData object.SingleFrequencySmoother.copyObservationData(ObservationData obsData) Copy an ObservationData object.DualFrequencyHatchFilter.filterData(ObservationData codeData, ObservationData phaseDataFreq1, ObservationData phaseDataFreq2) This method filters the provided data given the state of the filter.SingleFrequencyHatchFilter.filterData(ObservationData codeData, ObservationData smoothingData) This method filters the provided data given the state of the filter.SmoothedObservationDataSet.getSmoothedData()Get the smoothed observation data.Methods in org.orekit.estimation.measurements.filtering with parameters of type ObservationDataModifier and TypeMethodDescriptionDualFrequencySmoother.copyObservationData(ObservationData obsData) Copy an ObservationData object.SingleFrequencySmoother.copyObservationData(ObservationData obsData) Copy an ObservationData object.DualFrequencySmoother.createFilter(ObservationData codeData, ObservationData phaseDataF1, ObservationData phaseDataF2, SatelliteSystem satSystem) Creates an Hatch filter given initial data.SingleFrequencySmoother.createFilter(ObservationData codeData, ObservationData smoothingData, SatelliteSystem system) Creates an Hatch filter given initial data.DualFrequencyHatchFilter.filterData(ObservationData codeData, ObservationData phaseDataFreq1, ObservationData phaseDataFreq2) This method filters the provided data given the state of the filter.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 ObservationDataModifierConstructorDescriptionDualFrequencyHatchFilter(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 ObservationDataModifier and TypeMethodDescriptionCombinedObservationData.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 ObservationDataModifier and TypeMethodDescriptionAbstractDualFrequencyCombination.combine(ObservationData od1, ObservationData od2) Combines observation data using a dual frequency combination of measurements.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 ObservationDataModifierConstructorDescriptionCombinedObservationData(double combinedValue, double combinedFrequency, CombinationType combinationType, MeasurementType measurementType, List<ObservationData> usedData) Constructor. -
Uses of ObservationData in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return types with arguments of type ObservationDataModifier and TypeMethodDescriptionObservationDataSet.getObservationData()Get list of observation data.Constructor parameters in org.orekit.files.rinex.observation with type arguments of type ObservationDataModifierConstructorDescriptionObservationDataSet(SatInSystem satellite, AbsoluteDate tObs, int eventFlag, double rcvrClkOffset, List<ObservationData> observationData) Simple constructor.