tomwer.model.reconstruction.copy_reduced_frames.InputModel#

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

Model to be used as input of the CopyReducedDarkFlatTask

Note

the ‘copy_darks’ and ‘copy_flats’ could be deduced from the ‘reduced_darks_url’ and ‘reduced_flats_url’ values. But this simpler to duplicate both from a GUI / ewoks point of view.

copy_darks: bool#
copy_flats: bool#
force_copy: bool#
model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True}#

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

reduced_darks: ReducedFrames | None#
reduced_flats: ReducedFrames | None#