EstimationModifier<Phase>public class PhaseAmbiguityModifier extends Object implements EstimationModifier<Phase>
| Constructor | Description |
|---|---|
PhaseAmbiguityModifier(int key,
double ambiguity) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
List<ParameterDriver> |
getParametersDrivers() |
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<Phase> estimated) |
Apply a modifier to an estimated measurement.
|
public PhaseAmbiguityModifier(int key,
double ambiguity)
throws OrekitException
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 ambiguityOrekitException - if parameter scale is too close to zero (never happens)public List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface EstimationModifier<Phase>public void modify(EstimatedMeasurement<Phase> estimated) throws OrekitException
EstimationModifiermodify in interface EstimationModifier<Phase>estimated - estimated measurement to modifyOrekitException - if modifier cannot be appliedCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.