-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Save eiger metadata as a yaml string
Because the numpy frame-cache format does not yet support nested metadata structures, we cannot save nested metadata as a frame-cache without causing errors. We have some potential solutions to support nested metadata on the horizon. Until that time, let's store the eiger stream metadata as a yaml string, so that sparse arrays can actually be created from it. The metadata is still present, it is just in the form of a yaml string. Signed-off-by: Patrick Avery <[email protected]>
- Loading branch information
Showing
1 changed file
with
17 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters