bobleesj commited on
Commit
d9af49d
·
verified ·
1 Parent(s): 6d4a3cf

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +10 -10
README.md CHANGED
@@ -38,16 +38,16 @@ Show2D(load("arina_bf_128x128"))
38
 
39
  ## Folder Structure
40
 
41
- Mirrors the [quantem](https://github.com/electronmicroscopy/quantem) module structure:
42
-
43
- | Folder | quantem module | Data types | Widget |
44
- |--------|---------------|------------|--------|
45
- | `diffraction/` | `quantem.diffraction` | 4D-STEM, CBED, single DPs | Show4DSTEM, Show4D, Show2D |
46
- | `diffractive_imaging/` | `quantem.diffractive_imaging` | Ptychography reconstructions | ShowComplex2D |
47
- | `imaging/` | `quantem.imaging` | HRTEM, BF/DF, virtual images | Show2D, Show3D, Mark2D |
48
- | `spectroscopy/` | `quantem.spectroscopy` | EELS, EDX spectra | Show1D |
49
- | `tomography/` | `quantem.tomography` | Tilt series, 3D volumes | Show3DVolume, Show3D |
50
- | `raw/` | — | Original instrument files | — |
51
 
52
  ## Metadata
53
 
 
38
 
39
  ## Folder Structure
40
 
41
+ | Folder | Data type | quantem.widget |
42
+ |--------|-----------|----------------|
43
+ | `4dstem/` | 4D-STEM diffraction | Show4DSTEM, Show4D |
44
+ | `hrtem/` | High-resolution TEM | Show2D, Mark2D |
45
+ | `eels/` | Electron energy loss | Show1D |
46
+ | `tomo/` | Tomography | Show3DVolume |
47
+ | `diffraction/` | Diffraction patterns | Show2D |
48
+ | `image/` | Virtual/derived images | Show2D, Mark2D |
49
+ | `complex/` | Ptychography | ShowComplex2D |
50
+ | `raw/` | Original instrument files | — |
51
 
52
  ## Metadata
53