mantidimaging.gui.windows.recon.point_table_model module¶
- class mantidimaging.gui.windows.recon.point_table_model.Column(value)[source]¶
Bases:
Enum
An enumeration.
- CENTRE_OF_ROTATION = 1¶
- SLICE_INDEX = 0¶
- class mantidimaging.gui.windows.recon.point_table_model.CorTiltPointQtModel(parent=None)[source]¶
Bases:
QAbstractTableModel
,CorTiltDataModel
Model of the slice/rotation point data in the rotation/tilt view’s tableView.
This class handles GUI interaction with the tableView whilst CorTiltDataModel provides methods for calculating rotation and gradient from the stored values.