lsst.meas.astrom gb9f4f1e462+b1f93a5e52
|
Result of test_rotation(), containing the rotation matrix and success flag. More...
#include <pessimisticPatternMatcherUtils.h>
Public Member Functions | |
RotationTestResult () | |
Default construction is for failed tests. More... | |
RotationTestResult (double cos_rot_sq, Eigen::Vector3d const &proj_ref_ctr_delta, Eigen::Matrix3d const &shift_matrix) | |
Constructor for successsful tests. More... | |
Public Attributes | |
double | cos_rot_sq |
Magnitude of the rotation needed to align the two patterns after their centers are shifted on top of each other. More... | |
Eigen::Vector3d | proj_ref_ctr_delta |
Eigen::Matrix3d | shift_matrix |
Rotation matrix describing the shift needed to align the source and candidate reference center. More... | |
bool | success |
Was the algorithm successful? More... | |
Result of test_rotation(), containing the rotation matrix and success flag.
Definition at line 63 of file pessimisticPatternMatcherUtils.h.
|
inline |
Default construction is for failed tests.
Definition at line 65 of file pessimisticPatternMatcherUtils.h.
|
inline |
Constructor for successsful tests.
Definition at line 67 of file pessimisticPatternMatcherUtils.h.
double lsst::meas::astrom::RotationTestResult::cos_rot_sq |
Magnitude of the rotation needed to align the two patterns after their centers are shifted on top of each other.
Definition at line 77 of file pessimisticPatternMatcherUtils.h.
Eigen::Vector3d lsst::meas::astrom::RotationTestResult::proj_ref_ctr_delta |
Definition at line 78 of file pessimisticPatternMatcherUtils.h.
Eigen::Matrix3d lsst::meas::astrom::RotationTestResult::shift_matrix |
Rotation matrix describing the shift needed to align the source and candidate reference center.
Definition at line 80 of file pessimisticPatternMatcherUtils.h.
bool lsst::meas::astrom::RotationTestResult::success |
Was the algorithm successful?
Definition at line 82 of file pessimisticPatternMatcherUtils.h.