- Feb 03, 2020
-
-
Checks three seconds before lockloss to see if SEI_BS was in the transitional state (-19), and tags it if that is the case. I have been assured by Jim that the SEI_BS Guardian has not been changed in several years and will not be changed in a way that would alter the -19 designation. If this is still a concern I can request the state to be assigned a permanent number. Skips if IFO == LLO because, as far as I know, they are not having the same BS stage 2 transition locklosses that we are. Closes #149
-
- Jan 24, 2020
-
-
Jameson Rollins authored
CondorError exception doesn't exit, use RuntimeError instead.
-
Jameson Rollins authored
Cleanup BRS glitch code See merge request jameson.rollins/locklost!88
-
After the string of rebases/messy reverts/etc on my local repository, there were some artifacts leftover in the recently merged code (which checks if a BRS is in use before analyzing it for glitches). This should fix those issues by: * Removing the variable print/second collapsible plot on the website * Creating a title for the BRS section if no BRSs are being used * Fix channel name creation * Delete state channel after use (so it isn't checked with BRS values)
-
- Jan 23, 2020
-
-
Jameson Rollins authored
Add lpy coefficients for OM's, RM's, ZM's Closes #130 See merge request jameson.rollins/locklost!90
-
-
- Jan 10, 2020
-
- Jan 09, 2020
-
-
Jameson Rollins authored
Also add some additional tests.
-
- Jan 08, 2020
-
-
Jameson Rollins authored
* move online_status into main * remove unnecessary event_summary function * remove other superfulous code
-
Jameson Rollins authored
-
Jameson Rollins authored
to unify how events are generated from query
-
Jameson Rollins authored
since that's the only place it's needed.
-
Jameson Rollins authored
and drop query_to_str conversion function
-
Jameson Rollins authored
This extends the default query limit to the json output as well. Also clean up the query parsing a bit.
-
Jameson Rollins authored
-
- Dec 30, 2019
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
- Dec 23, 2019
-
-
Jameson Rollins authored
The low-latency /dev/shm frames don't have all the data, and we're not checking that the plugins are only using data available in the low-latency frames, so don't ok analysis based on the presence of those frames, and instead wait for the full frames on disk. This should help prevent some data missing errors.
- Dec 19, 2019
-
-
Jameson Rollins authored
* move config to config module (so it's more easily available elsewhere) * properly map station and axis
-
Jameson Rollins authored
remove unused variables and rearrange
-
- Dec 18, 2019
-
-
Jameson Rollins authored
use as_dict keyword arg
-
Jameson Rollins authored
See merge request jameson.rollins/locklost!83
-
Checks what seismic configuration the IFO is in before adding tag/making plots. In its current configuration, it will not create a BRS plot if the BRS was not being used (and outputs a line on the webpage saying as much). closes #127
- Dec 11, 2019
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
and use where needed.
-
Jameson Rollins authored