public class TurnAroundRange extends AbstractMeasurement<TurnAroundRange>
The measurement is considered to be a signal: - Emitted from the primary ground station - Reflected on the spacecraft - Reflected on the secondary ground station - Reflected on the spacecraft again - Received on the primary ground station Its value is the elapsed time between emission and reception divided by 2c were c is the speed of light. The motion of the stations and the spacecraft during the signal flight time are taken into account. The date of the measurement corresponds to the reception on ground of the reflected signal.
Constructor and Description |
---|
TurnAroundRange(GroundStation primaryStation,
GroundStation secondaryStation,
AbsoluteDate date,
double turnAroundRange,
double sigma,
double baseWeight,
ObservableSatellite satellite)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
GroundStation |
getPrimaryStation()
Get the primary ground station from which measurement is performed.
|
GroundStation |
getSecondaryStation()
Get the secondary ground station reflecting the signal.
|
protected EstimatedMeasurement<TurnAroundRange> |
theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
addModifier, addParameterDriver, estimate, getBaseWeight, getCoordinates, getDate, getDimension, getModifiers, getObservedValue, getParametersDrivers, getSatellites, getTheoreticalStandardDeviation, isEnabled, setEnabled, signalTimeOfFlight, signalTimeOfFlight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compareTo
public TurnAroundRange(GroundStation primaryStation, GroundStation secondaryStation, AbsoluteDate date, double turnAroundRange, double sigma, double baseWeight, ObservableSatellite satellite)
primaryStation
- ground station from which measurement is performedsecondaryStation
- ground station reflecting the signaldate
- date of the measurementturnAroundRange
- observed valuesigma
- theoretical standard deviationbaseWeight
- base weightsatellite
- satellite related to this measurementpublic GroundStation getPrimaryStation()
public GroundStation getSecondaryStation()
protected EstimatedMeasurement<TurnAroundRange> theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
The theoretical value does not have any modifiers applied.
theoreticalEvaluation
in class AbstractMeasurement<TurnAroundRange>
iteration
- iteration numberevaluation
- evaluation numberstates
- orbital states at measurement dateAbstractMeasurement.estimate(int, int, SpacecraftState[])
Copyright © 2002-2022 CS GROUP. All rights reserved.