logo
ETSpy 1.1.1 documentation
etspy.align.StackAligner
Initializing search
    ETSpy
    ETSpy
    • Home
    • Development
    • Example Usage
      • General Information
      • Signals
      • File I/O
      • Alignment Methods
      • Reconstruction
      • Data Simulation
      • Example Datasets
      • Utilities
    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.

    Back to top
    © Copyright .
    Created using Sphinx 8.0.2. and Sphinx-Immaterial