- class etspy.align.StackAligner(abc.ABC)[source]
Abstract Base class for Alignment methods.
Constructors¶
-
StackAligner(stack: TomoStack, start: int | None =
None, ...)[source] Initialize self. See help(type(self)) for accurate signature.
Methods¶
-
align(shift_method: 'interp' | 'fourier' =
'fourier') TomoStack[source] Perform stack alignment.
- abstract calculate_shifts() ndarray[source]
Calculate the alignment shifts using the selected strategy.
-
StackAligner(stack: TomoStack, start: int | None =