public class OnBoardAntennaInterSatellitesRangeModifier extends Object implements EstimationModifier<InterSatellitesRange>
Constructor and Description |
---|
OnBoardAntennaInterSatellitesRangeModifier(org.hipparchus.geometry.euclidean.threed.Vector3D antennaPhaseCenter1,
org.hipparchus.geometry.euclidean.threed.Vector3D antennaPhaseCenter2)
Simple constructor.
|
Modifier and Type | Method and Description |
---|---|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for parameters.
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesRange> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
modify
getNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupported
public OnBoardAntennaInterSatellitesRangeModifier(org.hipparchus.geometry.euclidean.threed.Vector3D antennaPhaseCenter1, org.hipparchus.geometry.euclidean.threed.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 ParameterDriversProvider
public void modifyWithoutDerivatives(EstimatedMeasurementBase<InterSatellitesRange> estimated)
modifyWithoutDerivatives
in interface EstimationModifier<InterSatellitesRange>
estimated
- estimated measurement to modifyCopyright © 2002-2023 CS GROUP. All rights reserved.