Skip to content

writer: Fix lima ROI names containing underscore

Valentin Valls requested to merge fix-roi-names-with-underscore into master

Closes #3482 (closed)

This PR fix a part of the nexus writer parsing to properly handle Lima ROI names containing _.

  • Previously a ROI like roi_1_sum was stored in the HDF5 file as roi/1_sum
  • Now as roi_1/sum

I suggest to backport the fix to 1.10.

Edited by Valentin Valls

Merge request reports