Commit 4f03f5bb authored by Federico Vaga's avatar Federico Vaga

tst: show all data on ditigal noise detection

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>
parent a20ffc91
......@@ -44,7 +44,7 @@ def digital_noise_report(buf, index, chan_err):
samp,
prev,
samp)
subset = buf.contents.data[index * 4:(index+100) * 4]
subset = buf.contents.data[:buf.contents.nsamples * 4]
message += str(subset)
digital_noise_plot(subset, index, chan_err)
return message
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment