Skip to content

tomo migration to bliss2

Clemence Muzelle requested to merge bliss2 into master
  • Reworked test fixture for BLISS 1.11 and 2
  • Reworked some code for compatibity with BLISS 1.11 and 2
    • Some module dont have the same location
    • Fetching image data have to be specific for bliss with and without blissdata
    • Some hdf5 fields are not the same, or are missing between bliss 1 and 2
    • Fixed deadlock on tiling sequence (the same dict can't be reused between the sequence and the sub scans)
    • Fixed numpy dtype used by sinogram (scan channel dtype are stricter with blissdata)
    • image_runner was updated with prepare_once=False, start_once=False, sounds like it also work in BLISS 1.11
  • Black the align module
  • Plus some clean up
Edited by Valentin Valls

Merge request reports