Skip to content

Darkside WAV File Reader

Jolie Roiseux requested to merge feature/ds-wav-reader into develop

Context

Read 2 types of WAV files used for DarkSide filter/pulse finding testing.

Summary

  • Read WAV files (for FBK and LFoundry data) in WavFile class.
  • Although there are 2 channels, we only need to use 1 of them, so the datasource is updated in the RunManager.
  • For FBK data, the first channel contains the signal to save to Waveforms, for LFoundry data, the second channel contains the signal.

Note: Pulse Finding algorithms will still need to be created for these types of data.

How was this tested?

Using experiments/ds-wav.json with the correct data files (contact me for links to data).

Merge request reports