- 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
-
Jameson Rollins authored
if the specified event is not know, as search around the specified event time will be executed, and the analyze will proceed if the event is found.
-
Jameson Rollins authored
swap ordering of (index, name) tuples, for easier mapping. Also eliminate some unneeded code.
-
Jameson Rollins authored
-
Jameson Rollins authored
now data_available() and data_wait()
-
Jameson Rollins authored
with a descriptive docstring.
-
Jameson Rollins authored
turn path() and url() properties into full methods that now include functionality of gen_path() and gen_url(), and then drop those two methods.
- Dec 09, 2019
-
-
Jameson Rollins authored
-