Extract peaks
Adds functions to extract peaks from raw traces and save them as processed data (h5 xarray dataset), by default in usr/processed_runs folder. Adds function to load the processed data.
- These functions can be used by damnit to process runs as they are created.
- Currently, the loading of the processed data is done with the function
load_processed_peaks(), but this could be integrated into theloadfunction. However, it will require even more arguments to theloadfunction which has already a lot.
Edited by Laurent Mercadier