Skip to content

Config handling

Michael Daas requested to merge config_handling into development

This MR changes how the user interacts with BDAQ53!

Every scan is now producing an output config file in the output directory, and every consecutive scan will load the configuration of the previous scan by default.

Internally, this MR improves how scan parameters are handled in scan base. This should make actual meta scans without using a meta_scan_base possible. This is a first step to deprecating meta_scan_base.py.

Also, this finally moves the TLU and TDC configuration to testbench.yaml.

This addresses and closes issues #112 (closed), #205 (closed), #214 (closed), #223 (closed)

still TODO:

Edited by Michael Daas

Merge request reports