gwpy / gwsumm

Gravitational-wave interferometer summary information system
GNU General Public License v3.0
12 stars 23 forks source link

Make glitch rate plots have configurable range of frequencies #371

Closed eagoetz closed 1 year ago

eagoetz commented 1 year ago

Glitch rate trend plots show glitches that occur at any frequency. There is interest to make the selection of triggers over only a specific range. Seems like we could use a filter argument when calling get_triggers() https://github.com/gwpy/gwsumm/blob/77f9a9a779c214ae54c79e45d106e0f647ffd9f9/gwsumm/triggers.py#L139-L142 to constrain the trigger central frequencies

eagoetz commented 1 year ago

Looks like we can do this already in configurations, though it is sneaky using event-filter option for the tab