public class MultiplexedMeasurement extends AbstractMeasurement<MultiplexedMeasurement>
Date comes from the first measurement, observed and estimated values result from gathering all underlying measurements values.
Modifier and Type | Field and Description |
---|---|
static String |
MEASUREMENT_TYPE
Type of the measurement.
|
Constructor and Description |
---|
MultiplexedMeasurement(List<ObservedMeasurement<?>> measurements)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
List<EstimatedMeasurement<?>> |
getEstimatedMeasurements()
Get the underlying estimated measurements.
|
List<EstimatedMeasurementBase<?>> |
getEstimatedMeasurementsWithoutDerivatives()
Get the underlying estimated measurements without derivatives.
|
List<ObservedMeasurement<?>> |
getMeasurements()
Get the underlying measurements.
|
protected EstimatedMeasurement<MultiplexedMeasurement> |
theoreticalEvaluation(int iteration,
int evaluation,
SpacecraftState[] states)
Estimate the theoretical value.
|
protected EstimatedMeasurementBase<MultiplexedMeasurement> |
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 MultiplexedMeasurement(List<ObservedMeasurement<?>> measurements)
measurements
- measurements to multiplexpublic List<ObservedMeasurement<?>> getMeasurements()
public List<EstimatedMeasurementBase<?>> getEstimatedMeasurementsWithoutDerivatives()
public List<EstimatedMeasurement<?>> getEstimatedMeasurements()
protected EstimatedMeasurementBase<MultiplexedMeasurement> theoreticalEvaluationWithoutDerivatives(int iteration, int evaluation, SpacecraftState[] states)
The theoretical value does not have any modifiers applied.
theoreticalEvaluationWithoutDerivatives
in class AbstractMeasurement<MultiplexedMeasurement>
iteration
- iteration numberevaluation
- evaluation numberstates
- orbital states at measurement dateAbstractMeasurement.estimate(int, int, SpacecraftState[])
protected EstimatedMeasurement<MultiplexedMeasurement> theoreticalEvaluation(int iteration, int evaluation, SpacecraftState[] states)
The theoretical value does not have any modifiers applied.
theoreticalEvaluation
in class AbstractMeasurement<MultiplexedMeasurement>
iteration
- iteration numberevaluation
- evaluation numberstates
- orbital states at measurement dateAbstractMeasurement.estimate(int, int, SpacecraftState[])
Copyright © 2002-2023 CS GROUP. All rights reserved.