mantidimaging.gui.windows.recon.point_table_model module#
- class mantidimaging.gui.windows.recon.point_table_model.Column(*values)[source]#
- Bases: - Enum- 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. - headerData(self, section: int, orientation: Qt.Orientation, role: int = Qt.ItemDataRole.DisplayRole) Any[source]#