mantidimaging.core.rotation.polyfit_correlation module¶
- mantidimaging.core.rotation.polyfit_correlation.do_calculate_correlation_err(store: numpy.ndarray, search_index: int, p0_and_180: Tuple[numpy.ndarray, numpy.ndarray], image_width: int)[source]¶
Calculates squared sum error in the difference between the projection at 0 degrees, and the one at 180 degrees
- mantidimaging.core.rotation.polyfit_correlation.find_center(images: mantidimaging.core.data.images.Images, progress: mantidimaging.core.utility.progress_reporting.progress.Progress) Tuple[mantidimaging.core.utility.data_containers.ScalarCoR, mantidimaging.core.utility.data_containers.Degrees] [source]¶