lsst.meas.astrom g71f27ac40c+2f041a6953
|
Result of create_shift_rot_matrix() containing the rotation matrix and rotation angle. More...
#include <pessimisticPatternMatcherUtils.h>
Public Attributes | |
double | sin_rot |
Rotation that makes up the matrix. More... | |
Eigen::Matrix3d | shift_rot_matrix |
Spherical rotation matrix. More... | |
Result of create_shift_rot_matrix() containing the rotation matrix and rotation angle.
Definition at line 102 of file pessimisticPatternMatcherUtils.h.
Eigen::Matrix3d lsst::meas::astrom::ShiftRotMatrixResult::shift_rot_matrix |
Spherical rotation matrix.
Definition at line 106 of file pessimisticPatternMatcherUtils.h.
double lsst::meas::astrom::ShiftRotMatrixResult::sin_rot |
Rotation that makes up the matrix.
Definition at line 104 of file pessimisticPatternMatcherUtils.h.