tomwer.gui.reconstruction.nabu.castvolume.CastVolumeWidget#
- class tomwer.gui.reconstruction.nabu.castvolume.CastVolumeWidget(parent)#
- AVAILABLE_OUTPUT_DATA_TYPE = ('uint8', 'uint16', 'float32', 'float64')#
- DEFAULT_OUTPUT_DATA_TYPE = 'uint16'#
- getCompressionRatios()#
- Return type:
tuple
- getConfiguration()#
- Return type:
dict
- getDataMax()#
- Return type:
float | None
- getDataMin()#
- Return type:
float | None
- getOutputDataType()#
- Return type:
str
- getOutputDir()#
- Return type:
str
- getOutputFileFormat()#
- Return type:
- getOverwrite()#
- Return type:
bool
- getRescalePercentiles()#
- Return type:
tuple[int | None, int | None]
- setCompressionRatios(c_ratios)#
- setConfiguration(config)#
- Return type:
None
- setDataMax(value)#
- Return type:
None
- setDataMin(value)#
- Return type:
None
- setOutputDataType(data_type)#
- Return type:
None
- setOutputDir(output_dir)#
- Return type:
None
- setOutputFileformat(file_format)#
- Return type:
None
- setOverwrite(remove)#
- Return type:
None
- setRescalePercentiles(low, high)#
- Return type:
tuple
- sigConfigChanged#
Signal emit when the configuration changed