microsoft / yardl

Tooling for streaming instrument data
https://microsoft.github.io/yardl/
MIT License
30 stars 5 forks source link

Allow specifying HDF5 group path #33

Open johnstairs opened 1 year ago

johnstairs commented 1 year ago

When writing a protocol to an HDF5 file, we create a group with the protocol's name. It you wanted to store multiple experiments with the same protocol in the same file, we could have an optional path parameter that specifies the group to put the protocol in.