tomwer.gui.reconstruction.nabu.platform.NabuPlatformSettings#
- class tomwer.gui.reconstruction.nabu.platform.NabuPlatformSettings(parent=None)#
define settings to be used for the local reconstruction like gpu…
- DEFAULT_CPU_FRACTION = 90#
- DEFAULT_GPU_FRACTION = 90#
- getCPUFraction()#
- Return type:
float
- getConfiguration()#
- Return type:
dict
- getGPUFraction()#
- Return type:
float
- setCPUFraction(value)#
- setConfiguration(config)#
- Return type:
None
- setGPUFraction(value)#
- sigConfigChanged#