lsst.meas.astrom g3b20d027df+014e4462be
Public Member Functions | Public Attributes | List of all members
lsst::meas::astrom::RotationTestResult Struct Reference

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...
 

Detailed Description

Result of test_rotation(), containing the rotation matrix and success flag.

Definition at line 63 of file pessimisticPatternMatcherUtils.h.

Constructor & Destructor Documentation

◆ RotationTestResult() [1/2]

lsst::meas::astrom::RotationTestResult::RotationTestResult ( )
inline

Default construction is for failed tests.

Definition at line 65 of file pessimisticPatternMatcherUtils.h.

◆ RotationTestResult() [2/2]

lsst::meas::astrom::RotationTestResult::RotationTestResult ( double  cos_rot_sq,
Eigen::Vector3d const &  proj_ref_ctr_delta,
Eigen::Matrix3d const &  shift_matrix 
)
inline

Constructor for successsful tests.

Definition at line 67 of file pessimisticPatternMatcherUtils.h.

Member Data Documentation

◆ cos_rot_sq

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.

◆ proj_ref_ctr_delta

Eigen::Vector3d lsst::meas::astrom::RotationTestResult::proj_ref_ctr_delta

Definition at line 78 of file pessimisticPatternMatcherUtils.h.

◆ shift_matrix

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.

◆ success

bool lsst::meas::astrom::RotationTestResult::success

Was the algorithm successful?

Definition at line 82 of file pessimisticPatternMatcherUtils.h.


The documentation for this struct was generated from the following file: