Skip to content
logo
ETSpy 1.1.1 documentation
etspy.base.RecStack.interactive_rotation
Initializing search
    ETSpy
    ETSpy
    • Home
    • Development
    • Example Usage
      • General Information
      • Signals
        • CTomoStack
        • CRecStack
          • Constructors
          • Methods
            • Mforward_project
            • Mplot_slices
            • Minteractive_rotation
              • Parameters
                • pslices
            • Mrotate_volume
        • CCommonStack
        • CTomoShifts
        • CTomoTilts
        • MismatchedTiltError
      • File I/O
      • Alignment Methods
      • Reconstruction
      • Data Simulation
      • Example Datasets
      • Utilities
    • Parameters
      • pslices
    etspy.base.RecStack.interactive_rotation(slices: list | ndarray | None = None, order: int = 3, figsize: tuple | None = (10, 4))[source]

    Interactively determine 3D rotation angles for RecStack.

    Parameters:¶
    slices : list or numpy.ndarray¶

    Indices of slices to plot. If None (default), the central slice along each dimension is used.

    Back to top
    Previous etspy.base.RecStack.plot_slices
    Next etspy.base.RecStack.rotate_volume
    © Copyright .
    Created using Sphinx 8.0.2. and Sphinx-Immaterial