tomwer.gui.reconstruction.multicor.MultiCoRWindow.MultiCoRWindow#

class tomwer.gui.reconstruction.multicor.MultiCoRWindow.MultiCoRWindow(parent=None, backend=None)#

Widget used to determine launch several slice reconstruction and ease center of rotation search

clearResults()#
close(self) bool#
compute()#

compute of the current scan

getAutomaticCorWindow()#
getConfiguration()#
Return type:

dict

getCors(reference)#
Return type:

tuple | str

getCurrentCorValue()#
Return type:

float | None

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

float | str

getMode()#
Return type:

ReconstructionMode

getNReconstruction()#
Return type:

int

getQAxisRP()#
getReconstructionSlices()#
Return type:

tuple

getResearchWidth()#
Return type:

float

getScan()#
getScoreMethod()#
Return type:

ScoreMethod

getSlicesRange()#
Return type:

tuple

hideAutoFocusButton()#
Return type:

None

isAutoFocusLock()#
Return type:

bool

loadSinogram()#
Return type:

None

lockAutofocus(lock)#
saveReconstructedSlicesTo(output_folder)#
Return type:

None

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

None

setEstimatedCorPosition(value)#
setImgWidth(width)#
setNReconstruction(n)#
setReconstructionSlices(slices)#
Return type:

tuple

setResearchWidth(width)#
setScan(scan)#
setSlicesRange(min_index, max_index)#
setVolumeSize(dim0, dim1, dim2)#
Return type:

None

setVoxelSize(dim0, dim1, dim2)#
Return type:

None

showResults()#
sigConfigurationChanged#

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.

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.

sigValidated#

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.