tomwer.model.reconstruction.estimate_motion_io.NabuEstimateMotionOutputs#
- class tomwer.model.reconstruction.estimate_motion_io.NabuEstimateMotionOutputs(**data)#
Pydantic output model for NabuEstimateMotionTask.
- cor: float#
- estimated_shifts_h: ndarray#
- estimated_shifts_v: ndarray#
- model_config: ClassVar[ConfigDict] = {'arbitrary_types_allowed': True}#
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
- motion_plot_data: MotionPlotData#