Isis 3 Developer Reference
|
Obtain SPICE rotation information for a body. More...
#include <SpiceRotation.h>
Public Types | |
enum | Source { Spice, Nadir, Memcache, PolyFunction, PolyFunctionOverSpice, PckPolyFunction } |
The rotation can come from one of 3 places for an Isis cube. More... | |
enum | PartialType { WRT_RightAscension, WRT_Declination, WRT_Twist } |
This enumeration indicates whether the partial derivative is taken with respect to Right Ascension, Declination, or Twist (or Rotation). More... | |
enum | DownsizeStatus { Yes, Done, No } |
Status of downsizing the cache. More... | |
enum | FrameType { UNKNOWN = 0, INERTL = 1, PCK = 2, CK = 3, TK = 4, DYN = 5, BPC = 6, NOTJ2000PCK = 7 } |
Enumeration for the frame type of the rotation. More... | |
Public Member Functions | |
SpiceRotation (int frameCode) | |
Construct an empty SpiceRotation class using a valid Naif frame code to set up for getting rotation from Spice kernels. More... | |
SpiceRotation (int frameCode, int targetCode) | |
Construct an empty SpiceRotation object using valid Naif frame code and. More... | |
SpiceRotation (const SpiceRotation &rotToCopy) | |
Construct a SpiceRotation object by copying from an existing one. More... | |
virtual | ~SpiceRotation () |
Destructor for SpiceRotation object. More... | |
void | SetFrame (int frameCode) |
Change the frame to the given frame code. More... | |
int | Frame () |
Accessor method that returns the frame code. More... | |
void | SetTimeBias (double timeBias) |
Apply a time bias when invoking SetEphemerisTime method. More... | |
void | SetEphemerisTime (double et) |
Return the J2000 to reference frame quaternion at given time. More... | |
double | EphemerisTime () const |
Accessor method to get current ephemeris time. More... | |
std::vector< double > | GetCenterAngles () |
Return the camera angles at the center time of the observation. More... | |
std::vector< double > | Matrix () |
Return the full rotation TJ as a matrix. More... | |
std::vector< double > | AngularVelocity () |
Accessor method to get the angular velocity. More... | |
std::vector< double > | ConstantRotation () |
Return the constant 3x3 rotation TC matrix as a quaternion. More... | |
std::vector< double > & | ConstantMatrix () |
Return the constant 3x3 rotation TC matrix as a vector of length 9. More... | |
void | SetConstantMatrix (std::vector< double > constantMatrix) |
Set the constant 3x3 rotation TC matrix from a vector of length 9. More... | |
std::vector< double > | TimeBasedRotation () |
Return time-based 3x3 rotation CJ matrix as a quaternion. More... | |
std::vector< double > & | TimeBasedMatrix () |
Return time-based 3x3 rotation CJ matrix as a vector of length 9. More... | |
void | SetTimeBasedMatrix (std::vector< double > timeBasedMatrix) |
Set the time-based 3x3 rotation CJ matrix from a vector of length 9. More... | |
std::vector< double > | J2000Vector (const std::vector< double > &rVec) |
Given a direction vector in the reference frame, return a J2000 direction. More... | |
std::vector< Angle > | poleRaCoefs () |
Return the coefficients used to calculate the target body pole ra. More... | |
std::vector< Angle > | poleDecCoefs () |
Return the coefficients used to calculate the target body pole dec. More... | |
std::vector< Angle > | pmCoefs () |
Return the coefficients used to calculate the target body prime meridian. More... | |
std::vector< double > | poleRaNutPrecCoefs () |
Return the coefficients used to calculate the target body pole ra nut/prec coefficients. More... | |
std::vector< double > | poleDecNutPrecCoefs () |
Return the coefficients used to calculate the target body pole dec nut/prec coefficients. More... | |
std::vector< double > | pmNutPrecCoefs () |
Return the coefficients used to calculate the target body pm nut/prec coefficients. More... | |
std::vector< Angle > | sysNutPrecConstants () |
Return the constants used to calculate the target body system nut/prec angles. More... | |
std::vector< Angle > | sysNutPrecCoefs () |
Return the coefficients used to calculate the target body system nut/prec angles. More... | |
std::vector< double > | ReferenceVector (const std::vector< double > &jVec) |
Given a direction vector in J2000, return a reference frame direction. More... | |
std::vector< double > | EvaluatePolyFunction () |
Evaluate the polynomial fit function for the three pointing angles for the current ephemeris time. More... | |
void | loadPCFromSpice (int CenterBodyCode) |
Initialize planetary orientation constants from Spice PCK. More... | |
void | loadPCFromTable (const PvlObject &Label) |
Initialize planetary orientation constants from an cube body rotation label. More... | |
void | MinimizeCache (DownsizeStatus status) |
Set the downsize status to minimize cache. More... | |
void | LoadCache (double startTime, double endTime, int size) |
Cache J2000 rotation quaternion over a time range. More... | |
void | LoadCache (double time) |
Cache J2000 to frame rotation for a time. More... | |
void | LoadCache (Table &table) |
Cache J2000 rotations using a table file. More... | |
Table | LineCache (const QString &tableName) |
Return a table with J2000 to reference rotations. More... | |
void | ReloadCache () |
Cache J2000 rotation over existing cached time range using polynomials. More... | |
Table | Cache (const QString &tableName) |
Return a table with J2000 to reference rotations. More... | |
void | CacheLabel (Table &table) |
Add labels to a SpiceRotation table. More... | |
void | LoadTimeCache () |
Load the time cache. More... | |
std::vector< double > | Angles (int axis3, int axis2, int axis1) |
Return the camera angles (right ascension, declination, and twist) for the time-based matrix CJ. More... | |
void | SetAngles (std::vector< double > angles, int axis3, int axis2, int axis1) |
Set the rotation angles (phi, delta, and w) for the current time to define the time-based matrix CJ. More... | |
bool | IsCached () const |
Checks if the cache is empty. More... | |
void | SetPolynomial (const Source type=PolyFunction) |
Set the coefficients of a polynomial fit to each of the three camera angles for the time period covered by the cache, angle = a + bt + ct**2, where t = (time - p_baseTime)/ p_timeScale. More... | |
void | SetPolynomial (const std::vector< double > &abcAng1, const std::vector< double > &abcAng2, const std::vector< double > &abcAng3, const Source type=PolyFunction) |
Set the coefficients of a polynomial fit to each of the three camera angles for the time period covered by the cache, angle = c0 + c1*t + c2*t**2 + ... More... | |
void | usePckPolynomial () |
Set the coefficients of a polynomial fit to each of the three planet angles for the time period covered by the cache, ra = ra0 + ra1*t + ra2*t**2 + raTrig, dec = dec0 + dec1*t + dec2*t**2 + decTrig, pm = pm0 + pm1*d + pm2*t**2 + pmTrig, where t = time / (seconds per day). More... | |
void | setPckPolynomial (const std::vector< Angle > &raCoeff, const std::vector< Angle > &decCoeff, const std::vector< Angle > &pmCoeff) |
Set the coefficients of a polynomial fit to each of the three planet angles for the time period covered by the cache, ra = ra0 + ra1*t + ra2*t**2 + raTrig, dec = dec0 + dec1*t + dec2*t**2 + decTrig, pm = pm0 + pm1*d + pm2*t**2 + pmTrig, where t = time / (seconds per day). More... | |
void | GetPolynomial (std::vector< double > &abcAng1, std::vector< double > &abcAng2, std::vector< double > &abcAng3) |
Return the coefficients of a polynomial fit to each of the three camera angles for the time period covered by the cache, angle = c0 + c1*t + c2*t**2 + ... More... | |
void | getPckPolynomial (std::vector< Angle > &raCoeff, std::vector< Angle > &decCoeff, std::vector< Angle > &pmCoeff) |
Return the coefficients of a polynomial fit to each of the three planet angles. More... | |
void | SetPolynomialDegree (int degree) |
Set the degree of the polynomials to be fit to the three camera angles for the time period covered by the cache, angle = c0 + c1*t + c2*t**2 + ... More... | |
Source | GetSource () |
Accessor method to get the rotation source. More... | |
void | SetSource (Source source) |
Resets the source of the rotation to the given value. More... | |
void | ComputeBaseTime () |
Compute the base time using cached times. More... | |
FrameType | getFrameType () |
Accessor method to get the rotation frame type. More... | |
double | GetBaseTime () |
Accessor method to get the rotation base time. More... | |
double | GetTimeScale () |
Accessor method to get the rotation time scale. More... | |
void | SetOverrideBaseTime (double baseTime, double timeScale) |
Set an override base time to be used with observations on scanners to allow all images in an observation to use the save base time and polynomials for the angles. More... | |
void | SetCacheTime (std::vector< double > cacheTime) |
double | DPolynomial (const int coeffIndex) |
Evaluate the derivative of the fit polynomial defined by the given coefficients with respect to the coefficient at the given index, at the current time. More... | |
double | DPckPolynomial (PartialType partialVar, const int coeffIndex) |
Evaluate the derivative of the fit polynomial defined by the given coefficients with respect to the coefficient at the given index, at the current time. More... | |
std::vector< double > | toJ2000Partial (const std::vector< double > &lookT, PartialType partialVar, int coeffIndex) |
Given a direction vector in the reference frame, compute the derivative with respect to one of the coefficients in the angle polynomial fit equation of a vector rotated from the reference frame to J2000. More... | |
std::vector< double > | ToReferencePartial (std::vector< double > &lookJ, PartialType partialVar, int coeffIndex) |
Compute the derivative with respect to one of the coefficients in the angle polynomial fit equation of a vector rotated from J2000 to a reference frame. More... | |
void | DCJdt (std::vector< double > &dRJ) |
Compute the derivative of the 3x3 rotation matrix CJ with respect to time. More... | |
double | WrapAngle (double compareAngle, double angle) |
Wrap the input angle to keep it within 2pi radians of the angle to compare. More... | |
void | SetAxes (int axis1, int axis2, int axis3) |
Set the axes of rotation for decomposition of a rotation matrix into 3 angles. More... | |
std::vector< double > | GetFullCacheTime () |
Return full listing (cache) of original time coverage requested. More... | |
void | FrameTrace (double et) |
Compute frame trace chain from target frame to J2000. More... | |
std::vector< int > | ConstantFrameChain () |
Accessor method to get the frame chain for the constant part of the rotation (ends in target) More... | |
std::vector< int > | TimeFrameChain () |
Accessor method to get the frame chain for the rotation (begins in J2000). More... | |
void | InitConstantRotation (double et) |
Initialize the constant rotation. More... | |
bool | HasAngularVelocity () |
Checks whether the rotation has angular velocities. More... | |
void | ComputeAv () |
Compute the angular velocity from the time-based functions fit to the pointing angles This method computes omega = angular velocity matrix, and extracts the angular velocity. More... | |
std::vector< double > | Extrapolate (double timeEt) |
Extrapolate pointing for a given time assuming a constant angular velocity. More... | |
void | checkForBinaryPck () |
Check loaded pck to see if any are binary and set frame type to indicate binary pck. More... | |
Protected Member Functions | |
void | SetFullCacheParameters (double startTime, double endTime, int cacheSize) |
Set the full cache time parameters. More... | |
void | setEphemerisTimeMemcache () |
Updates rotation state based on the rotation cache. More... | |
void | setEphemerisTimeNadir () |
When setting the ephemeris time, uses spacecraft nadir source to update the rotation state. More... | |
void | setEphemerisTimeSpice () |
When setting the ephemeris time, updates the rotation state based on data read directly from NAIF kernels using NAIF Spice routines. More... | |
void | setEphemerisTimePolyFunction () |
When setting the ephemeris time, updates the rotation according to a polynomial that defines the three camera angles and angular velocity, if available. More... | |
void | setEphemerisTimePolyFunctionOverSpice () |
When setting the ephemeris time, updates the rotation state based on a polynomial fit over spice kernel data. More... | |
void | setEphemerisTimePckPolyFunction () |
When setting the ephemeris time, updates the rotation state based on the PcK polynomial. More... | |
Protected Attributes | |
std::vector< double > | p_cacheTime |
iTime for corresponding rotation More... | |
std::vector< std::vector< double > > | p_cache |
Cached rotations, stored as rotation matrix from J2000 to 1st constant frame (CJ) or coefficients of polynomial fit to rotation angles. More... | |
int | p_degree |
Degree of fit polynomial for angles. More... | |
int | p_axis1 |
Axis of rotation for angle 1 of rotation. More... | |
int | p_axis2 |
Axis of rotation for angle 2 of rotation. More... | |
int | p_axis3 |
Axis of rotation for angle 3 of rotation. More... | |
Obtain SPICE rotation information for a body.
This class will obtain the rotation from J2000 to a particular reference frame, for example the rotation from J2000 to MOC NA.
It is essentially used to convert position vectors from one frame to another, making it is a C++ wrapper to the NAIF routines pxform_c and mxv or mtxv. Therefore, appropriate NAIF kernels are expected to be loaded prior to using this class. A position can be returned in either the J2000 frame or the selected reference frame. See NAIF required reading for more information regarding this subject at ftp://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/req/spk.html
An important functionality of this class is the ability to cache the rotations so they do not have to be constantly read from the NAIF kernels and they can be more conveniently updated. Once the data is cached, the NAIF kernels can be unloaded. If the rotation has a fixed part and a time- based part, the rotation is computed and stored in those two parts.
This enumeration indicates whether the partial derivative is taken with respect to Right Ascension, Declination, or Twist (or Rotation).
Enumerator | |
---|---|
WRT_RightAscension | With respect to Right Ascension. |
WRT_Declination | With respect to Declination. |
WRT_Twist | With respect to Twist or Prime Meridian Rotation. |
The rotation can come from one of 3 places for an Isis cube.
The class expects function to be after Memcache. Spice - the rotation is calculated by Naif Spice routines with data read directly from Naif kernels. Nadir - the rotation is calculated using the Naif routine twovec with the position and velocity vectors of the spacecraft. Memcache - the rotation is linearly interpolated from time-based values in a table. PolyFunction - the rotation is calculated from an nth degree polynomial in one variable (time in scaled seconds) PolyFunctionOverSpice - the rotation is calculated from an nth degree polynomial fit over the Naif Spice results. PckPolyFunction - The rotation is calculated using the IAU fit polynomials in one variable (time in Julian centuries and days).
Enumerator | |
---|---|
Spice | Directly from the kernels. |
Nadir | Nadir pointing. |
Memcache | From cached table. |
PolyFunction | From nth degree polynomial. |
PolyFunctionOverSpice | Kernels plus nth degree polynomial. |
PckPolyFunction | Quadratic polynomial function with linear trignometric terms. |
Isis::SpiceRotation::SpiceRotation | ( | int | frameCode | ) |
Construct an empty SpiceRotation class using a valid Naif frame code to set up for getting rotation from Spice kernels.
See required reading ftp://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/req/naif_ids.html
frameCode | Valid naif frame code. |
References No, p_axis1, p_axis2, p_axis3, p_degree, Spice, and UNKNOWN.
Isis::SpiceRotation::SpiceRotation | ( | int | frameCode, |
int | targetCode | ||
) |
Construct an empty SpiceRotation object using valid Naif frame code and.
body code to set up for computing nadir rotation. See required reading ftp://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/req/naif_ids.html
frameCode | Valid naif frame code. |
targetCode | Valid naif body code. |
IException::Io | "Cannot find [key] in text kernels" |
References _FILEINFO_, Isis::NaifStatus::CheckErrors(), DYN, Isis::IException::Io, Nadir, No, p_axis1, p_axis2, p_axis3, p_degree, and Isis::toString().
Isis::SpiceRotation::SpiceRotation | ( | const SpiceRotation & | rotToCopy | ) |
Construct a SpiceRotation object by copying from an existing one.
rotToCopy | const reference to other SpiceRotation to copy |
References p_axis1, p_axis2, p_axis3, p_cache, p_cacheTime, and p_degree.
|
virtual |
Destructor for SpiceRotation object.
std::vector< double > Isis::SpiceRotation::Angles | ( | int | axis3, |
int | axis2, | ||
int | axis1 | ||
) |
Return the camera angles (right ascension, declination, and twist) for the time-based matrix CJ.
axis3 | The rotation axis for the third angle |
axis2 | The rotation axis for the second angle |
axis1 | The rotation axis for the first angle |
References Isis::NaifStatus::CheckErrors().
Referenced by DCJdt(), GetCenterAngles(), setEphemerisTimePolyFunctionOverSpice(), SetPolynomial(), toJ2000Partial(), and ToReferencePartial().
std::vector< double > Isis::SpiceRotation::AngularVelocity | ( | ) |
Accessor method to get the angular velocity.
Referenced by Isis::MiniRF::MiniRF(), and ReloadCache().
Table Isis::SpiceRotation::Cache | ( | const QString & | tableName | ) |
Return a table with J2000 to reference rotations.
Return a table containing the cached pointing with the given name. The table will have either five columns (for a list cache) of J2000 to reference quaternions and times, eight columns (if angular velocity is available), or three columns (for a coefficient cache), of J2000 to reference frame rotation angles defined by coefficients of a polynomial function (see SetPolynommial). In the coefficient cache the last row of the table is the base time, time scale, and polynomial degree. Note: In the case of the coefficient cache, the angular velocity is not written to the table since it can be calculated from the polynomials.
tableName | Name of the table to create and return |
IException::Programmer | "To create table source of data must be either Memcache or PolyFunction" |
References _FILEINFO_, CacheLabel(), Isis::TableField::Double, Isis::Quaternion::GetQuaternion(), LineCache(), LoadTimeCache(), Memcache, p_cache, p_cacheTime, p_degree, PolyFunction, PolyFunctionOverSpice, Isis::IException::Programmer, and Yes.
Referenced by Isis::DawnVirCamera::DawnVirCamera(), LineCache(), and Isis::RosettaVirtisCamera::RosettaVirtisCamera().
void Isis::SpiceRotation::CacheLabel | ( | Table & | table | ) |
Add labels to a SpiceRotation table.
Return a table containing the labels defining the rotation.
References Isis::NaifStatus::CheckErrors(), Isis::Blob::Label(), PCK, and Isis::toString().
Referenced by Cache().
void Isis::SpiceRotation::checkForBinaryPck | ( | ) |
Check loaded pck to see if any are binary and set frame type to indicate binary pck.
This is strictly a local method to be called only when the source is Spice. Its purpose is to check loaded PCK to see if any are binary. If any loaded PCK is binary, the body rotation label keyword FrameTypeCode is set to BPC (6).
References BPC.
Referenced by loadPCFromSpice().
void Isis::SpiceRotation::ComputeAv | ( | ) |
Compute the angular velocity from the time-based functions fit to the pointing angles This method computes omega = angular velocity matrix, and extracts the angular velocity.
See comments in the Naif Spicelib routine xf2rav_c.c.
_ _ | | | 0 -av[2] av[1] | | |
omega = | av[2] 0 -av[0] | | | | -av[1] av[0] 0 | |_ _|
IException::Programmer | "The SpiceRotation pointing angles must be fit to polynomials in order to compute angular velocity." |
IException::Programmer | "Planetary angular velocity must be fit computed with PCK polynomials" |
References _FILEINFO_, BPC, Isis::NaifStatus::CheckErrors(), CK, DCJdt(), DYN, INERTL, NOTJ2000PCK, PCK, PckPolyFunction, PolyFunction, Isis::IException::Programmer, TK, and UNKNOWN.
Referenced by setEphemerisTimePolyFunction().
void Isis::SpiceRotation::ComputeBaseTime | ( | ) |
std::vector< int > Isis::SpiceRotation::ConstantFrameChain | ( | ) |
Accessor method to get the frame chain for the constant part of the rotation (ends in target)
std::vector< double > & Isis::SpiceRotation::ConstantMatrix | ( | ) |
Return the constant 3x3 rotation TC matrix as a vector of length 9.
std::vector< double > Isis::SpiceRotation::ConstantRotation | ( | ) |
Return the constant 3x3 rotation TC matrix as a quaternion.
References Isis::NaifStatus::CheckErrors().
void Isis::SpiceRotation::DCJdt | ( | std::vector< double > & | dCJ | ) |
Compute the derivative of the 3x3 rotation matrix CJ with respect to time.
The derivative is computed based on p_CJ (J2000 to first constant frame).
[out] | dCJ | Derivative of p_CJ |
References Angles(), Isis::NaifStatus::CheckErrors(), p_axis1, p_axis2, p_axis3, p_degree, and Isis::BasisFunction::SetCoefficients().
Referenced by ComputeAv().
double Isis::SpiceRotation::DPckPolynomial | ( | SpiceRotation::PartialType | partialVar, |
const int | coeffIndex | ||
) |
Evaluate the derivative of the fit polynomial defined by the given coefficients with respect to the coefficient at the given index, at the current time.
partialVar | Variable derivative is to be with respect to |
coeffIndex | The index of the coefficient to differentiate |
IException::Programmer | "Unable to evaluate the derivative of the SPICE rotation fit polynomial for the given coefficient index. Index is negative or exceeds degree of polynomial" |
References _FILEINFO_, p_degree, Isis::IException::Programmer, Isis::toString(), WRT_Declination, WRT_RightAscension, and WRT_Twist.
Referenced by toJ2000Partial(), and ToReferencePartial().
double Isis::SpiceRotation::DPolynomial | ( | const int | coeffIndex | ) |
Evaluate the derivative of the fit polynomial defined by the given coefficients with respect to the coefficient at the given index, at the current time.
coeffIndex | The index of the coefficient to differentiate |
IException::Programmer | "Unable to evaluate the derivative of the SPICE rotation fit polynomial for the given coefficient index. Index is negative or exceeds degree of polynomial" |
References _FILEINFO_, p_degree, Isis::IException::Programmer, and Isis::toString().
Referenced by toJ2000Partial(), and ToReferencePartial().
double Isis::SpiceRotation::EphemerisTime | ( | ) | const |
Accessor method to get current ephemeris time.
std::vector< double > Isis::SpiceRotation::EvaluatePolyFunction | ( | ) |
Evaluate the polynomial fit function for the three pointing angles for the current ephemeris time.
References Isis::BasisFunction::Evaluate(), p_degree, and Isis::BasisFunction::SetCoefficients().
Referenced by setEphemerisTimePolyFunctionOverSpice().
std::vector< double > Isis::SpiceRotation::Extrapolate | ( | double | timeEt | ) |
Extrapolate pointing for a given time assuming a constant angular velocity.
The pointing and angular velocity at the current time will be used to extrapolate pointing at the input time. If angular velocity does not exist, the value at the current time will be output.
[in] | timeEt | The time of the pointing to be extrapolated |
References Isis::NaifStatus::CheckErrors().
int Isis::SpiceRotation::Frame | ( | ) |
Accessor method that returns the frame code.
This is the first value of the constant frames member variable.
void Isis::SpiceRotation::FrameTrace | ( | double | et | ) |
Compute frame trace chain from target frame to J2000.
et | Ephemeris time |
IException::Programmer | "The frame is not supported by Naif" |
IException::Programmer | "The ck rotation from frame can not be found due to no pointing available at request time or a problem with the frame" |
IException::Programmer | "The frame has a type not supported by your version of Naif Spicelib. You need to update." |
References _FILEINFO_, Isis::NaifStatus::CheckErrors(), CK, DYN, INERTL, J2000Code, Nadir, PCK, Isis::IException::Programmer, TK, and Isis::toString().
Referenced by InitConstantRotation().
double Isis::SpiceRotation::GetBaseTime | ( | ) |
Accessor method to get the rotation base time.
Referenced by Isis::BundleObservation::initializeExteriorOrientation().
std::vector< double > Isis::SpiceRotation::GetCenterAngles | ( | ) |
SpiceRotation::FrameType Isis::SpiceRotation::getFrameType | ( | ) |
Accessor method to get the rotation frame type.
std::vector< double > Isis::SpiceRotation::GetFullCacheTime | ( | ) |
Return full listing (cache) of original time coverage requested.
IException::User | "Time cache not availabe -- rerun spiceinit" |
References _FILEINFO_, and Isis::IException::User.
void Isis::SpiceRotation::getPckPolynomial | ( | std::vector< Angle > & | raCoeff, |
std::vector< Angle > & | decCoeff, | ||
std::vector< Angle > & | pmCoeff | ||
) |
Return the coefficients of a polynomial fit to each of the three planet angles.
See SetPckPolynomial() for more information on the polynomial.
TODO??? Should the other coefficients be returned as well???
[out] | raCoeff | Quadratic coefficients of fit to ra |
[out] | decCoeff | Quadratic coefficients of fit to dec |
[out] | pmcoeff | Quadratic coefficients of fit to pm |
void Isis::SpiceRotation::GetPolynomial | ( | std::vector< double > & | coeffAng1, |
std::vector< double > & | coeffAng2, | ||
std::vector< double > & | coeffAng3 | ||
) |
Return the coefficients of a polynomial fit to each of the three camera angles for the time period covered by the cache, angle = c0 + c1*t + c2*t**2 + ...
[out] | coeffAng1 | Coefficients of fit to Angle 1 |
[out] | coeffAng2 | Coefficients of fit to Angle 2 |
[out] | coeffAng3 | Coefficients of fit to Angle 3 |
Referenced by Isis::BundleObservation::initializeExteriorOrientation().
SpiceRotation::Source Isis::SpiceRotation::GetSource | ( | ) |
Accessor method to get the rotation source.
double Isis::SpiceRotation::GetTimeScale | ( | ) |
Accessor method to get the rotation time scale.
Referenced by Isis::BundleObservation::initializeExteriorOrientation().
bool Isis::SpiceRotation::HasAngularVelocity | ( | ) |
Checks whether the rotation has angular velocities.
void Isis::SpiceRotation::InitConstantRotation | ( | double | et | ) |
Initialize the constant rotation.
et | Ephemeris time. |
References FrameTrace(), and refchg_().
Referenced by LoadCache(), setEphemerisTimeNadir(), and setEphemerisTimeSpice().
bool Isis::SpiceRotation::IsCached | ( | ) | const |
Checks if the cache is empty.
References p_cache.
std::vector< double > Isis::SpiceRotation::J2000Vector | ( | const std::vector< double > & | rVec | ) |
Given a direction vector in the reference frame, return a J2000 direction.
[in] | rVec | A direction vector in the reference frame |
References Isis::NaifStatus::CheckErrors(), and invstm_().
Referenced by Isis::CameraGroundMap::GetdXYdPoint(), Isis::CameraGroundMap::GetXY(), Isis::Sensor::lookDirectionJ2000(), Isis::RadarGroundMap::SetFocalPlane(), Isis::RadarGroundMap::SetGround(), and Isis::Sensor::SetLookDirection().
Table Isis::SpiceRotation::LineCache | ( | const QString & | tableName | ) |
Return a table with J2000 to reference rotations.
Return a table containing the cached pointing with the given name. The table will have eight columns, quaternion, angular velocity, and time of J2000 to reference frame rotation.
tableName | Name of the table to create and return |
IException::Programmer | "Only cached rotations can be returned as a line cache of quaternions and time" |
References _FILEINFO_, Cache(), Memcache, PolyFunction, Isis::IException::Programmer, and ReloadCache().
Referenced by Cache().
void Isis::SpiceRotation::LoadCache | ( | double | startTime, |
double | endTime, | ||
int | size | ||
) |
Cache J2000 rotation quaternion over a time range.
This method will load an internal cache with frames over a time range. This prevents the NAIF kernels from being read over-and-over again and slowing an application down due to I/O performance. Once the cache has been loaded then the kernels can be unloaded from the NAIF system.
startTime | Starting ephemeris time in seconds for the cache |
endTime | Ending ephemeris time in seconds for the cache |
size | Number of frames to keep in the cache |
IException::Programmer | "Argument cacheSize must not be less than or equal to zero" |
IException::Programmer | "Argument startTime must be less than or equal to endTime" |
IException::Programmer | "Cache size must be more than 1 if startTime and endTime differ" |
IException::Programmer | "A SpiceRotation cache has already men |
References _FILEINFO_, InitConstantRotation(), LoadTimeCache(), Memcache, p_cache, p_cacheTime, Isis::IException::Programmer, SetEphemerisTime(), and Yes.
Referenced by Isis::DawnVirCamera::DawnVirCamera(), LoadCache(), and Isis::RosettaVirtisCamera::RosettaVirtisCamera().
void Isis::SpiceRotation::LoadCache | ( | double | time | ) |
Cache J2000 to frame rotation for a time.
This method will load an internal cache with a rotation for a single time (e.g. useful for framing cameras). This prevents the NAIF kernels from being read over-and-over again and slowing a application down due to I/O performance. Once the cache has been loaded then the kernels can be unloaded from the NAIF system. This calls the LoadCache(stime,etime,size) method using the time as both the starting and ending time with a size of 1.
time | single ephemeris time in seconds to cache |
References LoadCache().
void Isis::SpiceRotation::LoadCache | ( | Table & | table | ) |
Cache J2000 rotations using a table file.
This method will load either an internal cache with rotations (quaternions) or coefficients (for 3 polynomials defining the camera angles) from an ISIS table file. In the first case, the table must have 5 columns and at least one row. The 5 columns contain the following information, J2000 to reference quaternion (q0, q1, q2, q3) and the ephemeris time of that position. If there are multiple rows, it is assumed the quaternions between the rows can be interpolated. In the second case, the table must have three columns and at least two rows. The three columns contain the coefficients for each of the three camera angles. Row one of the table contains coefficient 0 (constant term) for angles 1, 2, and 3. If the degree of the fit equation is greater than 1, row 2 contains coefficient 1 (linear) for each of the three angles. Row n contains coefficient n-1 and the last row contains the time parameters, base time, and time scale, and the degree of the polynomial.
table | An ISIS table blob containing valid J2000 to reference quaternion/time values |
IException::Programmer | "Expecting either three, five, or eight fields in the SpiceRotation table" |
References _FILEINFO_, Isis::TableRecord::Fields(), Isis::PvlObject::findKeyword(), Isis::PvlObject::hasKeyword(), J2000Code, Isis::Blob::Label(), loadPCFromTable(), Memcache, p_cache, p_cacheTime, PCK, PolyFunction, Isis::IException::Programmer, Isis::Table::Records(), SetOverrideBaseTime(), SetPolynomial(), SetPolynomialDegree(), Isis::PvlKeyword::size(), Isis::toDouble(), Isis::toInt(), Isis::Quaternion::ToMatrix(), and UNKNOWN.
void Isis::SpiceRotation::loadPCFromSpice | ( | int | centerBody | ) |
Initialize planetary orientation constants from Spice PCK.
Retrieve planetary orientation constants from a Spice PCK and store them in the class.
centerBody | NAIF id for the planetary body to retrieve the PCK for |
References Isis::NaifStatus::CheckErrors(), checkForBinaryPck(), Isis::Angle::Degrees, NOTJ2000PCK, PCK, and Isis::toString().
void Isis::SpiceRotation::loadPCFromTable | ( | const PvlObject & | label | ) |
Initialize planetary orientation constants from an cube body rotation label.
Retrieve planetary orientation constants from a cube body rotation label if they are present.
label | const reference to the cube body rotation pvl label |
References Isis::NaifStatus::CheckErrors(), Isis::Angle::Degrees, Isis::PvlObject::hasKeyword(), Isis::PvlKeyword::size(), and Isis::toDouble().
Referenced by LoadCache().
void Isis::SpiceRotation::LoadTimeCache | ( | ) |
Load the time cache.
This method should works with the LoadCache(startTime, endTime, size) method to load the time cache.
IException::Programmer | "Full cache size does NOT match cache size in LoadTimeCache -- should never happen" |
IException::Programmer | "Observation crosses segment boundary--unable to interpolate pointing" |
IException::User | "No camera kernels loaded...Unable to determine time cache to downsize" |
References _FILEINFO_, Isis::NaifStatus::CheckErrors(), ck3sdn(), Done, Memcache, Nadir, No, p_cache, p_cacheTime, Isis::IException::Programmer, Isis::IException::User, and Yes.
Referenced by Cache(), LoadCache(), and ReloadCache().
std::vector< double > Isis::SpiceRotation::Matrix | ( | ) |
Return the full rotation TJ as a matrix.
References Isis::NaifStatus::CheckErrors().
Referenced by Isis::MiniRF::MiniRF().
void Isis::SpiceRotation::MinimizeCache | ( | DownsizeStatus | status | ) |
Set the downsize status to minimize cache.
status | The DownsizeStatus enumeration value. |
Referenced by Isis::DawnVirCamera::DawnVirCamera(), and Isis::RosettaVirtisCamera::RosettaVirtisCamera().
std::vector< Angle > Isis::SpiceRotation::pmCoefs | ( | ) |
Return the coefficients used to calculate the target body prime meridian.
Return the coefficients used to calculate the target body prime meridian without nutation/precession. The model is a standard quadratic polynomial in time in days from the standard epoch (usually J2000). To match the Naif PCK prime meridian, (usually the same as the most recent IAU Report) the trignometric terms to account for nutation/precession need to be added.
pm = pm0 + pm1*d + pm2*d**2 + sum(pmcoef[i]i*sin(angle[i]))
std::vector< double > Isis::SpiceRotation::pmNutPrecCoefs | ( | ) |
Return the coefficients used to calculate the target body pm nut/prec coefficients.
Return the coefficients used to calculate the target body prime meridian nutation/precession contribution. The model is the sum of the products of the coefficients returned by this method with the sin of the corresponding angles associated with the barycenter related to the target body.
prime meridian = pm0 + pm1*T + pm2*d**2 + sum(pmCoef[i]i*sin(angle[i]))
std::vector< Angle > Isis::SpiceRotation::poleDecCoefs | ( | ) |
Return the coefficients used to calculate the target body pole dec.
Return the coefficients used to calculate the target body declination without nutation/precession. The model is a standard quadratic polynomial in time in Julian centuries (36525 days) from the standard epoch (usually J2000). To match the Naif PCK pole declination (usually the same as the most recent IAU Report) the trignometric terms to account for nutation/precession need to be added.
pole dec = dec0 + dec1*T + dec2*T**2 + sum(racoef[i]i*sin(angle[i]))
std::vector< double > Isis::SpiceRotation::poleDecNutPrecCoefs | ( | ) |
Return the coefficients used to calculate the target body pole dec nut/prec coefficients.
Return the coefficients used to calculate the target body declination nutation/precession contribution. The model is the sum of the products of the coefficients returned by this method with the sin of the corresponding angles associated with the barycenter related to the target body.
pole dec = dec0 + dec1*T + dec2*T**2 + sum(decCoef[i]i*sin(angle[i]))
std::vector< Angle > Isis::SpiceRotation::poleRaCoefs | ( | ) |
Return the coefficients used to calculate the target body pole ra.
Return the coefficients used to calculate the target body right ascension without nutation/precession. The model is a standard quadratic polynomial in time in Julian centuries (36525 days) from the standard epoch (usually J2000). To match the Naif PCK pole right ascension (usually the same as the most recent IAU Report) the trignometric terms to account for nutation/precession need to be added.
pole ra = ra0 + ra1*T + ra2*T**2 + sum(racoef[i]i*sin(angle[i]))
std::vector< double > Isis::SpiceRotation::poleRaNutPrecCoefs | ( | ) |
Return the coefficients used to calculate the target body pole ra nut/prec coefficients.
Return the coefficients used to calculate the target body right ascension nutation/precession contribution. The model is the sum of the products of the coefficients returned by this method with the sin of the corresponding angles associated with the barycenter related to the target body.
pole ra = ra0 + ra1*T + ra2*T**2 + sum(raCoef[i]i*sin(angle[i]))
std::vector< double > Isis::SpiceRotation::ReferenceVector | ( | const std::vector< double > & | jVec | ) |
Given a direction vector in J2000, return a reference frame direction.
[in] | jVec | A direction vector in J2000 |
References Isis::NaifStatus::CheckErrors().
Referenced by Isis::CameraGroundMap::GetdXYdOrientation(), Isis::CameraGroundMap::GetdXYdPoint(), Isis::CameraGroundMap::GetdXYdPosition(), Isis::RadarGroundMap::GetdXYdPosition(), Isis::CameraGroundMap::GetdXYdTOrientation(), Isis::CameraGroundMap::GetXY(), Isis::RadarGroundMap::GetXY(), Isis::Camera::LocalPhotometricAngles(), Isis::Sensor::LookDirection(), Isis::RadarGroundMap::SetFocalPlane(), Isis::RadarGroundMap::SetGround(), Isis::Sensor::SetLookDirection(), Isis::Sensor::SetRightAscensionDeclination(), and Isis::Sensor::SlantDistance().
void Isis::SpiceRotation::ReloadCache | ( | ) |
Cache J2000 rotation over existing cached time range using polynomials.
This method will reload an internal cache with matrices formed from rotation angles fit to functions over a time range.
IException::Programmer | "The SpiceRotation has not yet been fit to a function" |
References _FILEINFO_, AngularVelocity(), LoadTimeCache(), Memcache, No, p_cache, p_cacheTime, p_degree, PolyFunction, PolyFunctionOverSpice, Isis::IException::Programmer, SetEphemerisTime(), and TimeBasedMatrix().
Referenced by LineCache().
void Isis::SpiceRotation::SetAngles | ( | std::vector< double > | angles, |
int | axis3, | ||
int | axis2, | ||
int | axis1 | ||
) |
Set the rotation angles (phi, delta, and w) for the current time to define the time-based matrix CJ.
This method was created for unitTests and should not be used otherwise. It only works for cached data with a cache size of 1.
[in] | angles | The angles defining the rotation (phi, delta, and w) in radians |
[in] | axis3 | The rotation axis for the third angle |
[in] | axis2 | The rotation axis for the second angle |
[in] | axis1 | The rotation axis for the first angle |
References p_cache, and SetEphemerisTime().
void Isis::SpiceRotation::SetAxes | ( | int | axis1, |
int | axis2, | ||
int | axis3 | ||
) |
Set the axes of rotation for decomposition of a rotation matrix into 3 angles.
[in] | axis1 | Axes of rotation of first angle applied (right rotation) |
[in] | axis2 | Axes of rotation of second angle applied (center rotation) |
[in] | axis3 | Axes of rotation of third angle applied (left rotation) |
IException::Programmer | "A rotation axis is outside the valid range of 1 to 3" |
References _FILEINFO_, p_axis1, p_axis2, p_axis3, and Isis::IException::Programmer.
void Isis::SpiceRotation::SetCacheTime | ( | std::vector< double > | cacheTime | ) |
References p_cacheTime.
void Isis::SpiceRotation::SetConstantMatrix | ( | std::vector< double > | constantMatrix | ) |
Set the constant 3x3 rotation TC matrix from a vector of length 9.
constantMatrix | Constant rotation matrix, TC. |
void Isis::SpiceRotation::SetEphemerisTime | ( | double | et | ) |
Return the J2000 to reference frame quaternion at given time.
This method returns the J2000 to reference frame rotational matrix at a given et in seconds. The quaternion is obtained from either valid NAIF ck and/or fk, or alternatively from an internal cache loaded from an ISIS Table object. In the first case, the kernels must contain the rotation for the frame specified in the constructor at the given time (as well as all the intermediate frames going from the reference frame to J2000) and they must be loaded using the SpiceKernel class.
et | ephemeris time in seconds |
References Memcache, PckPolyFunction, PolyFunction, PolyFunctionOverSpice, setEphemerisTimeMemcache(), setEphemerisTimeNadir(), setEphemerisTimePckPolyFunction(), setEphemerisTimePolyFunction(), setEphemerisTimePolyFunctionOverSpice(), and setEphemerisTimeSpice().
Referenced by GetCenterAngles(), LoadCache(), ReloadCache(), SetAngles(), and SetPolynomial().
|
protected |
Updates rotation state based on the rotation cache.
When setting the ephemeris time, this method is used to update the rotation state by reading from the rotation cache
References Isis::NaifStatus::CheckErrors(), p_cache, and p_cacheTime.
Referenced by SetEphemerisTime(), and setEphemerisTimePolyFunctionOverSpice().
|
protected |
When setting the ephemeris time, uses spacecraft nadir source to update the rotation state.
References Isis::NaifStatus::CheckErrors(), and InitConstantRotation().
Referenced by SetEphemerisTime().
|
protected |
When setting the ephemeris time, updates the rotation state based on the PcK polynomial.
References Isis::DEG2RAD, Isis::Angle::Degrees, Isis::HALFPI, p_axis1, p_axis2, p_axis3, Isis::Angle::Radians, and Isis::Angle::radians().
Referenced by SetEphemerisTime(), and setPckPolynomial().
|
protected |
When setting the ephemeris time, updates the rotation according to a polynomial that defines the three camera angles and angular velocity, if available.
References Isis::NaifStatus::CheckErrors(), ComputeAv(), Isis::BasisFunction::Evaluate(), p_axis1, p_axis2, p_axis3, p_degree, and Isis::BasisFunction::SetCoefficients().
Referenced by SetEphemerisTime(), and setEphemerisTimePolyFunctionOverSpice().
|
protected |
When setting the ephemeris time, updates the rotation state based on a polynomial fit over spice kernel data.
References Angles(), Isis::NaifStatus::CheckErrors(), EvaluatePolyFunction(), p_axis1, p_axis2, p_axis3, setEphemerisTimeMemcache(), and setEphemerisTimePolyFunction().
Referenced by SetEphemerisTime().
|
protected |
When setting the ephemeris time, updates the rotation state based on data read directly from NAIF kernels using NAIF Spice routines.
IException::Io | "[framecode] is an unrecognized reference frame code. Has the mission frames kernel been loaded?" |
IException::Io | "No pointing is availabe at request time for frame code" |
References _FILEINFO_, Isis::NaifStatus::CheckErrors(), frmchg_(), InitConstantRotation(), Isis::IException::Io, J2000Code, and refchg_().
Referenced by SetEphemerisTime().
void Isis::SpiceRotation::SetFrame | ( | int | frameCode | ) |
Change the frame to the given frame code.
This method has no effect if spice is cached.
frameCode | The integer-valued frame code |
Referenced by Isis::DawnVirCamera::DawnVirCamera(), Isis::HiriseCamera::HiriseCamera(), Isis::HrscCamera::HrscCamera(), Isis::IssNACamera::IssNACamera(), Isis::IssWACamera::IssWACamera(), Isis::JunoCamera::JunoCamera(), Isis::LroWideAngleCamera::LroWideAngleCamera(), Isis::Mariner10Camera::Mariner10Camera(), Isis::RosettaVirtisCamera::RosettaVirtisCamera(), and Isis::TgoCassisCamera::TgoCassisCamera().
|
protected |
Set the full cache time parameters.
[in] | startTime | The earliest time of the full cache coverage |
[in] | endTime | The latest time of the full cache coverage |
[in] | cacheSize | The number of epochs in the full (line) cache |
void Isis::SpiceRotation::SetOverrideBaseTime | ( | double | baseTime, |
double | timeScale | ||
) |
Set an override base time to be used with observations on scanners to allow all images in an observation to use the save base time and polynomials for the angles.
[in] | baseTime | The base time to use and override the computed base time |
[in] | timeScale | The time scale to use and override the computed time scale |
Referenced by Isis::BundleObservation::initializeExteriorOrientation(), and LoadCache().
void Isis::SpiceRotation::setPckPolynomial | ( | const std::vector< Angle > & | raCoeff, |
const std::vector< Angle > & | decCoeff, | ||
const std::vector< Angle > & | pmCoeff | ||
) |
Set the coefficients of a polynomial fit to each of the three planet angles for the time period covered by the cache, ra = ra0 + ra1*t + ra2*t**2 + raTrig, dec = dec0 + dec1*t + dec2*t**2 + decTrig, pm = pm0 + pm1*d + pm2*t**2 + pmTrig, where t = time / (seconds per day).
for time = et d = t / (days per Julian century), and the trig terms are of the form sum(i = 0, numTerms) tcoef[i] * sin(constant[i] + lcoef[i]*t) for ra and pm and sum(i = 0, numTerms) tcoef[i] * cos(constant[i] + lcoef[i]*t) for dec.
[in] | raCoeff | pole ra coefficients to set |
[in] | decCoeff | pole dec coefficients to set |
[in] | pmCoeff | pole pm coefficients to set |
References setEphemerisTimePckPolyFunction(), and usePckPolynomial().
void Isis::SpiceRotation::SetPolynomial | ( | const Source | type = PolyFunction | ) |
Set the coefficients of a polynomial fit to each of the three camera angles for the time period covered by the cache, angle = a + bt + ct**2, where t = (time - p_baseTime)/ p_timeScale.
type | Rotation source type |
References Isis::LeastSquares::AddKnown(), Angles(), Isis::NaifStatus::CheckErrors(), Isis::BasisFunction::Coefficient(), Isis::BasisFunction::Coefficients(), ComputeBaseTime(), Isis::LineEquation::Intercept(), p_axis1, p_axis2, p_axis3, p_cache, p_cacheTime, p_degree, PolyFunction, PolyFunctionOverSpice, SetEphemerisTime(), Isis::LineEquation::Slope(), Isis::LeastSquares::Solve(), and WrapAngle().
Referenced by Isis::BundleObservation::applyParameterCorrections(), Isis::BundleObservation::initializeExteriorOrientation(), LoadCache(), and SetPolynomialDegree().
void Isis::SpiceRotation::SetPolynomial | ( | const std::vector< double > & | coeffAng1, |
const std::vector< double > & | coeffAng2, | ||
const std::vector< double > & | coeffAng3, | ||
const Source | type = PolyFunction |
||
) |
Set the coefficients of a polynomial fit to each of the three camera angles for the time period covered by the cache, angle = c0 + c1*t + c2*t**2 + ...
[in] | coeffAng1 | Coefficients of fit to Angle 1 |
[in] | coeffAng2 | Coefficients of fit to Angle 2 |
[in] | coeffAng3 | Coefficients of fit to Angle 3 |
[in] | type | Rotation source type |
References Isis::NaifStatus::CheckErrors(), ComputeBaseTime(), p_degree, Isis::BasisFunction::SetCoefficients(), and SetEphemerisTime().
void Isis::SpiceRotation::SetPolynomialDegree | ( | int | degree | ) |
Set the degree of the polynomials to be fit to the three camera angles for the time period covered by the cache, angle = c0 + c1*t + c2*t**2 + ...
[in] | degree | Degree of the polynomial to be fit |
References p_degree, and SetPolynomial().
Referenced by Isis::BundleObservation::initializeExteriorOrientation(), and LoadCache().
void Isis::SpiceRotation::SetSource | ( | Source | source | ) |
Resets the source of the rotation to the given value.
source | The rotation source to be set. |
void Isis::SpiceRotation::SetTimeBasedMatrix | ( | std::vector< double > | timeBasedMatrix | ) |
Set the time-based 3x3 rotation CJ matrix from a vector of length 9.
timeBasedMatrix | Time-based rotation matrix, TC. |
void Isis::SpiceRotation::SetTimeBias | ( | double | timeBias | ) |
Apply a time bias when invoking SetEphemerisTime method.
The bias is used only when reading from NAIF kernels. It is added to the ephermeris time passed into SetEphemerisTime and then the body position is read from the NAIF kernels and returned. When the cache is loaded from a table the bias is ignored as it is assumed to have already been applied. If this method is never called the default bias is 0.0 seconds.
timeBias | time bias in seconds |
Referenced by Isis::MocNarrowAngleCamera::MocNarrowAngleCamera(), and Isis::MocWideAngleCamera::MocWideAngleCamera().
std::vector< Angle > Isis::SpiceRotation::sysNutPrecCoefs | ( | ) |
Return the coefficients used to calculate the target body system nut/prec angles.
Return the linear coefficients used to calculate the target body system (barycenter) nutation/precession angles (periods). The model for the angles is linear in time in Julian centuries since the standard epoch (usually J2000). angles associated with the barycenter related to the target body.
angle[i] = constant[i] + coef[i]*T
std::vector< Angle > Isis::SpiceRotation::sysNutPrecConstants | ( | ) |
Return the constants used to calculate the target body system nut/prec angles.
Return the constant terms used to calculate the target body system (barycenter) nutation/precession angles (periods). The model for the angles is linear in time in Julian centuries since the standard epoch (usually J2000). angles associated with the barycenter related to the target body.
angle[i] = constant[i] + coef[i]*T
std::vector< double > & Isis::SpiceRotation::TimeBasedMatrix | ( | ) |
Return time-based 3x3 rotation CJ matrix as a vector of length 9.
Referenced by ReloadCache().
std::vector< double > Isis::SpiceRotation::TimeBasedRotation | ( | ) |
Return time-based 3x3 rotation CJ matrix as a quaternion.
References Isis::NaifStatus::CheckErrors().
std::vector< int > Isis::SpiceRotation::TimeFrameChain | ( | ) |
Accessor method to get the frame chain for the rotation (begins in J2000).
std::vector< double > Isis::SpiceRotation::toJ2000Partial | ( | const std::vector< double > & | lookT, |
SpiceRotation::PartialType | partialVar, | ||
int | coeffIndex | ||
) |
Given a direction vector in the reference frame, compute the derivative with respect to one of the coefficients in the angle polynomial fit equation of a vector rotated from the reference frame to J2000.
TODO - merge this method with ToReferencePartial
[in] | lookT | A direction vector in the targeted reference frame |
[in] | partialVar | Variable derivative is to be with respect to |
[in] | coeffIndex | Coefficient index in the polynomial fit to the variable (angle) |
IException::User | "Body rotation uses a binary PCK. Solutions for this model are not supported" |
IException::User | "Body rotation uses a PCK not referenced to J2000. Solutions for this model are not supported" |
IException::User | "Solutions are not supported for this frame type." |
References _FILEINFO_, Angles(), BPC, Isis::NaifStatus::CheckErrors(), CK, DPckPolynomial(), DPolynomial(), DYN, NOTJ2000PCK, p_axis1, p_axis2, p_axis3, PCK, and Isis::IException::User.
Referenced by Isis::CameraGroundMap::GetdXYdTOrientation().
std::vector< double > Isis::SpiceRotation::ToReferencePartial | ( | std::vector< double > & | lookJ, |
SpiceRotation::PartialType | partialVar, | ||
int | coeffIndex | ||
) |
Compute the derivative with respect to one of the coefficients in the angle polynomial fit equation of a vector rotated from J2000 to a reference frame.
The polynomial equation is of the form angle = c0 + c1*t + c2*t**2 + ... cn*t**n, where t = (time - p_basetime) / p_timeScale and n = p_degree (the degree of the equation)
[in] | lookJ | Look vector in J2000 frame |
[in] | partialVar | Variable derivative is to be with respect to |
[in] | coeffIndex | Coefficient index in the polynomial fit to the variable (angle) |
IException::Programmer | "Only CK, DYN, and PCK partials can be calculated" |
References _FILEINFO_, Angles(), Isis::NaifStatus::CheckErrors(), CK, DPckPolynomial(), DPolynomial(), DYN, p_axis1, p_axis2, p_axis3, PCK, Isis::IException::Programmer, and UNKNOWN.
Referenced by Isis::CameraGroundMap::GetdXYdOrientation().
void Isis::SpiceRotation::usePckPolynomial | ( | ) |
Set the coefficients of a polynomial fit to each of the three planet angles for the time period covered by the cache, ra = ra0 + ra1*t + ra2*t**2 + raTrig, dec = dec0 + dec1*t + dec2*t**2 + decTrig, pm = pm0 + pm1*d + pm2*t**2 + pmTrig, where t = time / (seconds per day).
for time = et d = t / (days per Julian century), and the trig terms are of the form sum(i = 0, numTerms) tcoef[i] * sin(constant[i] + lcoef[i]*t) for ra and pm and sum(i = 0, numTerms) tcoef[i] * cos(constant[i] + lcoef[i]*t) for dec.
IException::User | "Target body orientation information not available. Rerun spiceinit." |
References _FILEINFO_, PckPolyFunction, and Isis::IException::User.
Referenced by setPckPolynomial().
double Isis::SpiceRotation::WrapAngle | ( | double | compareAngle, |
double | angle | ||
) |
Wrap the input angle to keep it within 2pi radians of the angle to compare.
[in] | compareAngle | Look vector in J2000 frame |
[in] | angle | Angle to be wrapped if needed |
References Isis::NaifStatus::CheckErrors().
Referenced by SetPolynomial().
|
protected |
Axis of rotation for angle 1 of rotation.
Referenced by DCJdt(), GetCenterAngles(), SetAxes(), setEphemerisTimePckPolyFunction(), setEphemerisTimePolyFunction(), setEphemerisTimePolyFunctionOverSpice(), SetPolynomial(), SpiceRotation(), toJ2000Partial(), and ToReferencePartial().
|
protected |
Axis of rotation for angle 2 of rotation.
Referenced by DCJdt(), GetCenterAngles(), SetAxes(), setEphemerisTimePckPolyFunction(), setEphemerisTimePolyFunction(), setEphemerisTimePolyFunctionOverSpice(), SetPolynomial(), SpiceRotation(), toJ2000Partial(), and ToReferencePartial().
|
protected |
Axis of rotation for angle 3 of rotation.
Referenced by DCJdt(), GetCenterAngles(), SetAxes(), setEphemerisTimePckPolyFunction(), setEphemerisTimePolyFunction(), setEphemerisTimePolyFunctionOverSpice(), SetPolynomial(), SpiceRotation(), toJ2000Partial(), and ToReferencePartial().
|
protected |
Cached rotations, stored as rotation matrix from J2000 to 1st constant frame (CJ) or coefficients of polynomial fit to rotation angles.
Referenced by Cache(), IsCached(), LoadCache(), LoadTimeCache(), ReloadCache(), SetAngles(), setEphemerisTimeMemcache(), SetPolynomial(), and SpiceRotation().
|
protected |
iTime for corresponding rotation
Referenced by Cache(), ComputeBaseTime(), LoadCache(), LoadTimeCache(), ReloadCache(), SetCacheTime(), setEphemerisTimeMemcache(), SetPolynomial(), and SpiceRotation().
|
protected |
Degree of fit polynomial for angles.
Referenced by Cache(), DCJdt(), DPckPolynomial(), DPolynomial(), EvaluatePolyFunction(), ReloadCache(), setEphemerisTimePolyFunction(), SetPolynomial(), SetPolynomialDegree(), and SpiceRotation().