WIP: Fix file handling
This MR fixes some bugs and brings several enhancements according to output file handling.
A new output folder structure was implemented, creating a subdirectory in the output_data
directory for each chip ID. Output files now have a run number instead of a timestamp in the file name.
Scans now load the configuration of the previous scan by default. If there is no previous run in the output directory, a default configuration defined in /scans/configuration.yaml
is used.
- Addresses #112 (closed), #117 (closed), #164 (closed), #165 (closed) and #188 (closed)
- Preparation for solving #184 (closed)
- Correct path to artifacts from hardware runner
- Fix numerous undocumented bugs with log file handling
- Fix an undocumented bug where
VCAL_HIGH
was never saved in the run config - Nicer order of parameters in the output pdf
- Add logo to parameter page in output pdf
Edited by David-Leon Pohl