Skip to content

Split HDF5-NX file by z-series

Pierre Paleo requested to merge zsplit into master

This MR adds a tool (nabu-zsplit) to split a HDF5-Nexus file by different "Z" values.

Currently, nabu does not handle reconstruction of "z-series", i.e data volume with different values of "z".
The temporary solution is to split the original data volume into separate values of "z" and reconstruct each subvolume separately.

Merge request reports