public class OnBoardAntennaOneWayGNSSPhaseModifier extends Object implements EstimationModifier<OneWayGNSSPhase>
Constructor and Description |
---|
OnBoardAntennaOneWayGNSSPhaseModifier(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<OneWayGNSSPhase> 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 OnBoardAntennaOneWayGNSSPhaseModifier(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 ParameterDriversProvider
public void modifyWithoutDerivatives(EstimatedMeasurementBase<OneWayGNSSPhase> estimated)
modifyWithoutDerivatives
in interface EstimationModifier<OneWayGNSSPhase>
estimated
- estimated measurement to modifyCopyright © 2002-2023 CS GROUP. All rights reserved.