FixedRotation
, FixedZHomothety
public interface TimeIndependentLOSTransform
LOSBuilder
Modifier and Type | Method | Description |
---|---|---|
Stream<org.orekit.utils.ParameterDriver> |
getParametersDrivers() |
Get the drivers for LOS parameters.
|
org.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.DerivativeStructure> |
transformLOS(int index,
org.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.DerivativeStructure> los,
DSGenerator generator) |
Transform a line-of-sight and its partial derivatives.
|
org.hipparchus.geometry.euclidean.threed.Vector3D |
transformLOS(int i,
org.hipparchus.geometry.euclidean.threed.Vector3D los) |
Transform a line-of-sight.
|
org.hipparchus.geometry.euclidean.threed.Vector3D transformLOS(int i, org.hipparchus.geometry.euclidean.threed.Vector3D los)
i
- los pixel indexlos
- line-of-sight to transformorg.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.DerivativeStructure> transformLOS(int index, org.hipparchus.geometry.euclidean.threed.FieldVector3D<org.hipparchus.analysis.differentiation.DerivativeStructure> los, DSGenerator generator)
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.
Note that in order for the partial derivatives to be properly set up, the
setSelected
method must have been set to true
for the various parameters returned
by getParametersDrivers()
that should be estimated.
index
- los pixel indexlos
- line-of-sight to transformgenerator
- generator to use for building DerivativeStructure
instancesStream<org.orekit.utils.ParameterDriver> getParametersDrivers()
Copyright © 2014-2019 CS Systèmes d'information. All rights reserved.