public class PhaseAmbiguityModifier extends AbstractAmbiguityModifier implements EstimationModifier<Phase>
| Constructor and Description |
|---|
PhaseAmbiguityModifier(int key,
double ambiguity)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for parameters.
|
void |
modify(EstimatedMeasurement<Phase> estimated)
Apply a modifier to an estimated measurement.
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
doModify, doModifyWithoutDerivatives, getDriversclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupportedpublic PhaseAmbiguityModifier(int key,
double ambiguity)
It is expected that many different ambiguities will be used at the same time during an orbit determination, therefore they are keyed using a simple integer. All ambiguities using the same key will be enforced to be equal. It is the responsibility of the caller to use a proper counter to manage the ambiguities properly.
key - key to identify the ambiguityambiguity - initial value of ambiguitypublic List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface ParameterDriversProviderpublic void modifyWithoutDerivatives(EstimatedMeasurementBase<Phase> estimated)
EstimationModifiermodifyWithoutDerivatives in interface EstimationModifier<Phase>estimated - estimated measurement to modifypublic void modify(EstimatedMeasurement<Phase> estimated)
EstimationModifiermodify in interface EstimationModifier<Phase>estimated - estimated measurement to modifyCopyright © 2002-2023 CS GROUP. All rights reserved.