Uses of Class
org.orekit.estimation.measurements.EstimatedMeasurementBase
-
Packages that use EstimatedMeasurementBase Package Description org.orekit.estimation.measurements The measurements package defines everything that is related to orbit determination measurements.org.orekit.estimation.measurements.generation This package provides Orbit Determination measurements generation.org.orekit.estimation.measurements.gnss This package provides methods to handle GNSS measurements.org.orekit.estimation.measurements.modifiers This package provides measurement modifier. -
-
Uses of EstimatedMeasurementBase in org.orekit.estimation.measurements
Subclasses of EstimatedMeasurementBase in org.orekit.estimation.measurements Modifier and Type Class Description classEstimatedMeasurement<T extends ObservedMeasurement<T>>Class holding an estimated theoretical value associated to anobserved measurement.Methods in org.orekit.estimation.measurements that return EstimatedMeasurementBase Modifier and Type Method Description EstimatedMeasurementBase<T>AbstractMeasurement. estimateWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value of the measurement, without derivatives.EstimatedMeasurementBase<T>ObservedMeasurement. estimateWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value of the measurement, without derivatives.default EstimatedMeasurementBase<T>ObservedMeasurement. estimateWithoutDerivatives(SpacecraftState[] states)Estimate the theoretical value of the measurement, without derivatives.protected EstimatedMeasurementBase<T>AbstractMeasurement. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<AngularAzEl>AngularAzEl. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<AngularRaDec>AngularRaDec. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<BistaticRange>BistaticRange. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<BistaticRangeRate>BistaticRangeRate. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<FDOA>FDOA. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<InterSatellitesRange>InterSatellitesRange. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<MultiplexedMeasurement>MultiplexedMeasurement. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<Position>Position. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<PV>PV. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<Range>Range. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<RangeRate>RangeRate. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<TDOA>TDOA. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<TurnAroundRange>TurnAroundRange. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.Methods in org.orekit.estimation.measurements that return types with arguments of type EstimatedMeasurementBase Modifier and Type Method Description List<EstimatedMeasurementBase<?>>MultiplexedMeasurement. getEstimatedMeasurementsWithoutDerivatives()Get the underlying estimated measurements without derivatives.Methods in org.orekit.estimation.measurements with parameters of type EstimatedMeasurementBase Modifier and Type Method Description voidEstimationModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated)Apply a modifier to an estimated measurement without derivatives.Constructors in org.orekit.estimation.measurements with parameters of type EstimatedMeasurementBase Constructor Description EstimatedMeasurement(EstimatedMeasurementBase<T> estimatedMeasurementBase)Constructor from measurement base. -
Uses of EstimatedMeasurementBase in org.orekit.estimation.measurements.generation
Methods in org.orekit.estimation.measurements.generation that return EstimatedMeasurementBase Modifier and Type Method Description EstimatedMeasurementBase<T>AbstractMeasurementBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.EstimatedMeasurementBase<T>MeasurementBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.default EstimatedMeasurementBase<T>MeasurementBuilder. build(AbsoluteDate date, SpacecraftState[] states)Generate a single measurement.EstimatedMeasurementBase<MultiplexedMeasurement>MultiplexedMeasurementBuilder. build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a single measurement.Methods in org.orekit.estimation.measurements.generation that return types with arguments of type EstimatedMeasurementBase Modifier and Type Method Description SortedSet<EstimatedMeasurementBase<T>>AbstractScheduler. generate(Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a sequence of measurements.SortedSet<EstimatedMeasurementBase<T>>Scheduler. generate(Map<ObservableSatellite,OrekitStepInterpolator> interpolators)Generate a sequence of measurements.SortedSet<EstimatedMeasurementBase<?>>GatheringSubscriber. getGeneratedMeasurements()Get generated measurements.Methods in org.orekit.estimation.measurements.generation with parameters of type EstimatedMeasurementBase Modifier and Type Method Description voidGatheringSubscriber. handleGeneratedMeasurement(EstimatedMeasurementBase<?> measurement)Handle a generated measurement.voidGeneratedMeasurementSubscriber. handleGeneratedMeasurement(EstimatedMeasurementBase<?> measurement)Handle a generated measurement.Constructor parameters in org.orekit.estimation.measurements.generation with type arguments of type EstimatedMeasurementBase Constructor Description AbstractScheduler(MeasurementBuilder<T> builder, DatesSelector selector, Predicate<EstimatedMeasurementBase<T>> filter)Simple constructor.ContinuousScheduler(MeasurementBuilder<T> builder, DatesSelector selector, Predicate<EstimatedMeasurementBase<T>> filter)Simple constructor.EventBasedScheduler(MeasurementBuilder<T> builder, DatesSelector selector, Predicate<EstimatedMeasurementBase<T>> filter, Propagator propagator, EventDetector detector, SignSemantic signSemantic)Simple constructor. -
Uses of EstimatedMeasurementBase in org.orekit.estimation.measurements.gnss
Methods in org.orekit.estimation.measurements.gnss that return EstimatedMeasurementBase Modifier and Type Method Description protected EstimatedMeasurementBase<InterSatellitesOneWayRangeRate>InterSatellitesOneWayRangeRate. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<InterSatellitesPhase>InterSatellitesPhase. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<OneWayGNSSPhase>OneWayGNSSPhase. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<OneWayGNSSRange>OneWayGNSSRange. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<OneWayGNSSRangeRate>OneWayGNSSRangeRate. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.protected EstimatedMeasurementBase<Phase>Phase. theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)Estimate the theoretical value without derivatives.Methods in org.orekit.estimation.measurements.gnss with parameters of type EstimatedMeasurementBase Modifier and Type Method Description protected abstract RotationAbstractWindUp. emitterToInert(EstimatedMeasurementBase<T> estimated)Compute rotation from emitter to inertial frame.protected RotationInterSatellitesWindUp. emitterToInert(EstimatedMeasurementBase<InterSatellitesPhase> estimated)Compute rotation from emitter to inertial frame.protected RotationWindUp. emitterToInert(EstimatedMeasurementBase<Phase> estimated)Compute rotation from emitter to inertial frame.voidAbstractWindUp. modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated)Apply a modifier to an estimated measurement without derivatives.protected abstract RotationAbstractWindUp. receiverToInert(EstimatedMeasurementBase<T> estimated)Compute rotation from receiver to inertial frame.protected RotationInterSatellitesWindUp. receiverToInert(EstimatedMeasurementBase<InterSatellitesPhase> estimated)Compute rotation from receiver to inertial frame.protected RotationWindUp. receiverToInert(EstimatedMeasurementBase<Phase> estimated)Compute rotation from receiver to inertial frame. -
Uses of EstimatedMeasurementBase in org.orekit.estimation.measurements.modifiers
Methods in org.orekit.estimation.measurements.modifiers with parameters of type EstimatedMeasurementBase Modifier and Type Method Description protected <T extends ObservedMeasurement<T>>
voidAbstractShapiroBaseModifier. doModify(EstimationModifier<T> modifier, EstimatedMeasurementBase<T> estimated)Modify measurement.voidAberrationModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<AngularRaDec> estimated)Apply a modifier to an estimated measurement without derivatives.protected voidAbstractRelativisticClockOnBoardRangeRateModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated, double aLocal, double rLocal, double aRemote, double rRemote)Apply relativistic frequency deviation.voidAngularIonosphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<AngularAzEl> estimated)voidAngularRadioRefractionModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<AngularAzEl> estimated)voidBias. modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated)Apply a modifier to an estimated measurement without derivatives.voidBistaticRangeIonosphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRange> estimated)Apply a modifier to an estimated measurement without derivatives.voidBistaticRangeRateIonosphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRangeRate> estimated)Apply a modifier to an estimated measurement without derivatives.voidBistaticRangeRateTroposphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRangeRate> estimated)Apply a modifier to an estimated measurement without derivatives.voidBistaticRangeTroposphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<BistaticRange> estimated)Apply a modifier to an estimated measurement without derivatives.voidDynamicOutlierFilter. modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated)Apply a modifier to an estimated measurement without derivatives.voidOnBoardAntennaInterSatellitesPhaseModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)voidOnBoardAntennaInterSatellitesRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesRange> estimated)Apply a modifier to an estimated measurement without derivatives.voidOnBoardAntennaOneWayGNSSPhaseModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSPhase> estimated)Apply a modifier to an estimated measurement without derivatives.voidOnBoardAntennaOneWayGNSSRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)Apply a modifier to an estimated measurement without derivatives.voidOnBoardAntennaTurnAroundRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated)Apply a modifier to an estimated measurement without derivatives.voidOutlierFilter. modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated)Apply a modifier to an estimated measurement without derivatives.voidPhaseCentersPhaseModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)Apply a modifier to an estimated measurement without derivatives.voidPhaseCentersRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)Apply a modifier to an estimated measurement without derivatives.voidPhaseIonosphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)voidPhaseTroposphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)Apply a modifier to an estimated measurement without derivatives.voidRangeIonosphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)Apply a modifier to an estimated measurement without derivatives.static <T extends ObservedMeasurement<T>>
voidRangeModifierUtil. modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated, GroundStation station, ParametricModelEffect modelEffect, EstimationModifier<T> modifier)Apply a modifier to an estimated measurement.voidRangeRateIonosphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<RangeRate> estimated)Apply a modifier to an estimated measurement without derivatives.static <T extends ObservedMeasurement<T>>
voidRangeRateModifierUtil. modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated, GroundStation station, ParametricModelEffect modelEffect, EstimationModifier<T> modifier)Apply a modifier to an estimated measurement.voidRangeRateTroposphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<RangeRate> estimated)Apply a modifier to an estimated measurement without derivatives.voidRangeTroposphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticClockInterSatellitesOneWayRangeRateModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesOneWayRangeRate> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticClockInterSatellitesPhaseModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticClockInterSatellitesRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesRange> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticClockOneWayGNSSPhaseModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSPhase> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticClockOneWayGNSSRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticClockOneWayGNSSRangeRateModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRangeRate> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticClockPhaseModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticClockRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticClockRangeRateModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<RangeRate> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticJ2ClockInterSatellitesPhaseModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticJ2ClockInterSatellitesRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesRange> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticJ2ClockOneWayGNSSPhaseModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSPhase> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticJ2ClockOneWayGNSSRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticJ2ClockPhaseModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)Apply a modifier to an estimated measurement without derivatives.voidRelativisticJ2ClockRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)Apply a modifier to an estimated measurement without derivatives.voidShapiroInterSatellitePhaseModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesPhase> estimated)Apply a modifier to an estimated measurement without derivatives.voidShapiroInterSatelliteRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesRange> estimated)Apply a modifier to an estimated measurement without derivatives.voidShapiroOneWayGNSSPhaseModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSPhase> estimated)Apply a modifier to an estimated measurement without derivatives.voidShapiroOneWayGNSSRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSRange> estimated)Apply a modifier to an estimated measurement without derivatives.voidShapiroPhaseModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)Apply a modifier to an estimated measurement without derivatives.voidShapiroRangeModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<Range> estimated)Apply a modifier to an estimated measurement without derivatives.voidTDOAIonosphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<TDOA> estimated)voidTDOATroposphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<TDOA> estimated)Apply a modifier to an estimated measurement without derivatives.voidTurnAroundRangeIonosphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated)voidTurnAroundRangeTroposphericDelayModifier. modifyWithoutDerivatives(EstimatedMeasurementBase<TurnAroundRange> estimated)Apply a modifier to an estimated measurement without derivatives.doublePhaseCentersGroundReceiverBaseModifier. oneWayDistanceModification(EstimatedMeasurementBase<T> estimated)Compute distance modification for one way measurement.doublePhaseCentersInterSatellitesBaseModifier. oneWayDistanceModification(EstimatedMeasurementBase<T> estimated)Compute distance modification for one way measurement.doublePhaseCentersOneWayGNSSBaseModifier. oneWayDistanceModification(EstimatedMeasurementBase<T> estimated)Compute distance modification for one way measurement.protected doubleAbstractRelativisticClockModifier. relativisticCorrection(EstimatedMeasurementBase<?> estimated)Computes the relativistic clock correction.protected doubleAbstractRelativisticJ2ClockModifier. relativisticJ2Correction(EstimatedMeasurementBase<?> estimated)Computes the relativistic J2 clock time delay correction.doublePhaseCentersGroundReceiverBaseModifier. twoWayDistanceModification(EstimatedMeasurementBase<T> estimated)Apply a modifier to a two-way range measurement.doublePhaseCentersInterSatellitesBaseModifier. twoWayDistanceModification(EstimatedMeasurementBase<InterSatellitesRange> estimated)Compute distance modification for two way measurement.
-