public class TurnAroundRangeBuilder extends AbstractMeasurementBuilder<TurnAroundRange>
TurnAroundRange
measurements.Constructor and Description |
---|
TurnAroundRangeBuilder(CorrelatedRandomVectorGenerator noiseSource,
GroundStation masterStation,
GroundStation slaveStation,
double sigma,
double baseWeight,
ObservableSatellite satellite)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
TurnAroundRange |
build(SpacecraftState[] states)
Generate a single measurement.
|
addModifier, getBaseWeight, getEnd, getModifiers, getNoise, getSatellites, getStart, getTheoreticalStandardDeviation, init
public TurnAroundRangeBuilder(CorrelatedRandomVectorGenerator noiseSource, GroundStation masterStation, GroundStation slaveStation, double sigma, double baseWeight, ObservableSatellite satellite)
noiseSource
- noise source, may be null for generating perfect measurementsmasterStation
- ground station from which measurement is performedslaveStation
- ground station reflecting the signalsigma
- theoretical standard deviationbaseWeight
- base weightsatellite
- satellite related to this builderpublic TurnAroundRange build(SpacecraftState[] states)
states
- all spacecraft states (i.e. including ones that may not be relevant for the current builder)Copyright © 2002-2020 CS GROUP. All rights reserved.