public class AngularAzElBuilder extends AbstractMeasurementBuilder<AngularAzEl>
AngularAzEl measurements.| Constructor and Description |
|---|
AngularAzElBuilder(org.hipparchus.random.CorrelatedRandomVectorGenerator noiseSource,
GroundStation station,
double[] sigma,
double[] baseWeight,
ObservableSatellite satellite)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
AngularAzEl |
build(AbsoluteDate date,
Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
Generate a single measurement.
|
addModifier, getBaseWeight, getEnd, getModifiers, getNoise, getSatellites, getStart, getTheoreticalStandardDeviation, initpublic AngularAzElBuilder(org.hipparchus.random.CorrelatedRandomVectorGenerator noiseSource,
GroundStation station,
double[] sigma,
double[] baseWeight,
ObservableSatellite satellite)
noiseSource - noise source, may be null for generating perfect measurementsstation - ground station from which measurement is performedsigma - theoretical standard deviationbaseWeight - base weightsatellite - satellite related to this builderpublic AngularAzEl build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
date - measurement dateinterpolators - interpolators relevant for this builderCopyright © 2002-2023 CS GROUP. All rights reserved.