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)
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 EstimationModifier<Phase>
public void modify(EstimatedMeasurement<Phase> estimated)
EstimationModifier
modify
in interface EstimationModifier<Phase>
estimated
- estimated measurement to modifyCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.