AntialiasAperture#
- class abtem.antialias.AntialiasAperture[source]#
Bases:
HasGrid2DMixin,CopyMixin,EqualityMixinMethods
__init__()bandlimit(x[, in_place])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.
- Return type:
Self
- property extent: tuple[float, float] | None#
Extent of grid for each dimension in Ångstrom.
- property gpts: tuple[int, int] | None#
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, float]#
Reciprocal-space sampling in reciprocal Ångstrom.
- property sampling: tuple[float, float] | None#
Grid sampling for each dimension in Ångstrom per grid point.