tomwer.gui.reconstruction.multicor.MultiCoRTabWidget.MultiCoRTabWidget#

class tomwer.gui.reconstruction.multicor.MultiCoRTabWidget.MultiCoRTabWidget(parent, backend=None)#
close(self) bool#
getConfiguration()#
getCors(reference='relative')#

Return cors to be computed

getCurrentCorValue()#
Return type:

float | None

getEstimatedCorPosition(mode='relative')#
Return type:

float | str

getFrameWidth()#
Return type:

float

getNReconstruction()#
Return type:

int

getReconstructionMode()#
Return type:

ReconstructionMode

getReconstructionSlices()#
Return type:

tuple

getResearchWidth()#
Return type:

float

getScoreMethod()#
getSinogramViewer()#
getSlicesRange()#
Return type:

tuple[int]

hideAutoFocusButton()#
isAutoFocusLock()#
loadPreprocessingParams()#

load reconstruction nabu if tomwer has already process this dataset. Not done for now

loadSinogram()#
Return type:

None

lockAutoFocus(lock)#
saveReconstructedSlicesTo(output_folder)#
setConfiguration(config)#
setCorScores(scores, score_method, img_width=None, update_only_scores=False)#
setCurrentCorValue(value)#
Return type:

None

setEstimatedCorPosition(value)#
Return type:

None

setFrameWidth(width)#
setImgWidth(width)#
setNReconstruction(n)#
Return type:

None

setReconstructionMode(mode)#
setReconstructionSlices(slices)#
setResearchWidth(width)#
setScan(scan)#
setScoreMethod(method)#
setSlicesRange(min_index, max_index)#
setVolumeSize(dim0, dim1, dim2)#
setVoxelSize(dim0, dim1, dim2)#
Return type:

None

showResults()#
sigConfigurationChanged#

signal emitted each time the ‘input’ configuration changed. like slice to reconstruct, number of reconstruction, research width, nabu reconstruction parameters…

sigEndSinogramLoad#

pyqtSignal(*types, name: str = …, revision: int = …, arguments: Sequence = …) -> PYQT_SIGNAL

types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.

sigStartSinogramLoad#

pyqtSignal(*types, name: str = …, revision: int = …, arguments: Sequence = …) -> PYQT_SIGNAL

types is normally a sequence of individual types. Each type is either a type object or a string that is the name of a C++ type. Alternatively each type could itself be a sequence of types each describing a different overloaded signal. name is the optional C++ name of the signal. If it is not specified then the name of the class attribute that is bound to the signal is used. revision is the optional revision of the signal that is exported to QML. If it is not specified then 0 is used. arguments is the optional sequence of the names of the signal’s arguments.