public interface LOSTransform extends ParametricModel
LOSBuilder| Modifier and Type | Method and Description |
|---|---|
FieldVector3D<DerivativeStructure> |
transformLOS(int index,
FieldVector3D<DerivativeStructure> los,
AbsoluteDate date)
Transform a line-of-sight and its partial derivatives.
|
Vector3D |
transformLOS(int i,
Vector3D los,
AbsoluteDate date)
Transform a line-of-sight.
|
getEstimatedParameters, getNbEstimatedParameters, setEstimatedParametersVector3D transformLOS(int i, Vector3D los, AbsoluteDate date)
i - los pixel indexlos - line-of-sight to transformdate - current dateFieldVector3D<DerivativeStructure> transformLOS(int index, FieldVector3D<DerivativeStructure> los, AbsoluteDate date)
This method is used for LOS calibration purposes. It allows to compute the Jacobian matrix of the LOS with respect to the parameters, which are typically polynomials coefficients representing rotation angles. These polynomials can be used for example to model thermo-elastic effects.
index - los pixel indexdate - datelos - line-of-sight to transformCopyright © 2014–2016 CS Syst?mes d'Information. All rights reserved.