BaseSMatrix
===========

.. currentmodule:: abtem.prism.s_matrix

.. autoclass:: abtem.prism.s_matrix.BaseSMatrix
   :members:
   :show-inheritance:
   :inherited-members:

   
   .. automethod:: __init__

   
   .. rubric:: Methods

   .. autosummary::
   
      ~BaseSMatrix.__init__
      ~BaseSMatrix.dummy_probes
      ~BaseSMatrix.match_grid
   
   

   
   
   .. rubric:: Attributes

   .. autosummary::
   
      ~BaseSMatrix.accelerator
      ~BaseSMatrix.angular_sampling
      ~BaseSMatrix.antialias_cutoff_gpts
      ~BaseSMatrix.antialias_valid_gpts
      ~BaseSMatrix.base_axes_metadata
      ~BaseSMatrix.cutoff_angles
      ~BaseSMatrix.device
      ~BaseSMatrix.dtype
      ~BaseSMatrix.energy
      ~BaseSMatrix.extent
      ~BaseSMatrix.full_cutoff_angles
      ~BaseSMatrix.gpts
      ~BaseSMatrix.grid
      ~BaseSMatrix.interpolation
      ~BaseSMatrix.metadata
      ~BaseSMatrix.reciprocal_space_axes_metadata
      ~BaseSMatrix.reciprocal_space_sampling
      ~BaseSMatrix.rectangle_cutoff_angles
      ~BaseSMatrix.sampling
      ~BaseSMatrix.semiangle_cutoff
      ~BaseSMatrix.wave_vectors
      ~BaseSMatrix.wavelength
      ~BaseSMatrix.window_extent
      ~BaseSMatrix.window_gpts
      ~BaseSMatrix.ensemble_axes_metadata
      ~BaseSMatrix.ensemble_shape
   
   