tomwer.gui.reconstruction.darkflat.darkflatcopywidget.ReducedDarkFlatCopyWidget#

class tomwer.gui.reconstruction.darkflat.darkflatcopywidget.ReducedDarkFlatCopyWidget(parent=None)#

Widget to set up parametrization of the reduced darks and flats copy.

clear()#
getConfiguration()#
Return type:

dict

getReducedDarksUrl()#
Return type:

str

getReducedFlatsUrl()#
Return type:

str

isCopyingDarks()#
Return type:

bool

isCopyingFlats()#
Return type:

bool

isForcingCopy()#
Return type:

bool

isModeAuto()#
Return type:

bool

setConfiguration(dict)#
Return type:

dict

setCopyDarks(copy)#
Return type:

None

setCopyFlats(copy)#
Return type:

None

setForceCopy(force)#
Return type:

None

setModeAuto(auto)#
Return type:

None

setReducedDarksUrl(url)#
Return type:

None

setReducedFlatsUrl(url)#
Return type:

None

sigClear#

Signal when the cache needs to be cleared

sigConfigChanged#

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.

sizeHint(self) QSize#