File size: 1,441 Bytes
1727504 a3b9716 1727504 a3b9716 1727504 a3b9716 1727504 a3b9716 1727504 a3b9716 1727504 a3b9716 1295303 1727504 a3b9716 1295303 1727504 a3b9716 1727504 d9af49d 1727504 a3b9716 1727504 a3b9716 1727504 a3b9716 1727504 a3b9716 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 | ---
license: cc-by-4.0
task_categories:
- image-classification
- image-segmentation
tags:
- electron-microscopy
- 4D-STEM
- materials-science
- quantem
pretty_name: quantem-data
size_categories:
- 1K<n<10K
---
# quantem-data
Real electron microscopy datasets for [quantem.widget](https://github.com/bobleesj/quantem.widget) and [quantem](https://github.com/electronmicroscopy/quantem).
## Install
```bash
pip install quantem-data
```
## Quick Start
```python
from quantem.data import load
from quantem.widget import Show4DSTEM, Show2D
# 4D-STEM dataset (9 MB, cached locally)
Show4DSTEM(load("srtio3_lamella"), scan_shape=(32, 32))
# Bright-field image
Show2D(load("srtio3_bf"))
```
## Folder Structure
| Folder | Data type | quantem.widget |
|--------|-----------|----------------|
| `4dstem/` | 4D-STEM diffraction | Show4DSTEM, Show4D |
| `hrtem/` | High-resolution TEM | Show2D, Mark2D |
| `eels/` | Electron energy loss | Show1D |
| `tomo/` | Tomography | Show3DVolume |
| `diffraction/` | Diffraction patterns | Show2D |
| `image/` | Virtual/derived images | Show2D, Mark2D |
| `complex/` | Ptychography | ShowComplex2D |
| `raw/` | Original instrument files | — |
## Metadata
Every `.npy` file has a paired `.json` sidecar with structured metadata (schema, shape, attribution, calibration).
## Contributing
Upload via Python API or CLI. See [quantem.data docs](https://github.com/bobleesj/quantem.data).
|