MeasurementBuilder<PV>
public class PVBuilder extends AbstractMeasurementBuilder<PV>
PV
measurements.Constructor | Description |
---|---|
PVBuilder(org.hipparchus.random.CorrelatedRandomVectorGenerator noiseSource,
double sigmaPosition,
double sigmaVelocity,
double baseWeight,
ObservableSatellite satellite) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
PV |
build(SpacecraftState[] states) |
Generate a single measurement.
|
addModifier, getBaseWeight, getEnd, getModifiers, getNoise, getSatellites, getStart, getTheoreticalStandardDeviation, init
public PVBuilder(org.hipparchus.random.CorrelatedRandomVectorGenerator noiseSource, double sigmaPosition, double sigmaVelocity, double baseWeight, ObservableSatellite satellite)
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 builderpublic PV build(SpacecraftState[] states)
states
- spacecraft statesCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.