Class SpiceQL::CkSegment
ClassList > SpiceQL > CkSegment
C++ object repersenting NAIF spice CK Segment and it's metadata. More...
#include <io.h>
Public Functions
Type | Name |
---|---|
CkSegment (std::vector< std::vector< double > > quats, std::vector< double > times, int bodyCode, std::string referenceFrame, std::string segmentId, std::vector< std::vector< double > > angularVelocities={}, std::string comment="") |
Detailed Description
CK kernels consist of multiple CK segments. These specifically define a type 3 CK segment which consists of two parallel arrays of ephemeris times and orientations as SPICE quaternions.
See also: : https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/cspice/q2m_c.html
Public Functions Documentation
function CkSegment
SpiceQL::CkSegment::CkSegment (
std::vector< std::vector< double > > quats,
std::vector< double > times,
int bodyCode,
std::string referenceFrame,
std::string segmentId,
std::vector< std::vector< double > > angularVelocities={},
std::string comment=""
)
Constructs a fully populated SpkSegment
Parameters:
quats
Time ordered vector of orientations as quaternionstimes
times for the CK segment in ascending orderbodyCode
Naif body code of an object whose state is described by the segmentsreferenceFrame
Naif name of the reference system relative to which the state issegmentId
SPK segment identifier (max size 40)angularVelocities
Time ordered vector of state velocities dX, dY, dZcomment
The comment string for the new segment
The documentation for this class was generated from the following file SpiceQL/include/io.h