public class AngularVelocitiesPolynomialProfile extends AbstractLegsSequence<AngularVelocitiesPolynomialProfileLeg> implements AttitudeProfile
An attitude angular velocities profile sequence, whose x-y-z components are represented with polynomial functions.
Constructor and Description |
---|
AngularVelocitiesPolynomialProfile(List<AngularVelocitiesPolynomialProfileLeg> polynomials)
Create a polynomial, angular velocity attitude profiles sequence.
|
AngularVelocitiesPolynomialProfile(List<AngularVelocitiesPolynomialProfileLeg> polynomials,
String nature)
Create a polynomial, angular velocity attitude profiles sequence.
|
AngularVelocitiesPolynomialProfile(String nature)
Create an empty polynomial angular velocity attitude profiles sequence.
|
Modifier and Type | Method and Description |
---|---|
Attitude |
getAttitude(Orbit orbit)
Compute the attitude corresponding to an orbital state.
|
Attitude |
getAttitude(PVCoordinatesProvider pvProv,
AbsoluteDate date,
Frame frame)
Compute the attitude corresponding to an orbital state.
|
Map<AbsoluteDateInterval,double[]> |
getXCoefficients() |
Map<AbsoluteDateInterval,double[]> |
getYCoefficients() |
Map<AbsoluteDateInterval,double[]> |
getZCoefficients() |
void |
setSpinDerivativesComputation(boolean computeSpinDerivatives)
Method to activate spin derivative computation.
|
add, addAll, ceiling, clean, clear, comparator, contains, containsAll, descendingIterator, descendingSet, first, floor, getLeg, getNature, getTimeInterval, hasOverlaping, headSet, headSet, higher, isCompact, isEmpty, iterator, last, lower, pollFirst, pollLast, remove, removeAll, retainAll, size, subSet, subSet, tailSet, tailSet, toArray, toArray, truncate
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNature, getTimeInterval, toPrettyString, truncate
toPrettyString
spliterator
parallelStream, removeIf, stream
public AngularVelocitiesPolynomialProfile(String nature)
nature
- Nature of the sequencepublic AngularVelocitiesPolynomialProfile(List<AngularVelocitiesPolynomialProfileLeg> polynomials)
polynomials
- the list of polynomial attitude profile segmentspublic AngularVelocitiesPolynomialProfile(List<AngularVelocitiesPolynomialProfileLeg> polynomials, String nature)
polynomials
- the list of polynomial attitude profile segmentsnature
- Nature of the sequencepublic Attitude getAttitude(PVCoordinatesProvider pvProv, AbsoluteDate date, Frame frame) throws PatriusException
getAttitude
in interface AttitudeProvider
pvProv
- local position-velocity provider around current datedate
- current dateframe
- reference frame from which attitude is computedPatriusException
- if attitude cannot be computedpublic Attitude getAttitude(Orbit orbit) throws PatriusException
getAttitude
in interface AttitudeProvider
orbit
- current orbitPatriusException
- if attitude cannot be computedpublic void setSpinDerivativesComputation(boolean computeSpinDerivatives) throws PatriusException
setSpinDerivativesComputation
in interface AttitudeProvider
computeSpinDerivatives
- true if spin derivatives should be computedPatriusException
- if spin derivatives can not be computedpublic Map<AbsoluteDateInterval,double[]> getXCoefficients()
public Map<AbsoluteDateInterval,double[]> getYCoefficients()
public Map<AbsoluteDateInterval,double[]> getZCoefficients()
Copyright © 2020 CNES. All rights reserved.