Uses of Interface
org.orekit.rugged.utils.DerivativeGenerator
-
Packages that use DerivativeGenerator Package Description org.orekit.rugged.api This package provides the principal class of Rugged library API, as well as the builder for Rugged instances.org.orekit.rugged.linesensor This package provides all the tools needed to deal with line sensor model.org.orekit.rugged.los This package provides all the tools to build lines-of-sight (LOS).org.orekit.rugged.utils This package provides useful objects. -
-
Uses of DerivativeGenerator in org.orekit.rugged.api
Methods in org.orekit.rugged.api with parameters of type DerivativeGenerator Modifier and Type Method Description <T extends Derivative<T>>
T[]Rugged. distanceBetweenLOSderivatives(LineSensor sensorA, AbsoluteDate dateA, double pixelA, SpacecraftToObservedBody scToBodyA, LineSensor sensorB, AbsoluteDate dateB, double pixelB, DerivativeGenerator<T> generator)
Compute distances between two line sensors with derivatives.<T extends Derivative<T>>
T[]Rugged. inverseLocationDerivatives(String sensorName, GeodeticPoint point, int minLine, int maxLine, DerivativeGenerator<T> generator)
Inverse location of a point with derivatives. -
Uses of DerivativeGenerator in org.orekit.rugged.linesensor
Methods in org.orekit.rugged.linesensor with parameters of type DerivativeGenerator Modifier and Type Method Description <T extends Derivative<T>>
FieldVector3D<T>LineSensor. getLOSDerivatives(AbsoluteDate date, double i, DerivativeGenerator<T> generator)
Get the pixel normalized line-of-sight at some date, and their derivatives with respect to estimated parameters.<T extends Derivative<T>>
FieldVector3D<T>LineSensor. getLOSDerivatives(AbsoluteDate date, int i, DerivativeGenerator<T> generator)
Get the pixel normalized line-of-sight at some date, and their derivatives with respect to estimated parameters. -
Uses of DerivativeGenerator in org.orekit.rugged.los
Methods in org.orekit.rugged.los with parameters of type DerivativeGenerator Modifier and Type Method Description <T extends Derivative<T>>
FieldVector3D<T>TimeDependentLOS. getLOSDerivatives(int index, AbsoluteDate date, DerivativeGenerator<T> generator)
Get the line of sight and its partial derivatives for a given date.<T extends Derivative<T>>
FieldVector3D<T>FixedRotation. transformLOS(int i, FieldVector3D<T> los, DerivativeGenerator<T> generator)
Transform a line-of-sight and its partial derivatives.<T extends Derivative<T>>
FieldVector3D<T>FixedZHomothety. transformLOS(int i, FieldVector3D<T> los, DerivativeGenerator<T> generator)
Transform a line-of-sight and its partial derivatives.<T extends Derivative<T>>
FieldVector3D<T>LOSTransform. transformLOS(int index, FieldVector3D<T> los, AbsoluteDate date, DerivativeGenerator<T> generator)
Transform a line-of-sight and its partial derivatives.<T extends Derivative<T>>
FieldVector3D<T>PolynomialRotation. transformLOS(int i, FieldVector3D<T> los, AbsoluteDate date, DerivativeGenerator<T> generator)
Transform a line-of-sight and its partial derivatives.<T extends Derivative<T>>
FieldVector3D<T>TimeIndependentLOSTransform. transformLOS(int index, FieldVector3D<T> los, DerivativeGenerator<T> generator)
Transform a line-of-sight and its partial derivatives. -
Uses of DerivativeGenerator in org.orekit.rugged.utils
Subinterfaces of DerivativeGenerator in org.orekit.rugged.utils Modifier and Type Interface Description interface
DSGenerator
Deprecated.as of 2.2, replaced byDerivativeGenerator
-