public final class JacobianTransformationMatrix extends Object
Modifier and Type | Method and Description |
---|---|
static double[][] |
getJacobianCartesianToSpheric(PVCoordinates pvCoordinates)
Get Jacobian for spheric coordinates transformation to cartesian
coordinates
|
static double[][] |
getJacobianSphericToCartesian(PVCoordinates pvCoordinates)
Get Jacobian for cartesian coordinates transformation to spheric
coordinates.
|
public static double[][] getJacobianCartesianToSpheric(PVCoordinates pvCoordinates) throws PatriusException
pvCoordinates
- cartesian coordinatesPatriusException
- the jacobian matrix cannot be computed because the position
norm is negativepublic static double[][] getJacobianSphericToCartesian(PVCoordinates pvCoordinates) throws PatriusException
pvCoordinates
- spheric coordinatesPatriusException
- the latitude or longitude is out of range.Copyright © 2021 CNES. All rights reserved.