Skip to content

Commit

Permalink
Fixed docstring for MaxImage tilt alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewHerzing committed Jun 18, 2024
1 parent d3484eb commit c136cc0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tomotools/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------
Expand Down

0 comments on commit c136cc0

Please sign in to comment.