mantidimaging.gui.windows.recon.point_table_model module#
- class mantidimaging.gui.windows.recon.point_table_model.Column(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[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]#