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