public class OnBoardAntennaInterSatellitesRangeModifier extends Object implements EstimationModifier<InterSatellitesRange>
| Constructor and Description |
|---|
OnBoardAntennaInterSatellitesRangeModifier(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<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement.
|
public OnBoardAntennaInterSatellitesRangeModifier(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<InterSatellitesRange>public void modify(EstimatedMeasurement<InterSatellitesRange> estimated)
modify in interface EstimationModifier<InterSatellitesRange>estimated - estimated measurement to modifyCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.