tomwer.gui.reconstruction.multipag.MultiPagWindowBase.MultiPagWindowBase#

class tomwer.gui.reconstruction.multipag.MultiPagWindowBase.MultiPagWindowBase(parent=None, backend=None)#

Base window to compute several Paganin delta / beta value and select the best value

close(self) bool#
compute()#

force compute of the current scan

getConfiguration()#
Return type:

dict

getCurrentDeltaBetaValue()#
getQDeltaBetaRP()#
getScan()#
getScoreMethod()#
hideAutoFocusButton()#
isAutoFocusLock()#
lockAutofocus(lock)#
saveReconstructedSlicesTo(output_folder)#
setConfiguration(config)#
setCurrentDeltaBetaValue(value)#
setDBScores(scores, score_method, img_width=None, update_only_scores=False)#
Parameters:

scores (dict) – cor value (float) as key and tuple(url: DataUrl, score: float) as value

setScan(scan)#
setSlicesRange(min_, max_)#
showResults()#