Skip to content

DAC scan implementation

Camilla Galloni requested to merge feature/calib-dac-scan into develop

Description

This merge request aims at the possibility of taking DAC scans. The rpc function was modified in order to change the output format of the scan to a map instead of a complicated vector. And the scan functionality has been implemented in the AMCManager, with the default scans passed from the Web interface of the Calibration suite. Instructions are updated.

Related Issue

How Has This Been Tested?

Output files with the OH number, DAC register name, VFAT number, dac scan point and value are created. For the coffin setup is :/afs/cern.ch/work/c/cgalloni/public/dac_scan/Scan_output.txt.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Merge request reports