public class TurnAroundRange extends GroundReceiverMeasurement<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.
Modifier and Type | Field and Description |
---|---|
static String |
MEASUREMENT_TYPE
Type of the measurement.
|
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.
|
protected EstimatedMeasurementBase<TurnAroundRange> |
theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
computeCommonParametersWithDerivatives, computeCommonParametersWithout, getGroundStationCoordinates, getGroundStationPosition, getStation, isTwoWay
addModifier, addParameterDriver, estimate, estimateWithoutDerivatives, getBaseWeight, getCoordinates, getDate, getDimension, getModifiers, getObservedValue, getParametersDrivers, getSatellites, getTheoreticalStandardDeviation, isEnabled, setEnabled, signalTimeOfFlight, signalTimeOfFlight
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMeasurementType
compareTo
durationFrom
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
public static final String MEASUREMENT_TYPE
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 EstimatedMeasurementBase<TurnAroundRange> theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
The theoretical value does not have any modifiers applied.
theoreticalEvaluationWithoutDerivatives
in class AbstractMeasurement<TurnAroundRange>
iteration
- iteration numberevaluation
- evaluation numberstates
- orbital states at measurement dateAbstractMeasurement.estimate(int, int, SpacecraftState[])
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-2023 CS GROUP. All rights reserved.