Skip to main content

Open-Source Phase Retrieval

Differential PhaseContrastParallax (tc-BF)ImagingIterativePtychography10 Å
  • Suite of phase retrieval algorithms, including iterative DPC, ptychograpy, and parallax (tc-BF)
  • User-friendly, object-oriented code
  dpc = py4DSTEM.process.phase.DPCReconstruction(
datacube=dataset,
energy = 300e3, # eV
).preprocess(
).reconstruct(
).visualize(
)