Skip to content

Commit 0a38802

Browse files
committed
refactor: cleanup data access tutorial
1 parent 61306d1 commit 0a38802

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

docs/getting-started/next-steps/access-scan-data.md

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
---
2+
related:
3+
- title: File writing
4+
url: learn/file-writer/where-files-are-written.md
5+
- title: Open BEC HDF5 files with h5py
6+
url: how-to/scans/open-bec-hdf5-files-with-h5py.md
7+
- title: Open BEC HDF5 files with silx
8+
url: how-to/scans/open-bec-hdf5-files-with-silx.md
9+
---
10+
111
# Access Scan Data
212

313
A guide to accessing scan data after acquisition. This guide assumes you are comfortable with [running a simple scan](../quick-start/04-run-your-first-scan.md){ data-preview } and observing the live data.
@@ -49,10 +59,5 @@ recorded series for later plotting, fitting, or custom analysis workflows.
4959

5060
For each scan, an HDF5 file is written containing all the recorded signals and additional metadata about the scan which
5161
was run. It can be found in the `File: ` entry in the scan report, both for an active scan and one obtained from the
52-
history. You can open this file with your preferred HDF5 viewer.
53-
<!-- TODO: link to HDF5 viewer instructions -->
54-
55-
56-
## Related pages
62+
history. You can open this file with your preferred HDF5 viewer, or with `h5py` in Python. For an introduction to working with the BEC HDF5 file structure, see [Open BEC HDF5 files with h5py](../../how-to/scans/open-bec-hdf5-files-with-h5py.md){ data-preview } and [Open BEC HDF5 files with silx](../../how-to/scans/open-bec-hdf5-files-with-silx.md){ data-preview } for a GUI-based approach.
5763

58-
[Where files are written](../../learn/file-writer/where-files-are-written.md){ data-preview }

0 commit comments

Comments
 (0)