Class PVBuilder
- java.lang.Object
-
- org.orekit.estimation.measurements.generation.AbstractMeasurementBuilder<PV>
-
- org.orekit.estimation.measurements.generation.PVBuilder
-
- All Implemented Interfaces:
MeasurementBuilder<PV>
public class PVBuilder extends AbstractMeasurementBuilder<PV>
Builder forPV
measurements.- Since:
- 9.3
- Author:
- Luc Maisonobe
-
-
Constructor Summary
Constructors Constructor Description PVBuilder(CorrelatedRandomVectorGenerator noiseSource, double sigmaPosition, double sigmaVelocity, double baseWeight, ObservableSatellite satellite)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PV
build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
Generate a single measurement.-
Methods inherited from class org.orekit.estimation.measurements.generation.AbstractMeasurementBuilder
addModifier, getBaseWeight, getEnd, getModifiers, getNoise, getSatellites, getStart, getTheoreticalStandardDeviation, init
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.estimation.measurements.generation.MeasurementBuilder
build
-
-
-
-
Constructor Detail
-
PVBuilder
public PVBuilder(CorrelatedRandomVectorGenerator noiseSource, double sigmaPosition, double sigmaVelocity, double baseWeight, ObservableSatellite satellite)
Simple constructor.- Parameters:
noiseSource
- noise source, may be null for generating perfect measurementssigmaPosition
- theoretical standard deviation on position componentssigmaVelocity
- theoretical standard deviation on velocity componentsbaseWeight
- base weightsatellite
- satellite related to this builder
-
-
Method Detail
-
build
public PV build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
Generate a single measurement.- Parameters:
date
- measurement dateinterpolators
- interpolators relevant for this builder- Returns:
- generated measurement
-
-