meta: enrich gold_haadf_npy/meta.json with corrected voltage 300 kV, probe, CL, source
Browse files
haadf/gold_haadf_npy/meta.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "gold_haadf_npy",
|
| 3 |
+
"shape": [
|
| 4 |
+
4096,
|
| 5 |
+
4096
|
| 6 |
+
],
|
| 7 |
+
"dtype": "uint16",
|
| 8 |
+
"sampling": [
|
| 9 |
+
0.01860689462227566,
|
| 10 |
+
0.01860689462227566
|
| 11 |
+
],
|
| 12 |
+
"units": [
|
| 13 |
+
"nm",
|
| 14 |
+
"nm"
|
| 15 |
+
],
|
| 16 |
+
"voltage_kV": 300,
|
| 17 |
+
"probe_semiangle_mrad": 30,
|
| 18 |
+
"camera_length_mm": 91,
|
| 19 |
+
"fov_nm": [
|
| 20 |
+
76.2,
|
| 21 |
+
76.2
|
| 22 |
+
],
|
| 23 |
+
"detector": "HAADF (Thermo Velox)",
|
| 24 |
+
"source": "Thermo Velox EMD haadf/gold_haadf.emd (optics from BinaryResult + Optics groups)",
|
| 25 |
+
"purpose": "workshop / Colab demo - npy, no Velox parser needed",
|
| 26 |
+
"mag_MX": null,
|
| 27 |
+
"rotation_deg": 0.0
|
| 28 |
+
}
|