DiamondLightSource / PySIMRecon

Easy to use wrapper for pyCUDAsirecon, allowing the use of DV files without PRIISM
GNU General Public License v3.0
0 stars 1 forks source link

Rethink temporary file handling #4

Open thomasmfish opened 3 weeks ago

thomasmfish commented 3 weeks ago

Look into using local temp directories (e.g. /tmp) for temp files, then maybe copying them somewhere if they should be kept?

This might mean changing the cleanup arguments to some kind of processing_directory and/or keep_processing argument that if not set defaults to using temp directories and is then deleted?