Skip to content

Improve volumes - for z-stitching

payno requested to merge improve_volumes into master

TODO

  • make sure all the metadata are available for the different type
  • check if nabu is correctly saving metadata for file format other than HDF5
  • add test for position and pixel_size getter and setter
  • add util function to concatenate volume

NOTES

add util function to concatenate volume

this feature is done by the tomoscan.utils.volume.concatenate. It only handle raw concatenation of both the data and the metadata. It works for all volumes. But only avoid data duplication for HDF5. Which is the first target. The first usage of it is for distributing post-processing stitching from nabu.

Edited by payno

Merge request reports