From c136cc0df9122d316b540e2ff056613e6583515d Mon Sep 17 00:00:00 2001 From: Andrew Herzing Date: Tue, 18 Jun 2024 15:57:24 -0400 Subject: [PATCH] Fixed docstring for MaxImage tilt alignment --- tomotools/base.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/tomotools/base.py b/tomotools/base.py index e9229501..0b787a9b 100644 --- a/tomotools/base.py +++ b/tomotools/base.py @@ -611,10 +611,9 @@ def tilt_align(self, method, limit=10, delta=0.3, locs=None, nslices=20, show_pr ideal rotation. MaxImage: Perform automated determination of the tilt axis of a - TomoStack by measuring the rotation of the projected maximum image. - Maximum image is rotated positively and negatively, filtered using a - Hamming window, and the rotation angle is determined by iterative - histogram analysis + TomoStack by analyzing features in the projected maximum image. A combination + of edge detection and Hough transform analysis is used to determine the global + rotation of the stack. Args ----------