Skip to contents

Central definition of HDF5 file layout constants used throughout the package. This provides a single source of truth for the HDF5 file structure.

Usage

H5_PATHS

Format

An object of class list of length 21.

Examples

# Access constants
H5_PATHS$SCANS_GROUP  # "/scans"
#> [1] "/scans"
sprintf(H5_PATHS$CLUSTER_DSET_TPL, "run1", 5)  # "/scans/run1/clusters/cluster_5"
#> [1] "/scans/run1/clusters/cluster_5"