tomwer.gui.reconstruction.axis.InputWidget.InputWidget#

class tomwer.gui.reconstruction.axis.InputWidget.InputWidget(parent=None, axis_params=None)#

Widget used to define the radios or the sinogram to be used for computing the cor Used as a tab of the AxisSettingsTabWidget

getCompositeOptions()#
Return type:

dict

getNearpos()#
Return type:

int

getNearwidth()#
Return type:

int

getOversampling()#
Return type:

int

getSinogramLine()#
Return type:

str | int

getSinogramSubsampling()#
Return type:

int

getSubsamplingY()#
Return type:

int

getTakeLog()#
Return type:

bool

getTheta()#
Return type:

int

setAxisParams(axis_params)#
setCompositeOptions(opts)#
Return type:

None

setNearpos(value)#
Return type:

int

setNearwidth(value)#
Return type:

int

setOversampling(oversampling)#
Return type:

None

setScan(scan)#
setSubsamplingY(subsampling)#
Return type:

None

setTakeLog(log)#
Return type:

None

setTheta(theta)#
Return type:

None

setValidInputs(modes)#

Define possible inputs.

Raises:

ValueError if modes are invalid

sigChanged#

Signal emitted when input changed