Uses of Interface
org.orekit.gnss.ObservationType
-
Packages that use ObservationType Package Description org.orekit.estimation.measurements.filtering This package provides measurement pre-processing filters.org.orekit.files.rinex.clock This package provides classes related to navigation clock files.org.orekit.files.rinex.observation This package provides classes related to RINEX observation files.org.orekit.files.sinex This package provides classes related to station data.org.orekit.gnss This package provides classes related to GNSS applications. -
-
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 Map<ObservationType,List<SmoothedObservationDataSet>>
DualFrequencySmoother. getFilteredDataMap()
Get the map of the filtered data.Map<ObservationType,List<SmoothedObservationDataSet>>
SingleFrequencySmoother. getFilteredDataMap()
Get the map of the filtered data.Map<ObservationType,DualFrequencyHatchFilter>
DualFrequencySmoother. getMapFilters()
Get the map storing the filters for each observation type.Map<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.files.rinex.clock
Methods in org.orekit.files.rinex.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.files.rinex.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. -
Uses of ObservationType in org.orekit.files.rinex.observation
Methods in org.orekit.files.rinex.observation that return ObservationType Modifier and Type Method Description ObservationType
ObservationData. getObservationType()
Get the observation type.ObservationType
PhaseShiftCorrection. getTypeObs()
Get the Carrier Phase Observation Code.Methods in org.orekit.files.rinex.observation that return types with arguments of type ObservationType Modifier and Type Method Description Map<SatInSystem,Map<ObservationType,Integer>>
RinexObservationHeader. getNbObsPerSat()
Get an unmodifiable view of the map of number of observations per satellites.Map<SatelliteSystem,List<ObservationType>>
RinexObservationHeader. getTypeObs()
Get an unmodifiable view of the map of observation types.List<ObservationType>
ScaleFactorCorrection. getTypesObsScaled()
Get the list of Observation Types scaled.Methods in org.orekit.files.rinex.observation with parameters of type ObservationType Modifier and Type Method Description void
RinexObservationHeader. setNbObsPerSatellite(SatInSystem sat, ObservationType type, int nbObs)
Set number of observations for a satellite.Method parameters in org.orekit.files.rinex.observation with type arguments of type ObservationType Modifier and Type Method Description void
RinexObservationHeader. setTypeObs(SatelliteSystem system, List<ObservationType> types)
Set number of observations for a satellite.Constructors in org.orekit.files.rinex.observation with parameters of type ObservationType Constructor Description ObservationData(ObservationType observationType, double value, int lli, int signalStrength)
Simple constructor.PhaseShiftCorrection(SatelliteSystem satSystemPhaseShift, ObservationType typeObsPhaseShift, double phaseShiftCorrection, List<SatInSystem> satsPhaseShift)
Simple constructor.Constructor parameters in org.orekit.files.rinex.observation with type arguments of type ObservationType Constructor Description RinexObservationParser(Function<? super String,? extends ObservationType> typeBuilder, BiFunction<SatelliteSystem,TimeScales,? extends TimeScale> timeScaleBuilder, TimeScales timeScales)
Create a RINEX loader/parser with the given source of RINEX auxiliary data files.ScaleFactorCorrection(double scaleFactor, List<ObservationType> typesObsScaleFactor)
Simple constructor. -
Uses of ObservationType in org.orekit.files.sinex
Methods in org.orekit.files.sinex that return ObservationType Modifier and Type Method Description static ObservationType
SinexBiasParser. defaultTypeBuilder(SatelliteSystem ignoredSystem, String typeName)
Default type builder.protected ObservationType
SinexBiasParseInfo. parseObservationType(SatelliteSystem system, int start, int length)
Extract an observation type from current line.Methods in org.orekit.files.sinex that return types with arguments of type ObservationType Modifier and Type Method Description HashSet<Pair<ObservationType,ObservationType>>
DifferentialSignalBias. getAvailableObservationPairs()
Get all available observation type pairs for the satellite.HashSet<Pair<ObservationType,ObservationType>>
DifferentialSignalBias. getAvailableObservationPairs()
Get all available observation type pairs for the satellite.HashSet<ObservationType>
ObservableSpecificSignalBias. getAvailableObservations()
Get all available observation types for the satellite.Methods in org.orekit.files.sinex with parameters of type ObservationType Modifier and Type Method Description void
DifferentialSignalBias. addBias(ObservationType obs1, ObservationType obs2, AbsoluteDate spanBegin, AbsoluteDate spanEnd, double biasValue)
Add a bias.void
ObservableSpecificSignalBias. addBias(ObservationType obs, AbsoluteDate spanBegin, AbsoluteDate spanEnd, double biasValue)
Add a bias.double
DifferentialSignalBias. getBias(ObservationType obs1, ObservationType obs2, AbsoluteDate date)
Get the value of the Differential Signal Bias for a given observation pair at a given date.double
ObservableSpecificSignalBias. getBias(ObservationType obs, AbsoluteDate date)
Get the value of the Observable-specific Signal Bias for a given observation type at a given date.AbsoluteDate
ObservableSpecificSignalBias. getMaximumValidDateForObservation(ObservationType obs)
Get the maximum valid date for a given observation type.AbsoluteDate
DifferentialSignalBias. getMaximumValidDateForObservationPair(ObservationType obs1, ObservationType obs2)
Get the maximum valid date for a given observation pair.AbsoluteDate
ObservableSpecificSignalBias. getMinimumValidDateForObservation(ObservationType obs)
Get the minimum valid date for a given observation type.AbsoluteDate
DifferentialSignalBias. getMinimumValidDateForObservationPair(ObservationType obs1, ObservationType obs2)
Get the minimum valid date for a given observation pair.Constructor parameters in org.orekit.files.sinex with type arguments of type ObservationType Constructor Description SinexBiasParser(TimeScales timeScales, BiFunction<? super SatelliteSystem,? super String,? extends ObservationType> typeBuilder)
Simple constructor. -
Uses of ObservationType in org.orekit.gnss
Classes in org.orekit.gnss that implement ObservationType Modifier and Type Class Description class
PredefinedObservationType
Enumerate for all the Observation Types for Rinex 2 and 3.
-