Class PVBuilder
java.lang.Object
org.orekit.estimation.measurements.generation.AbstractMeasurementBuilder<PV>
org.orekit.estimation.measurements.generation.PVBuilder
- All Implemented Interfaces:
MeasurementBuilder<PV>
Builder for
PV measurements.- Since:
- 9.3
- Author:
- Luc Maisonobe
-
Constructor Summary
ConstructorsConstructorDescriptionPVBuilder(double sigmaPosition, double sigmaVelocity, double baseWeight, ObservableSatellite satellite) Simple constructor.PVBuilder(MeasurementQuality measurementQuality, ObservableSatellite satellite) Simple constructor. -
Method Summary
Modifier and TypeMethodDescriptionprotected PVbuildObserved(AbsoluteDate date, Map<ObservableSatellite, OrekitStepInterpolator> interpolators) Build a dummy observed measurement.Methods inherited from class org.orekit.estimation.measurements.generation.AbstractMeasurementBuilder
addModifier, build, getBaseWeight, getEnd, getMeasurementQuality, getModifiers, getSatellites, getStart, getTheoreticalStandardDeviation, initMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.orekit.estimation.measurements.generation.MeasurementBuilder
build
-
Constructor Details
-
PVBuilder
public PVBuilder(double sigmaPosition, double sigmaVelocity, double baseWeight, ObservableSatellite satellite) Simple constructor.- Parameters:
sigmaPosition- theoretical standard deviation on position componentssigmaVelocity- theoretical standard deviation on velocity componentsbaseWeight- base weightsatellite- satellite related to this builder
-
PVBuilder
Simple constructor.- Parameters:
measurementQuality- measurement quality as used in estimation (in Orekit, the crossed-terms of the covariance matrix are only used by Kalman filters, not least squares)satellite- satellite related to this builder- Since:
- 14.0
-
-
Method Details
-
buildObserved
protected PV buildObserved(AbsoluteDate date, Map<ObservableSatellite, OrekitStepInterpolator> interpolators) Build a dummy observed measurement.- Specified by:
buildObservedin classAbstractMeasurementBuilder<PV>- Parameters:
date- measurement dateinterpolators- interpolators relevant for this builder- Returns:
- dummy observed measurement
-