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