Skip to content
logo
ETSpy 1.0.1 documentation
etspy.utils.multiaverage
Initializing search
    ETSpy
    ETSpy
    • Home
    • Development
    • Example Usage
      • General Information
      • Signals
      • File I/O
      • Alignment Methods
      • Reconstruction
      • Data Simulation
      • Example Datasets
      • Utilities
        • Fmultiaverage
          • Parameters
            • pstack
            • pnframes
            • pny
            • pnx
          • Returns
          • Return type
        • Fregister_serialem_stack
        • Fweight_stack
        • Fcalc_est_angles
        • Fcalc_golden_ratio_angles
        • Fget_radial_mask
        • Ffilter_stack
    • Parameters
      • pstack
      • pnframes
      • pny
      • pnx
    • Returns
    • Return type
    etspy.utils.multiaverage(stack: ndarray, nframes: int, ny: int, nx: int) → ndarray[source]

    Register a multi-frame series collected by SerialEM.

    Parameters:¶
    stack: ndarray¶

    Array of shape [nframes, ny, nx].

    nframes: int¶

    Number of frames per tilt.

    ny: int¶

    Pixels in y-dimension.

    nx: int¶

    Pixels in x-dimension.

    Returns:¶

    average – Average of all frames at given tilt

    Return type:¶

    ndarray

    Back to top
    Previous etspy.datasets.get_catalyst_data
    Next etspy.utils.register_serialem_stack
    © Copyright .
    Created using Sphinx 8.0.2. and Sphinx-Immaterial