reillytilbury / coppafish

Python version of iss software
MIT License
4 stars 2 forks source link

Omp checkpointing + duplicate spot removal #344

Closed paulshuker closed 1 month ago

paulshuker commented 1 month ago

Checklist

paulshuker commented 1 month ago

OMP already does prepare the zarr group "results.zarr" externally in the output directory, then it is moved by the notebook page itself when it is complete. This means I can use the semi-complete results in the output directory when re-running. I had to add a "omp_last_config.pkl" to ensure that the OMP config did not change between runs. If it does, then it does not use the semi-complete results saved to disk as a safety measure.