Skip to content

Porting v0.6

Enrico Gamberini requested to merge porting-v0.6 into master

Hi!

As usual I tried to port the new features to FASER, but I need you to test that functionalities are intact.

Main changes include renaming of modules and daqinterface:

  • FileDataWriter -> FileWriter
  • daqinterface -> daqpy

I tried to change the names in all their occurrences (but you should double-check this)

Another change is the connection channel numbering: from now on the channel id starts from 0 instead of 1. I also tried to modify the occurrences in configurations and modules (needs double-check)

@cantel the InfluxDB database for metrics has been renamed from DAQmetrics to DAQlingMetrics

FileWriter now includes the run number in the file name.

I think that's it for now.

Cheers,

Enrico

Edited by Brian Petersen

Merge request reports