Skip to content

Resolve "multi-frame image file : vds looks mixed up for fscan2d ?"

Closes #3071 (closed)

When LimaAcquisitionMaster uses multiple acquisitions instead of 1 single acquisition for the entire scan, the images are divided over the different files differently.

  1. a scan of 504 points with 1 acquisition of 504 points:

    eiger_0000.h5 (100 images)

    eiger_0001.h5 (100 images)

    eiger_0002.h5 (100 images)

    eiger_0003.h5 (100 images)

    eiger_0004.h5 (100 images)

    eiger_0005.h5 (4 images)

  2. a scan of 504 points with 4 acquisitions of 126 points:

    eiger_0000.h5 (100 images)

    eiger_0001.h5 (26 images)

    eiger_0002.h5 (100 images)

    eiger_0003.h5 (26 images)

    eiger_0004.h5 (100 images)

    eiger_0005.h5 (26 images)

    eiger_0006.h5 (100 images)

    eiger_0007.h5 (26 images)

This MR adds support for the second case.

Edited by Wout De Nolf

Merge request reports