ewokstomo.tasks.convert_volume.ConvertVolumeTo16Bit#

class ewokstomo.tasks.convert_volume.ConvertVolumeTo16Bit(inputs=None, varinfo=None, node_id=None, node_attrs=None, execinfo=None, profile_directory=None)[source]#

Bases: Task

Task to convert volume to 16-bit format and save it to disk. The output file format is determined by the Nabu configuration dictionary provided as input. The task also removes the original 32-bit volume after conversion to save disk space.

Parameters:
run()[source]#

To be implemented by the derived classes