| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.propagation.precomputed | |
| fr.cnes.sirius.patrius.utils |
| Constructor and Description |
|---|
PVEphemeris(List<TimeStampedPVCoordinates> pvts,
int order,
Frame frame,
double mu,
CartesianDerivativesFilter filter)
Standard constructor.
|
PVEphemeris(List<TimeStampedPVCoordinates> pvts,
int order,
Frame frame,
double mu,
CartesianDerivativesFilter filter,
AttitudeProvider attitudeProvider)
Standard constructor.
|
PVEphemeris(List<TimeStampedPVCoordinates> pvts,
int order,
Frame frame,
double mu,
CartesianDerivativesFilter filter,
AttitudeProvider attitudeProvider,
boolean acceptOutOfOptimalRange)
Standard constructor.
|
PVEphemeris(List<TimeStampedPVCoordinates> pvts,
int order,
Frame frame,
double mu,
CartesianDerivativesFilter filter,
AttitudeProvider attitudeProvider,
boolean acceptOutOfOptimalRange,
int cacheSize)
Standard constructor.
|
PVEphemeris(List<TimeStampedPVCoordinates> pvts,
int order,
Frame frame,
double mu,
CartesianDerivativesFilter filter,
AttitudeProvider attitudeProvider,
boolean acceptOutOfOptimalRange,
int cacheSize,
boolean computeAcceleration)
Full constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static CartesianDerivativesFilter |
CartesianDerivativesFilter.getFilter(int order)
Get the filter corresponding to a maximum derivation order.
|
static CartesianDerivativesFilter |
CartesianDerivativesFilter.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Function<AbsoluteDate,TimeStampedPVCoordinates> |
TimeStampedPVCoordinates.buildInterpolationFunction(TimeStampedPVCoordinates[] samples,
int indexInf,
int indexSup,
CartesianDerivativesFilter filter,
boolean computeAcceleration)
Build an interpolation function for the
TimeStampedPVCoordinates. |
static TimeStampedPVCoordinates |
TimeStampedPVCoordinates.interpolate(AbsoluteDate date,
CartesianDerivativesFilter filter,
Collection<TimeStampedPVCoordinates> sample)
Interpolate position-velocity.
|
Copyright © 2025 CNES. All rights reserved.