Skip to content

Add frames_per_file argument to tiling sequence

Thomas Vincent requested to merge tiling-frames-per-file into master

This MR adds an argument to set the max number of frames per file for the tiling scans in the tiling sequence.

@muzelle I tried to do it in a ScanPreset prepare/stop but it didn't worked, but thanks for the suggestion and explanations! I also tried to only put scan.run() inside the with save_nframes_per_file(...): block, but same it does not work.

Merge request reports