Skip to content

Commit 29cb64a

Browse files
committed
fix: cleanup of scan data access
1 parent 0a38802 commit 29cb64a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ related:
1212

1313
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.
1414

15-
## Goal
15+
!!! Info "Goal"
1616

17-
Learn how to access the data from your scans after they have finished.
17+
Learn how to access the data from your scans after they have finished.
1818

1919
## Steps
2020

@@ -61,3 +61,5 @@ For each scan, an HDF5 file is written containing all the recorded signals and a
6161
was run. It can be found in the `File: ` entry in the scan report, both for an active scan and one obtained from the
6262
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.
6363

64+
!!! success What you have learned
65+
You have successfully accessed previous scans through `bec.history`, and know how to access the recorded data from your scans after they have finished. You can now use this data for further analysis, plotting, or custom workflows.

0 commit comments

Comments
 (0)