Skip to content

Improve spectrogram generation and add whitened data plot

Colm Talbot requested to merge improve-data-plotting into master

I took a stab at improving the quality of the spectrogram plots we make as they are pretty uninformative currently.

We now plot an over-resolved whitened version, which I think is more similar to what we're used to looking at.

I also added a new plot of the whitened data in each of the interferometers so we can do at-a-glance whitening diagnoses.

Here are the plots for the gracedb example in the repository. The signal is now visible in the zoomed-in spectrogram.

H1_G298936_data0_1187529256-5179033_generation_D4_data

H1_G298936_data0_1187529256-5179033_generation_D128_data

H1_G298936_data0_1187529256-5179033_generation_whitened_data

L1_G298936_data0_1187529256-5179033_generation_D4_data

L1_G298936_data0_1187529256-5179033_generation_D128_data

L1_G298936_data0_1187529256-5179033_generation_whitened_data

Merge request reports