tomwer.gui.reconstruction.axis.CalculationWidget.CalculationWidget#

class tomwer.gui.reconstruction.axis.CalculationWidget.CalculationWidget(parent, axis_params)#

Main widget to select the algorithm to use for COR calculation Used as a tab of the AxisSettingsTabWidget

getEstimatedCor()#
getMethodLockPB()#
Return type:

QPushButton

getMode()#

Return algorithm to use for axis calculation

isModeLock()#
lockMode(lock)#
setAxisParams(axis)#
setEstimatedCorValue(value)#
setMode(mode)#
setModeLock(mode=None)#

set a specific mode and lock it.

Parameters:

mode – mode to lock. If None then keep the current mode

setScan(scan)#
setUpdateXRotationAxisPixelPositionOnNewScan(update)#
sigLockModeChanged#

signal emitted when the mode has been lock or unlock

sigModeChanged#

signal emitted when the algorithm for computing COR changed

sigUpdateXRotAxisPixelPosOnNewScan#
sigYAxisInvertedChanged#
updateXRotationAxisPixelPositionOnNewScan()#
Return type:

bool