AntialiasAperture#
- class abtem.antialias.AntialiasAperture[source]#
Bases:
HasGridMixin
,CopyMixin
,EqualityMixin
Methods
__init__
()bandlimit
(x[, in_place])- rtype:
copy
()Make a copy.
get_array
(x)match_grid
(other[, check_match])Match the grid to another object with a Grid.
Attributes
Extent of grid for each dimension in Ångstrom.
Number of grid points for each dimension.
Simulation grid.
Reciprocal-space sampling in reciprocal Ångstrom.
Grid sampling for each dimension in Ångstrom per grid point.
- copy()#
Make a copy.
- property extent: tuple[float] | tuple[float, float] | tuple[float, ...]#
Extent of grid for each dimension in Ångstrom.
- property gpts: tuple[int] | tuple[int, int] | tuple[int, ...]#
Number of grid points for each dimension.
- property grid: Grid#
Simulation grid.
- match_grid(other, check_match=False)#
Match the grid to another object with a Grid.
- property reciprocal_space_sampling: tuple[float] | tuple[float, float] | tuple[float, ...]#
Reciprocal-space sampling in reciprocal Ångstrom.
- property sampling: tuple[float] | tuple[float, float] | tuple[float, ...]#
Grid sampling for each dimension in Ångstrom per grid point.