public class OnBoardAntennaOneWayGNSSPhaseModifier extends Object implements EstimationModifier<OneWayGNSSPhase>
| Constructor and Description |
|---|
OnBoardAntennaOneWayGNSSPhaseModifier(Vector3D antennaPhaseCenter1,
Vector3D antennaPhaseCenter2,
AttitudeProvider attitude)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
Apply a modifier to an estimated measurement.
|
public OnBoardAntennaOneWayGNSSPhaseModifier(Vector3D antennaPhaseCenter1, Vector3D antennaPhaseCenter2, AttitudeProvider attitude)
antennaPhaseCenter1 - position of the Antenna Phase Center in satellite 1 frame
(i.e. the satellite which receives the signal and performs the measurement)antennaPhaseCenter2 - position of the Antenna Phase Center in satellite 2 frame
(i.e. the satellite which simply emits the signal)attitude - attitude provider of the emitting satellitepublic List<ParameterDriver> getParametersDrivers()
getParametersDrivers in interface EstimationModifier<OneWayGNSSPhase>public void modify(EstimatedMeasurement<OneWayGNSSPhase> estimated)
modify in interface EstimationModifier<OneWayGNSSPhase>estimated - estimated measurement to modifyCopyright © 2002-2023 CS GROUP. All rights reserved.