Central definition of HDF5 file layout constants used throughout the package. This provides a single source of truth for the HDF5 file structure.
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"