T - the type of the measurementpublic abstract class AbstractWindUp<T extends ObservedMeasurement<T>> extends Object implements EstimationModifier<T>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWindUp(Dipole emitter,
Dipole receiver)
Simple constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract org.hipparchus.geometry.euclidean.threed.Rotation |
emitterToInert(EstimatedMeasurementBase<T> estimated)
Compute rotation from emitter to inertial frame.
|
List<ParameterDriver> |
getParametersDrivers()
Get the drivers for parameters.
|
void |
modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated)
Apply a modifier to an estimated measurement without derivatives.
|
protected abstract org.hipparchus.geometry.euclidean.threed.Rotation |
receiverToInert(EstimatedMeasurementBase<T> estimated)
Compute rotation from receiver to inertial frame.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitmodifygetNbParametersDriversValue, getParameterDriver, getParameters, getParameters, getParameters, getParameters, getParametersAllValues, getParametersAllValues, isSupportedpublic List<ParameterDriver> getParametersDrivers()
Wind-up effect has no parameters, the returned list is always empty.
getParametersDrivers in interface ParameterDriversProviderprotected abstract org.hipparchus.geometry.euclidean.threed.Rotation emitterToInert(EstimatedMeasurementBase<T> estimated)
estimated - estimated measurement to modifyprotected abstract org.hipparchus.geometry.euclidean.threed.Rotation receiverToInert(EstimatedMeasurementBase<T> estimated)
estimated - estimated measurement to modifypublic void modifyWithoutDerivatives(EstimatedMeasurementBase<T> estimated)
modifyWithoutDerivatives in interface EstimationModifier<T extends ObservedMeasurement<T>>estimated - estimated measurement to modifyCopyright © 2002-2023 CS GROUP. All rights reserved.