public class InterSatellitesPhase extends AbstractMeasurement<InterSatellitesPhase>
The measurement is considered to be a signal emitted from a remote satellite and received by a local satellite. Its value is the number of cycles between emission and reception. The motion of both spacecrafts during the signal flight time are taken into account. The date of the measurement corresponds to the reception on ground of the emitted signal.
Modifier and Type | Field and Description |
---|---|
static String |
AMBIGUITY_NAME
Name for ambiguity driver.
|
static String |
MEASUREMENT_TYPE
Type of the measurement.
|
Constructor and Description |
---|
InterSatellitesPhase(ObservableSatellite local,
ObservableSatellite remote,
AbsoluteDate date,
double phase,
double wavelength,
double sigma,
double baseWeight)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ParameterDriver |
getAmbiguityDriver()
Get the driver for phase ambiguity.
|
double |
getWavelength()
Get the wavelength.
|
protected EstimatedMeasurement<InterSatellitesPhase> |
theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurementBase<InterSatellitesPhase> |
theoreticalEvaluationWithoutDerivatives(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value without derivatives.
|
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 static final String AMBIGUITY_NAME
public InterSatellitesPhase(ObservableSatellite local, ObservableSatellite remote, AbsoluteDate date, double phase, double wavelength, double sigma, double baseWeight)
local
- satellite which receives the signal and performs the measurementremote
- remote satellite which simply emits the signaldate
- date of the measurementphase
- observed value (cycles)wavelength
- phase observed value wavelength (m)sigma
- theoretical standard deviationbaseWeight
- base weightpublic double getWavelength()
public ParameterDriver getAmbiguityDriver()
protected EstimatedMeasurementBase<InterSatellitesPhase> theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
The theoretical value does not have any modifiers applied.
theoreticalEvaluationWithoutDerivatives
in class AbstractMeasurement<InterSatellitesPhase>
iteration
- iteration numberevaluation
- evaluation numberstates
- orbital states at measurement dateAbstractMeasurement.estimate(int, int, SpacecraftState[])
protected EstimatedMeasurement<InterSatellitesPhase> theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
The theoretical value does not have any modifiers applied.
theoreticalEvaluation
in class AbstractMeasurement<InterSatellitesPhase>
iteration
- iteration numberevaluation
- evaluation numberstates
- orbital states at measurement dateAbstractMeasurement.estimate(int, int, SpacecraftState[])
Copyright © 2002-2023 CS GROUP. All rights reserved.