File size: 2,912 Bytes
1727504
79d40fa
1727504
 
a3b9716
1727504
 
a3b9716
1727504
 
 
 
79d40fa
 
 
1727504
79d40fa
 
 
30d14c8
 
 
79d40fa
30d14c8
79d40fa
30d14c8
 
b617ca2
 
 
 
 
 
 
 
 
 
 
 
7c1c6ea
79d40fa
 
 
 
7c1c6ea
 
 
79d40fa
 
 
 
8baf809
 
7c1c6ea
8baf809
 
 
 
 
 
7c1c6ea
8baf809
7c1c6ea
79d40fa
1727504
79d40fa
 
 
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
60
61
62
63
64
65
66
67
68
69
---
license: mit
tags:
  - electron-microscopy
  - 4D-STEM
  - materials-science
  - quantem
pretty_name: quantem-data
---

# quantem-data

Reference electron-microscopy datasets (gold 4D-STEM and HAADF) for browsing
and learning with [quantem.widget](https://github.com/bobleesj/quantem.widget).
This repo just hosts the data — all instructions live in one place:

**How to download and use this data:** follow the
[Download data tutorial](https://bobleesj.github.io/quantem.widget/tutorials/download_data.html)
in the quantem.widget docs. One call per dataset:

```python
from quantem.widget import Show4DSTEM
from quantem.widget.datasets import show4dstem_gold

Show4DSTEM(show4dstem_gold())
```

Layout — two trees:

- **`widget-tutorials/<widget>/<dataset>/<size>/`** — baseline tutorial
  bundles for the core widgets (`show1d/`, `show4dstem/`, `showfolder/`;
  data shared by Show2D and Show3D lives under `shared/`). These back the
  one-call loaders in `quantem.widget.datasets` and the Colab workshops.
  Baseline tutorials only — real work uses your own data.
- **`4dstem/`, `haadf/`** — full-size originals (Arina h5, Velox EMD) for
  power users.

Every NumPy bundle ships a `meta.json` (shape, dtype, sampling, units,
optics) next to `data.npy`.

Workshop notebooks (Google Colab, no local install):
[Show4DSTEM demo](https://colab.research.google.com/gist/bobleesj/54864ce5b2a6f0a4fd5ae1e5d5719b45/show4dstem_colab.ipynb)
·
[Workshop v1](https://colab.research.google.com/gist/bobleesj/a05a90185c6cddbb331342cae6d7e9c1/berk_workshop_v1.ipynb)

## Acquisition parameters

The 20260423 drift session's optics are **confirmed via the session's own
HAADF EMD** (`AccelerationVoltage`, `BeamConvergence`, `CameraLength`).
4D-STEM `scan_sampling` is an **operator pattern from a sibling SSB session**
— the drift acquisition itself was never per-file calibrated.

| dataset | voltage | probe | CL | scan | scan sampling | det pitch | mag |
|---|---|---|---|---|---|---|---|
| `haadf/gold_haadf_npy` | 300 kV ✓ | 30 mrad ✓ | 91 mm ✓ | 4096² image | 0.0186 nm/px | n/a | FOV 76.2 nm |
| `4dstem/gold_512_npy_bin8` | 300 kV ✓ | 30 mrad ✓ | 91 mm ✓ | 512² | 0.5 Å (op) | 3.68 mrad/px | unknown |
| `4dstem/gold_512_npy_bin4` | 300 kV ✓ | 30 mrad ✓ | 91 mm ✓ | 512² | 0.5 Å (op) | 1.84 mrad/px | unknown |
| `4dstem/gold_512` | 300 kV ✓ | 30 mrad ✓ | 91 mm ✓ | 512² | 0.5 Å (op) | 0.46 mrad/px | unknown |
| `4dstem/gold_30mrad1.3mx04``09` | 300 kV | 30 mrad | 91 mm | smaller | (session yaml) | 0.46 mrad/px | 1.3 Mx |
| `haadf/gold_haadf.emd` | 300 kV ✓ | 30 mrad ✓ | 91 mm ✓ | 4096² image | 0.0186 nm/px | n/a | FOV 76.2 nm |

✓ = confirmed via EMD/yaml. `(op)` = operator pattern, not file-certified.

## License

MIT — free to use for anything. Citing
[quantem.widget](https://github.com/bobleesj/quantem.widget) in publications
is appreciated.