| Package | Description |
|---|---|
| fr.cnes.sirius.patrius.attitudes | |
| fr.cnes.sirius.patrius.utils |
| Modifier and Type | Method and Description |
|---|---|
protected AngularDerivativesFilter |
TabulatedAttitude.getAngularDerivativeFilter()
Getter for the angular derivative filter.
|
| Modifier and Type | Method and Description |
|---|---|
Attitude |
Attitude.interpolate(AbsoluteDate interpolationDate,
Collection<Attitude> sample,
AngularDerivativesFilter filter)
Get an interpolated instance.
|
Attitude |
Attitude.interpolate(AbsoluteDate interpolationDate,
Collection<Attitude> sample,
boolean computeSpinDerivatives,
AngularDerivativesFilter filter)
Interpolates attitude.
|
void |
TabulatedAttitude.setAngularDerivativesFilter(AngularDerivativesFilter angularDerivativeFilter)
Setter for the filter to use in interpolation.
|
| Modifier and Type | Method and Description |
|---|---|
static AngularDerivativesFilter |
AngularDerivativesFilter.getFilter(int order)
Get the filter corresponding to a maximum derivation order.
|
static AngularDerivativesFilter |
AngularDerivativesFilter.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AngularDerivativesFilter[] |
AngularDerivativesFilter.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static TimeStampedAngularCoordinates |
TimeStampedAngularCoordinates.interpolate(AbsoluteDate date,
AngularDerivativesFilter filter,
Collection<TimeStampedAngularCoordinates> sample)
Interpolate angular coordinates.
|
static TimeStampedAngularCoordinates |
TimeStampedAngularCoordinates.interpolate(AbsoluteDate date,
AngularDerivativesFilter filter,
Collection<TimeStampedAngularCoordinates> sample,
boolean computeSpinDerivatives)
Interpolate angular coordinates.
|
Copyright © 2025 CNES. All rights reserved.