Closed philipstarkey closed 5 years ago
Original comment by Chris Billington (Bitbucket: cbillington, GitHub: chrisjbillington).
This is a change already implemented in the Spielman fork of runmananger, which I'm planning on merging in to the mainline soon.
It's based on an incrementing integer (which I also like) rather than using the timestamp, but is otherwise much the same.
We might support both methods, but I think a single folder per sequence is pretty clearly superior, so if others agree about this it will probably just replace the current way things work.
Original comment by Russell Anderson (Bitbucket: rpanderson, GitHub: rpanderson).
Resolved by pull request #30.
Original report (archived issue) by Jan Werkmann (Bitbucket: PhyNerd, GitHub: PhyNerd).
In our lab we commonly run a series of a few hundred shots, then tweak a few globals and run that series again. This generates a lot of h5 Files and since not all series workout, we sometimes want to delete a whole series in bundle. Currently this is quite cumbersome since we need to finde the files, that belong to one shot in the many hundreds of files generated that day.
I propose creating a new Folder each time engage is clicked by changing the make_h5_files function in the following way: