public class OnBoardAntennaInterSatellitesPhaseModifier extends Object implements EstimationModifier<InterSatellitesPhase>
Constructor and Description |
---|
OnBoardAntennaInterSatellitesPhaseModifier(Vector3D antennaPhaseCenter1,
Vector3D antennaPhaseCenter2)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for this modifier parameters.
|
void |
modify(EstimatedMeasurement<InterSatellitesPhase> estimated)
Apply a modifier to an estimated measurement.
|
public OnBoardAntennaInterSatellitesPhaseModifier(Vector3D antennaPhaseCenter1, Vector3D antennaPhaseCenter2)
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 in the one-way
case, or reflects the signal in the two-way case)public List<ParameterDriver> getParametersDrivers()
getParametersDrivers
in interface EstimationModifier<InterSatellitesPhase>
public void modify(EstimatedMeasurement<InterSatellitesPhase> estimated)
EstimationModifier
modify
in interface EstimationModifier<InterSatellitesPhase>
estimated
- estimated measurement to modifyCopyright © 2002-2022 CS GROUP. All rights reserved.