AntialiasAperture#

class abtem.antialias.AntialiasAperture[source]#

Bases: HasGrid2DMixin, CopyMixin, EqualityMixin

__init__()[source]#

Methods

__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

Extent of grid for each dimension in Ångstrom.

gpts

Number of grid points for each dimension.

grid

Simulation grid.

reciprocal_space_sampling

Reciprocal-space sampling in reciprocal Ångstrom.

sampling

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.