tomwer.model.reconstruction.cast_volume.InputModel#

class tomwer.model.reconstruction.cast_volume.InputModel(**data)#

Model to be used as input of the CastVolumeTask. The Volume should be provided. For cross compatibility users can also provide a scan with one reconstructed volume register.

Hint

See nabu cast-volume documentation for more information

classmethod cast_data_type(value)#
Return type:

dtype

classmethod cast_output_file_format(value)#
Return type:

NabuOutputFileFormat

cluster_config: dict | None#
compression_ratios: str#
data: TomwerScanBase | None#
data_max: float | None#
data_min: float | None#
model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True}#

Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].

output_data_type: dtype | None#
output_dir: str | None#
output_file_format: NabuOutputFileFormat | None#
output_file_path: str | None#
output_volume: TomwerVolumeBase#
overwrite: bool#
remove_input_volume: bool#
rescale_max_percentile: float | None#
rescale_min_percentile: float | None#
volume: TomwerVolumeBase | None#