public class OnBoardAntennaPhaseModifier extends Object implements EstimationModifier<Phase>
| Constructor and Description |
|---|
OnBoardAntennaPhaseModifier(Vector3D antennaPhaseCenter)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<Phase> estimated)
Apply a modifier to an estimated measurement.
|
public OnBoardAntennaPhaseModifier(Vector3D antennaPhaseCenter)
antennaPhaseCenter - position of the Antenna Phase Center in satellite framepublic List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface EstimationModifier<Phase>public void modify(EstimatedMeasurement<Phase> estimated)
modify in interface EstimationModifier<Phase>estimated - estimated measurement to modifyCopyright © 2002-2020 CS GROUP. All rights reserved.