Uses of Class
org.orekit.gnss.ObservationType
-
Packages that use ObservationType Package Description org.orekit.estimation.measurements.filtering This package provides measurement pre-processing filters.org.orekit.gnss This package provides classes related to GNSS applications.org.orekit.gnss.clock This package provides classes related to navigation clock files. -
-
Uses of ObservationType in org.orekit.estimation.measurements.filtering
Methods in org.orekit.estimation.measurements.filtering that return types with arguments of type ObservationType Modifier and Type Method Description HashMap<ObservationType,List<SmoothedObservationDataSet>>
DualFrequencySmoother. getFilteredDataMap()
Get the map of the filtered data.HashMap<ObservationType,List<SmoothedObservationDataSet>>
SingleFrequencySmoother. getFilteredDataMap()
Get the map of the filtered data.HashMap<ObservationType,DualFrequencyHatchFilter>
DualFrequencySmoother. getMapFilters()
Get the map storing the filters for each observation type.HashMap<ObservationType,SingleFrequencyHatchFilter>
SingleFrequencySmoother. getMapFilters()
Get the map storing the filters for each observation type.Methods in org.orekit.estimation.measurements.filtering with parameters of type ObservationType 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
. -
Uses of ObservationType in org.orekit.gnss
Methods in org.orekit.gnss that return ObservationType Modifier and Type Method Description ObservationType
ObservationData. getObservationType()
Get the observation type.ObservationType
RinexObservationLoader.Parser.PhaseShiftCorrection. getTypeObs()
Get the Carrier Phase Observation Code.static ObservationType
ObservationType. valueOf(String name)
Returns the enum constant of this type with the specified name.static ObservationType[]
ObservationType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.orekit.gnss that return types with arguments of type ObservationType Modifier and Type Method Description List<ObservationType>
RinexObservationLoader.Parser.ScaleFactorCorrection. getTypesObsScaled()
Get the list of Observation Types scaled.Constructors in org.orekit.gnss with parameters of type ObservationType Constructor Description ObservationData(ObservationType observationType, double value, int lli, int signalStrength)
Simple constructor. -
Uses of ObservationType in org.orekit.gnss.clock
Methods in org.orekit.gnss.clock that return types with arguments of type ObservationType Modifier and Type Method Description Map<SatelliteSystem,List<ObservationType>>
RinexClock. getSystemObservationTypes()
Getter for the different observation type for each satellite system.Methods in org.orekit.gnss.clock with parameters of type ObservationType Modifier and Type Method Description void
RinexClock. addSystemObservationType(SatelliteSystem satSystem, ObservationType observationType)
Add an observation type for a specified satellite system.
-