tomwer.model.reconstruction.estimate_motion_io.NabuEstimateMotionInputs#
- class tomwer.model.reconstruction.estimate_motion_io.NabuEstimateMotionInputs(**data)#
Pydantic input model for NabuEstimateMotionTask.
- angular_subsampling: int#
- cor: float#
- deg_xy: int#
- deg_z: int#
- estimator: Method#
- model: EstimatorModel#
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].