Skip to content

Adjust refine thresholds

This merge request makes 3 changes:

  • Change the window to grab data for refinement from t-60s to t-30s. Looking so far into the past appears to have problems for lower guardian states because transitioning to different states happens quickly and the indicator channel could look drastically different 60 seconds before the loss vs. 30 seconds before the loss.
  • Fix bug where the amount of time to calculate mean/stddev of indicator channels was not correct.
  • Assume the IFO is in lock up to 5 seconds before rather than 10 seconds before for the purposes of calculating mean/stddev.
Before After
. .
. .
. .

Closes #23 (closed). Closes #26 (closed).

Merge request reports