Skip to content

Improve Atlaspix Readout

Jens Kroeger requested to merge improve_atlaspix_readout into master

This MR contains 2 changes in ATLASPixDevice:

  • moving the disk.flush statement only into the exit DAQ thread significantly reduces the number of times BUSY_ASSERTED occurs. During this time the buffer is full and data is lost.
  • add reset() at the end of configure(). This has shown to significantly reduce the noise level. Reason not understood.

Please merge after !52 (merged).

Merge request reports