Skip to content
logo
ETSpy 1.0.1 documentation
etspy.io.get_mrc_tilts
Initializing search
    ETSpy
    ETSpy
    • Home
    • Development
    • Example Usage
      • General Information
      • Signals
      • File I/O
        • Fload
        • Fget_mrc_tilts
          • Parameters
            • pstack
            • pfilename
          • Returns
          • Return type
        • Fget_dm_tilts
        • Fparse_mdoc
        • Fload_serialem
        • Fload_serialem_series
        • Fparse_mrc_header
      • Alignment Methods
      • Reconstruction
      • Data Simulation
      • Example Datasets
      • Utilities
    • Parameters
      • pstack
      • pfilename
    • Returns
    • Return type
    etspy.io.get_mrc_tilts(stack: Signal2D | TomoStack, filename: str | Path) → ndarray | None[source]

    Extract tilts from an MRC file.

    Parameters:¶
    stack: Signal2D | TomoStack¶

    A HyperSpy or TomoStack signal

    filename: str | Path¶

    Name of MRC file from which to extract tilts

    Returns:¶

    tilts – Tilt angles extracted from MRC file (or None if not present)

    Return type:¶

    ndarray or None

    Back to top
    Previous etspy.io.load
    Next etspy.io.get_dm_tilts
    © Copyright .
    Created using Sphinx 8.0.2. and Sphinx-Immaterial