Uses of Class
org.orekit.utils.CartesianDerivativesFilter
-
Packages that use CartesianDerivativesFilter Package Description org.orekit.files.ccsds.ndm.odm.ocm This package contains class managing CCSDS Orbit Comprehensive Message.org.orekit.files.ccsds.ndm.odm.oem This package contains class managing CCSDS Orbit Ephemeris Message.org.orekit.files.general This package provides interfaces for orbit file representations and corresponding parsers.org.orekit.files.iirv This package provides parsers and writers for Improved Interrange Vector (IIRV) messages.org.orekit.files.ilrs This package provides parsers for laser ranging data stored in CDR and CPF formats.org.orekit.files.sp3 This package provides a parser for orbit data stored in SP3 format.org.orekit.files.stk This package provides a parser for STK ephemeris files.org.orekit.frames This package provides classes to handle frames and transforms between them.org.orekit.orbits This package provides classes to represent orbits.org.orekit.propagation Propagationorg.orekit.utils This package provides useful objects. -
-
Uses of CartesianDerivativesFilter in org.orekit.files.ccsds.ndm.odm.ocm
Methods in org.orekit.files.ccsds.ndm.odm.ocm that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilterTrajectoryState. getAvailableDerivatives()Get which derivatives of position are available in this state.CartesianDerivativesFilterTrajectoryStateHistory. getAvailableDerivatives()Get which derivatives of position are available in this ephemeris segment. -
Uses of CartesianDerivativesFilter in org.orekit.files.ccsds.ndm.odm.oem
Methods in org.orekit.files.ccsds.ndm.odm.oem that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilterOemData. getAvailableDerivatives()Get the derivatives available in the block.CartesianDerivativesFilterOemSegment. getAvailableDerivatives()Get which derivatives of position are available in this ephemeris segment. -
Uses of CartesianDerivativesFilter in org.orekit.files.general
Methods in org.orekit.files.general that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilterEphemerisFile.EphemerisSegment. getAvailableDerivatives()Get which derivatives of position are available in this ephemeris segment.CartesianDerivativesFilterOrekitEphemerisFile.OrekitEphemerisSegment. getAvailableDerivatives()Get which derivatives of position are available in this ephemeris segment. -
Uses of CartesianDerivativesFilter in org.orekit.files.iirv
Methods in org.orekit.files.iirv that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilterIIRVSegment. getAvailableDerivatives()Get which derivatives of position are available in this ephemeris segment. -
Uses of CartesianDerivativesFilter in org.orekit.files.ilrs
Methods in org.orekit.files.ilrs that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilterCPF.CPFEphemeris. getAvailableDerivatives()Get which derivatives of position are available in this ephemeris segment.Methods in org.orekit.files.ilrs with parameters of type CartesianDerivativesFilter Modifier and Type Method Description voidCPF. setFilter(CartesianDerivativesFilter filter)Set the derivatives filter. -
Uses of CartesianDerivativesFilter in org.orekit.files.sp3
Methods in org.orekit.files.sp3 that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilterSP3Ephemeris. getAvailableDerivatives()Get the available derivatives.CartesianDerivativesFilterSP3Segment. getAvailableDerivatives()Get which derivatives of position are available in this ephemeris segment.CartesianDerivativesFilterSP3Header. getFilter()Get the derivatives filter.Methods in org.orekit.files.sp3 with parameters of type CartesianDerivativesFilter Modifier and Type Method Description voidSP3Header. setFilter(CartesianDerivativesFilter filter)Set the derivatives filter.Constructors in org.orekit.files.sp3 with parameters of type CartesianDerivativesFilter Constructor Description SP3Ephemeris(String id, double mu, Frame frame, int interpolationSamples, CartesianDerivativesFilter filter)Create an ephemeris for a single satellite.SP3Segment(double mu, Frame frame, int interpolationSamples, CartesianDerivativesFilter filter)Simple constructor. -
Uses of CartesianDerivativesFilter in org.orekit.files.stk
Methods in org.orekit.files.stk that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilterSTKEphemerisFile.STKEphemerisSegment. getAvailableDerivatives()Constructors in org.orekit.files.stk with parameters of type CartesianDerivativesFilter Constructor Description STKEphemerisSegment(double mu, Frame frame, int interpolationSamples, CartesianDerivativesFilter cartesianDerivativesFilter, List<TimeStampedPVCoordinates> timeStampedPVCoordinates)Constructs aSTKEphemerisFile.STKEphemerisSegmentinstance. -
Uses of CartesianDerivativesFilter in org.orekit.frames
Methods in org.orekit.frames with parameters of type CartesianDerivativesFilter Modifier and Type Method Description voidFieldTransform. getJacobian(CartesianDerivativesFilter selector, T[][] jacobian)Compute the Jacobian of theFieldTransform.transformPVCoordinates(FieldPVCoordinates)method of the transform.voidTransform. getJacobian(CartesianDerivativesFilter selector, double[][] jacobian)Compute the Jacobian of theTransform.transformPVCoordinates(PVCoordinates)method of the transform.static <T extends CalculusFieldElement<T>>
FieldTransform<T>FieldTransform. interpolate(FieldAbsoluteDate<T> date, CartesianDerivativesFilter cFilter, AngularDerivativesFilter aFilter, Collection<FieldTransform<T>> sample)Interpolate a transform from a sample set of existing transforms.static <T extends CalculusFieldElement<T>>
FieldTransform<T>FieldTransform. interpolate(FieldAbsoluteDate<T> date, CartesianDerivativesFilter cFilter, AngularDerivativesFilter aFilter, Stream<FieldTransform<T>> sample)Interpolate a transform from a sample set of existing transforms.static TransformTransform. interpolate(AbsoluteDate date, CartesianDerivativesFilter cFilter, AngularDerivativesFilter aFilter, Collection<Transform> sample)Interpolate a transform from a sample set of existing transforms.Constructors in org.orekit.frames with parameters of type CartesianDerivativesFilter Constructor Description InterpolatingTransformProvider(TransformProvider rawProvider, CartesianDerivativesFilter cFilter, AngularDerivativesFilter aFilter, int gridPoints, double step, int maxSlots, double maxSpan, double newSlotInterval)Simple constructor.ShiftingTransformProvider(TransformProvider rawProvider, CartesianDerivativesFilter cFilter, AngularDerivativesFilter aFilter, int gridPoints, double step, int maxSlots, double maxSpan, double newSlotInterval)Simple constructor. -
Uses of CartesianDerivativesFilter in org.orekit.orbits
Methods in org.orekit.orbits that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilterFieldOrbitHermiteInterpolator. getPVAFilter()Get filter for derivatives from the sample to use in position-velocity-acceleration interpolation.CartesianDerivativesFilterOrbitHermiteInterpolator. getPVAFilter()Get filter for derivatives from the sample to use in position-velocity-acceleration interpolation.Constructors in org.orekit.orbits with parameters of type CartesianDerivativesFilter Constructor Description FieldOrbitHermiteInterpolator(int interpolationPoints, double extrapolationThreshold, Frame outputInertialFrame, CartesianDerivativesFilter pvaFilter)Constructor.FieldOrbitHermiteInterpolator(int interpolationPoints, Frame outputInertialFrame, CartesianDerivativesFilter pvaFilter)Constructor with default extrapolation threshold value (DEFAULT_EXTRAPOLATION_THRESHOLD_SECs).OrbitHermiteInterpolator(int interpolationPoints, double extrapolationThreshold, Frame outputInertialFrame, CartesianDerivativesFilter pvaFilter)Constructor.OrbitHermiteInterpolator(int interpolationPoints, Frame outputInertialFrame, CartesianDerivativesFilter pvaFilter)Constructor with default extrapolation threshold value (DEFAULT_EXTRAPOLATION_THRESHOLD_SECs). -
Uses of CartesianDerivativesFilter in org.orekit.propagation
Methods in org.orekit.propagation that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilterStateCovarianceKeplerianHermiteInterpolator. getFilter()Get Filter defining if only the state covariance value are used or if first or/and second Keplerian derivatives should be used.Constructors in org.orekit.propagation with parameters of type CartesianDerivativesFilter Constructor Description FieldSpacecraftStateInterpolator(int interpolationPoints, double extrapolationThreshold, Frame outputFrame, Frame attitudeReferenceFrame, CartesianDerivativesFilter pvaFilter, AngularDerivativesFilter angularFilter)Constructor.SpacecraftStateInterpolator(int interpolationPoints, double extrapolationThreshold, Frame outputFrame, Frame attitudeReferenceFrame, CartesianDerivativesFilter pvaFilter, AngularDerivativesFilter angularFilter)Constructor to create a customizable Hermite interpolator for every spacecraft state field.StateCovarianceKeplerianHermiteInterpolator(int interpolationPoints, double extrapolationThreshold, TimeInterpolator<Orbit> orbitInterpolator, CartesianDerivativesFilter filter, Frame outFrame, OrbitType outOrbitType, PositionAngleType outPositionAngleType)Constructor using an output frame.StateCovarianceKeplerianHermiteInterpolator(int interpolationPoints, double extrapolationThreshold, TimeInterpolator<Orbit> orbitInterpolator, CartesianDerivativesFilter filter, LOFType outLOF)Constructor using an output local orbital frame.StateCovarianceKeplerianHermiteInterpolator(int interpolationPoints, TimeInterpolator<Orbit> orbitInterpolator, CartesianDerivativesFilter filter, Frame outFrame, OrbitType outOrbitType, PositionAngleType outPositionAngleType)Constructor using an output frame and : Default extrapolation threshold value (DEFAULT_EXTRAPOLATION_THRESHOLD_SECs) As this implementation of interpolation is polynomial, it should be used only with small number of interpolation points (about 10-20 points) in order to avoid Runge's phenomenon and numerical problems (including NaN appearing).StateCovarianceKeplerianHermiteInterpolator(int interpolationPoints, TimeInterpolator<Orbit> orbitInterpolator, CartesianDerivativesFilter filter, LOFType outLOF)Constructor using an output local orbital frame and : Use of position and two time derivatives during interpolation As this implementation of interpolation is polynomial, it should be used only with small number of interpolation points (about 10-20 points) in order to avoid Runge's phenomenon and numerical problems (including NaN appearing). -
Uses of CartesianDerivativesFilter in org.orekit.utils
Methods in org.orekit.utils that return CartesianDerivativesFilter Modifier and Type Method Description CartesianDerivativesFilterAbsolutePVCoordinatesHermiteInterpolator. getFilter()Get the filter for derivatives from the sample to use in interpolation.static CartesianDerivativesFilterCartesianDerivativesFilter. getFilter(int order)Get the filter corresponding to a maximum derivation order.CartesianDerivativesFilterFieldAbsolutePVCoordinatesHermiteInterpolator. getFilter()Get filter for derivatives from the sample to use in interpolation.CartesianDerivativesFilterTimeStampedFieldPVCoordinatesHermiteInterpolator. getFilter()filter for derivatives from the sample to use in interpolation.CartesianDerivativesFilterTimeStampedPVCoordinatesHermiteInterpolator. getFilter()Get filter for derivatives from the sample to use in interpolation.static CartesianDerivativesFilterCartesianDerivativesFilter. valueOf(String name)Returns the enum constant of this type with the specified name.static CartesianDerivativesFilter[]CartesianDerivativesFilter. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.orekit.utils with parameters of type CartesianDerivativesFilter Constructor Description AbsolutePVCoordinatesHermiteInterpolator(int interpolationPoints, double extrapolationThreshold, Frame outputFrame, CartesianDerivativesFilter filter)Constructor.AbsolutePVCoordinatesHermiteInterpolator(int interpolationPoints, Frame outputFrame, CartesianDerivativesFilter filter)Constructor with default extrapolation threshold value (DEFAULT_EXTRAPOLATION_THRESHOLD_SECs).FieldAbsolutePVCoordinatesHermiteInterpolator(int interpolationPoints, double extrapolationThreshold, Frame outputFrame, CartesianDerivativesFilter filter)Constructor.FieldAbsolutePVCoordinatesHermiteInterpolator(int interpolationPoints, Frame outputFrame, CartesianDerivativesFilter filter)Constructor with default extrapolation threshold value (DEFAULT_EXTRAPOLATION_THRESHOLD_SECs).TimeStampedFieldPVCoordinatesHermiteInterpolator(int interpolationPoints, double extrapolationThreshold, CartesianDerivativesFilter filter)Constructor.TimeStampedFieldPVCoordinatesHermiteInterpolator(int interpolationPoints, CartesianDerivativesFilter filter)Constructor with : Default extrapolation threshold value (DEFAULT_EXTRAPOLATION_THRESHOLD_SECs) As this implementation of interpolation is polynomial, it should be used only with small number of interpolation points (about 10-20 points) in order to avoid Runge's phenomenon and numerical problems (including NaN appearing).TimeStampedPVCoordinatesHermiteInterpolator(int interpolationPoints, double extrapolationThreshold, CartesianDerivativesFilter filter)Constructor.TimeStampedPVCoordinatesHermiteInterpolator(int interpolationPoints, CartesianDerivativesFilter filter)Constructor with : Default extrapolation threshold value (DEFAULT_EXTRAPOLATION_THRESHOLD_SECs) As this implementation of interpolation is polynomial, it should be used only with small number of interpolation points (about 10-20 points) in order to avoid Runge's phenomenon and numerical problems (including NaN appearing).
-