Package | Description |
---|---|
org.orekit.attitudes |
This package provides classes to represent simple attitudes.
|
org.orekit.files.ccsds |
This package provides a parser for elements data stored in CCSDS Navigation Data Message format.
|
org.orekit.gnss.attitude |
This package provides classes related to navigation satellites attitude modeling.
|
org.orekit.utils |
This package provides useful objects.
|
Modifier and Type | Method and Description |
---|---|
TimeStampedAngularCoordinates |
Attitude.getOrientation()
Get the complete orientation including spin.
|
Modifier and Type | Method and Description |
---|---|
List<TimeStampedAngularCoordinates> |
TabulatedLofOffset.getTable()
Get an unmodifiable view of the tabulated attitudes.
|
Constructor and Description |
---|
Attitude(Frame referenceFrame,
TimeStampedAngularCoordinates orientation)
Creates a new instance.
|
Constructor and Description |
---|
TabulatedLofOffset(Frame inertialFrame,
LOFType type,
List<TimeStampedAngularCoordinates> table,
int n,
AngularDerivativesFilter filter)
Creates new instance.
|
TabulatedProvider(Frame referenceFrame,
List<TimeStampedAngularCoordinates> table,
int n,
AngularDerivativesFilter filter)
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
abstract TimeStampedAngularCoordinates |
AEMAttitudeType.getAngularCoordinates(AbsoluteDate date,
double[] attitudeData,
boolean isFirst,
RotationOrder order)
Get the angular coordinates corresponding to the attitude data.
|
Modifier and Type | Method and Description |
---|---|
List<TimeStampedAngularCoordinates> |
AEMFile.AttitudeEphemeridesBlock.getAngularCoordinates()
Get an unmodifiable list of attitude data lines.
|
List<TimeStampedAngularCoordinates> |
AEMFile.AttitudeEphemeridesBlock.getAttitudeDataLines()
Get the list of attitude data lines.
|
Modifier and Type | Method and Description |
---|---|
abstract double[] |
AEMAttitudeType.getAttitudeData(TimeStampedAngularCoordinates attitude,
boolean isFirst,
RotationOrder order)
Get the attitude data corresponding to the attitude type.
|
void |
StreamingAemWriter.AEMSegment.writeAttitudeEphemerisLine(TimeStampedAngularCoordinates attitude,
boolean isFirst,
String attitudeName,
RotationOrder rotationOrder)
Write a single attitude ephemeris line according to section 4.2.4 and Table 4-4.
|
Modifier and Type | Method and Description |
---|---|
protected TimeStampedAngularCoordinates |
GPSBlockIIF.correctedYaw(org.orekit.gnss.attitude.GNSSAttitudeContext context)
Select the
/** Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected TimeStampedAngularCoordinates |
GPSBlockIIR.correctedYaw(org.orekit.gnss.attitude.GNSSAttitudeContext context)
Select the
/** Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected TimeStampedAngularCoordinates |
BeidouMeo.correctedYaw(org.orekit.gnss.attitude.GNSSAttitudeContext context)
Select the
/** Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected TimeStampedAngularCoordinates |
Glonass.correctedYaw(org.orekit.gnss.attitude.GNSSAttitudeContext context)
Select the
/** Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected TimeStampedAngularCoordinates |
Galileo.correctedYaw(org.orekit.gnss.attitude.GNSSAttitudeContext context)
Select the
/** Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected TimeStampedAngularCoordinates |
BeidouGeo.correctedYaw(org.orekit.gnss.attitude.GNSSAttitudeContext context)
Select the
/** Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected TimeStampedAngularCoordinates |
GenericGNSS.correctedYaw(org.orekit.gnss.attitude.GNSSAttitudeContext context)
Select the
/** Compute GNSS attitude with midnight/noon yaw turn correction.
|
protected TimeStampedAngularCoordinates |
GPSBlockIIA.correctedYaw(org.orekit.gnss.attitude.GNSSAttitudeContext context)
Select the
/** Compute GNSS attitude with midnight/noon yaw turn correction.
|
Modifier and Type | Method and Description |
---|---|
TimeStampedAngularCoordinates |
TimeStampedAngularCoordinates.addOffset(AngularCoordinates offset)
Add an offset from the instance.
|
static TimeStampedAngularCoordinates |
TimeStampedAngularCoordinates.interpolate(AbsoluteDate date,
AngularDerivativesFilter filter,
Collection<TimeStampedAngularCoordinates> sample)
Interpolate angular coordinates.
|
TimeStampedAngularCoordinates |
TimeStampedAngularCoordinates.revert()
Revert a rotation/rotation rate pair.
|
TimeStampedAngularCoordinates |
TimeStampedAngularCoordinates.shiftedBy(double dt)
Get a time-shifted state.
|
TimeStampedAngularCoordinates |
TimeStampedAngularCoordinates.subtractOffset(AngularCoordinates offset)
Subtract an offset from the instance.
|
Modifier and Type | Method and Description |
---|---|
static TimeStampedAngularCoordinates |
TimeStampedAngularCoordinates.interpolate(AbsoluteDate date,
AngularDerivativesFilter filter,
Collection<TimeStampedAngularCoordinates> sample)
Interpolate angular coordinates.
|
Constructor and Description |
---|
TimeStampedFieldAngularCoordinates(Field<T> field,
TimeStampedAngularCoordinates ac)
Builds an instance for a regular
TimeStampedAngularCoordinates . |
Copyright © 2002-2020 CS GROUP. All rights reserved.