IPLT ex Module
The ex module forms the 2D electron crystallography processing module build on top of pretty much the rest of IPLT. It consists of several submodules: base with the essential classes, alg with more involving image or reflection-list algorithms, gui with mostly processing specific overlays, and proc with low-level and high-level Python processing scripts.
proc
High-level processing scripts and modules:
- Main 2D electron diffraction processing with iplt_diff.
gui
Graphical User Interface Overlays, for extending the functionality of the DataViewer:
base
- CreateImage?
- Lattice
- ReflectionAlgorithm?
- ReflectionIndex
- ReflectionIO
- ReflectionList
- ReflectionProxyter
- TiltGeometry?
- SpatialUnitCell
- ReciprocalUnitCell
- WeightedBin?
alg
- FourierMask?
- LatticeExtract?
- LatticeGaussianExtract
- LatticePoint?
- LatticePointList?
- LatticePointProxyter?
- LatticeSearch
- Linfit?
- PeakIntegration
- RefineLattice?
Back to modules overview
