- Jun 19, 2020
-
-
Jameson Rollins authored
-
Jameson Rollins authored
Check and tag if Observatory mode is Commissioning or Maintenance Closes #109 and #121 See merge request !95
-
-
- May 07, 2020
-
-
Jameson Rollins authored
Split up refine_time into two functions so the calculation can be called separately Closes #159 See merge request !97
-
This is mainly a copy/paste to split the refine.py function refine_time into two functions: * find_transition: Takes an input of the time window and dictionary containing information about the channel needed for refinement (channel, std, min); then outputs the threshold used and refined time. * refine_time: Does the job of the old refine_time function but calls new find_transition function to do the actual refinement calculation. The reason for this change is that in the future I would like add a plugin to look at speed or order of light falling off PDs. This plugin could then call the function refine_calculate rather than copy/pasting refinement code. Only change made to logic is on lines 58-60, where now if the refinement has already been done, the previously refined time will be used to center the search window rather than the transition_gps. This will not make a difference for the normal refinement but should speed up future plugins that use the refinement calculation as the search window could be smaller. Closes #159
-
- Apr 07, 2020
-
-
Jameson Rollins authored
until issues resolved
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
Mostly PEP8, and drop use of LAL, but also fix some issues with directory creation.
-
Jameson Rollins authored
-
- Apr 06, 2020
-
-
Jameson Rollins authored
Seismic dev branch See merge request !89
-
Expand SEISMIC tag into separate tags indicated elevated noise in the separate EARTHQUAKE, ANTHROPOGENIC, and MICROSEISMIC bands; include plots for all bands.
-
- Mar 06, 2020
-
-
Jameson Rollins authored
Adding lockloss summary plots to webpages Creates a new webpage with link (in green) located below the github links. Adds a module (locklost/summary.py) that collects data from EVENT_ROOT and creates/saves histogram plots based on this data. These plots are saved to a directory (events/summary_plots), which is further subdivided into directories for plots derived from locklosses in the prior week, month, and over the entire run (ex: events/summary_plots/Month). The ability to run the summary module from the command line is added to locklost/__main__.py, and the summary plot template is added as locklost/web/templates/summary.tpl. See merge request !93
-
Closes #109 (closed)
-
- Feb 03, 2020
-
-
Jameson Rollins authored
Tag locklosses that occur while SEI_BS is transitioning Closes #149 See merge request !92
-
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 !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 !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
-