Class TDOABuilder
- java.lang.Object
-
- org.orekit.estimation.measurements.generation.AbstractMeasurementBuilder<TDOA>
-
- org.orekit.estimation.measurements.generation.TDOABuilder
-
- All Implemented Interfaces:
MeasurementBuilder<TDOA>
public class TDOABuilder extends AbstractMeasurementBuilder<TDOA>
Builder forTDOA
measurements.- Since:
- 11.2
- Author:
- Pascal Parraud
-
-
Constructor Summary
Constructors Constructor Description TDOABuilder(CorrelatedRandomVectorGenerator noiseSource, GroundStation primeStation, GroundStation secondStation, double sigma, double baseWeight, ObservableSatellite satellite)
Simple constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TDOA
build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
Generate a single measurement.-
Methods inherited from class org.orekit.estimation.measurements.generation.AbstractMeasurementBuilder
addModifier, getBaseWeight, getEnd, getModifiers, getNoise, getSatellites, getStart, getTheoreticalStandardDeviation, init
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.orekit.estimation.measurements.generation.MeasurementBuilder
build
-
-
-
-
Constructor Detail
-
TDOABuilder
public TDOABuilder(CorrelatedRandomVectorGenerator noiseSource, GroundStation primeStation, GroundStation secondStation, double sigma, double baseWeight, ObservableSatellite satellite)
Simple constructor.- Parameters:
noiseSource
- noise source, may be null for generating perfect measurementsprimeStation
- ground station that gives the date of the measurementsecondStation
- ground station that gives the measurementsigma
- theoretical standard deviationbaseWeight
- base weightsatellite
- satellite related to this builder
-
-
Method Detail
-
build
public TDOA build(AbsoluteDate date, Map<ObservableSatellite,OrekitStepInterpolator> interpolators)
Generate a single measurement.- Parameters:
date
- measurement dateinterpolators
- interpolators relevant for this builder- Returns:
- generated measurement
-
-