pyAPIC.core.parameters module

class pyAPIC.core.parameters.ReconParams(reconstruct_aberration: bool = False, stitch_method: str = 'average')[source]

Bases: object

Parameters for phase reconstruction.

reconstruct_aberration

Whether to perform aberration reconstruction.

Type:

bool

stitch_method

Method used to stitch the Fourier patches (“average” or “nearest”).

Type:

str

reconstruct_aberration: bool = False
stitch_method: str = 'average'