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

A named list of character strings containing HDF5 path templates.

Value

A named list with HDF5 path constants.

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"