Skip to content

Adding gating plot to statistical checks

Arianna Renzini requested to merge add_gate_plot into master

Added a plot in statistical checks that quantifies the amount of gating carried out in the two IFOs in the analysis. Result looks something like this:

download-8

A few changes were required to get this working correctly;

  • baseline: moved the gate saving to the main file and not the psd_csd file; @max.lalleman watch out! (I know you had it this way around and I asked you to change it, sorry, my bad)
  • pygwb_combine: added the gate info unpacking; the gates are then stored in the delta_sigma_cut combined file
  • statistical_checks: added the plotting method.

This is a useful tool for Stochmon, so high priority.

Merge request reports