Add frames_per_file argument to tiling sequence
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.