- 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
-
Jameson Rollins authored
-
Jameson Rollins authored
Allow for multiple states, range of states to be queried Closes #109 and #113 See merge request jameson.rollins/locklost!81
-
Changes the state query to be a string and filters it for whether or not it has '-' or ',' characters. Will take queries in the forms "x-y", "x, y, ...", and "x-y,z,..." (the last having no spaces between entries) and filter appropriately. Closes #113
-
Jameson Rollins authored
Add IFO-specific 20-bit DAC suspension channels Closes #109 and #136 See merge request jameson.rollins/locklost!85
-
Recently it was realized that the 4x output reduction on ETMX L3 channels that we perform for LHO does not apply for LLO, and that LLO has its own 20-bit channels that need reduction (ETMY L3 channels). Site-specific 20-bit channels have been designated, as well as dates when those 20-bit DAC switches were implemented.
-
Jameson Rollins authored
Change seismic thresholds at LHO/LLO Closes #109 and #133 See merge request jameson.rollins/locklost!86
-
Simple change, changes LHO seismic tag threshold from 40 to 300 and the LLO threshold from 500 to 600. These numbers are approximate, the result of discussion between Arnaud and Sheila. Closes #133
-
Jameson Rollins authored
Data discovery function See merge request jameson.rollins/locklost!87
-
- Dec 06, 2019
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
SEI search window longer than regular data discovery
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
to check if data available, and wait for availability
-
- Dec 04, 2019
-