ATTPC / Spyral

A Python analysis library for AT-TPC data
GNU General Public License v3.0
2 stars 2 forks source link

Workspace management #4

Closed gwm17 closed 1 year ago

gwm17 commented 1 year ago

It would be good to have a workspace manager object which checks that the inputed paths are viable, creates directories, handles filenames, etc. Probably use pathlib? Maybe there is a better utility?

gwm17 commented 1 year ago

Implemented and tested.