- Nov 27, 2019
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
-
- Nov 26, 2019
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
- Nov 25, 2019
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
This makes sure we're not holding up figures (and consuming memory) unnecessarily.
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
closes #140
-
Jameson Graef Rollins authored
NO FUNCTIONAL CHANGE
-
Jameson Graef Rollins authored
limit imports of niche modules to only where they're needed also use gpstime instead of lal.gpstime, which is more widely available.
-
Jameson Graef Rollins authored
- Nov 12, 2019
-
-
Jameson Rollins authored
Improve readability of lockloss page Closes #109, #87, and #117 See merge request jameson.rollins/locklost!82
-
Improves page readability by collapsing plots with no active tag, creating larger-font thumbnails for lsc/asc plots, changing lpy ylims to their saturation threshold (and normalizing data to that threshold), moving glitch heatmaps to bottom of webpage, and changing lpy description on webpage.
-
- Nov 04, 2019
-
- Oct 21, 2019
-
-
Jameson Graef Rollins authored
no functional change
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
-
- Oct 15, 2019
-
- Oct 08, 2019
-
-
Jameson Graef Rollins authored
-
Jameson Graef Rollins authored
Makes it easier to enter search/analyze times.
- Oct 04, 2019
-
-
Jameson Graef Rollins authored
no functional change: * remove unnecessary code and imports * cleanup formatting * cleanup docstrings
-
- Oct 03, 2019
-
-
Jameson Graef Rollins authored
-
Jameson Rollins authored
Create buffer for LLO board saturation search windows Closes #109 See merge request jameson.rollins/locklost!80
-
Creates config.BOARD_SAT_BUFFER, which adds a buffer before the refined lockloss time in which to search for analog board saturations. This is provided largely as a temporary fix for the LLO site, until we can get a better refinement procedure for them. Does not change LHO's board saturation checks.
- Oct 01, 2019
-
-
Yannick Lecoeuche authored
Add convenience function for adding threshold crossing indicators to plots. thresh_crossing variable calculations are added to the followups that need it. Also move rcparams function into new plotutils module.
-
Yannick Lecoeuche authored
Creates, saves, and displays (collapsed) tag-related plots regardless of whether or not the tag thresholds have been met. Also changes analog board saturations followup to plot all analog board monitor channels rather than just those that are saturating. The checks for whether or not the tag is to be generated have been made to be more consistent across followups.
- Sep 26, 2019
-
-
Creates a function called set_rcparams in config that sets the tick mark, axis labels, legend, and title font sizes to the first argument value. Also sets chunksize for plots. Additional changes have been made to the lpy and lsc_asc to allow for uniform font sizes between followups.
-
- Sep 20, 2019
-
-
Yannick Lecoeuche authored
Checks if ADS channels go above threshold in 40 seconds before lockloss and creates a tag/plot of the relevant channels if they do. Channels work with LLO.
-
- Sep 04, 2019
-
-
This makes a simple change on line 45 from an if to an elif. The saturation followup was ignoring the ETMX L3 channel check because the else statement only applied if the channel was not one of the 16-bit channels (introduced in a recent merge). I also took the opportunity to make some changes consistent with PEP-8 styling. Closes #109
-
- Sep 03, 2019
-
-
Jameson Graef Rollins authored
should fix indentation issue
-
Yannick Lecoeuche authored
Checks set of analog board monitors for voltages exceeding +/-9.5 V around the time of lockloss, and creates a tag/plot if it does. Similar to the BRS plot, this one (by commissioner suggestion) does not show up on the website if there is no tag. Channels names have been verified at LLO, they should also have a 10V limit on their boards. Closes #59
-