MeasurementBuilder<AngularRaDec>
public class AngularRaDecBuilder extends AbstractMeasurementBuilder<AngularRaDec>
AngularRaDec
measurements.Constructor | Description |
---|---|
AngularRaDecBuilder(org.hipparchus.random.CorrelatedRandomVectorGenerator noiseSource,
GroundStation station,
Frame referenceFrame,
double[] sigma,
double[] baseWeight,
ObservableSatellite satellite) |
Simple constructor.
|
Modifier and Type | Method | Description |
---|---|---|
AngularRaDec |
build(SpacecraftState[] states) |
Generate a single measurement.
|
addModifier, getBaseWeight, getEnd, getModifiers, getNoise, getSatellites, getStart, getTheoreticalStandardDeviation, init
public AngularRaDecBuilder(org.hipparchus.random.CorrelatedRandomVectorGenerator noiseSource, GroundStation station, Frame referenceFrame, double[] sigma, double[] baseWeight, ObservableSatellite satellite)
noiseSource
- noise source, may be null for generating perfect measurementsstation
- ground station from which measurement is performedreferenceFrame
- Reference frame in which the right ascension - declination angles are givensigma
- theoretical standard deviationbaseWeight
- base weightsatellite
- satellite related to this builderpublic AngularRaDec build(SpacecraftState[] states)
states
- spacecraft statesCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.