Skip to content

Store calibration parameters in temporary zarr files and restart dask cluster (closes #56)

Klaus Zimmermann requested to merge a002160/midas:temp-zarr into master

This stores the calibration coefficients in temporary zarr files (in the run directory!) to be able to remove the large dask task graphs that describe their calculation. These temporary zarr files then serve as a file backing for future adjustment. The dask graph is cleaned by restarting the entire dask cluster.

Merge request reports