Skip to content
Snippets Groups Projects
  1. Jun 30, 2020
    • Yannick Lecoeuche's avatar
      Add summary grid plot of saturating suspensions · 7ddd00aa
      Yannick Lecoeuche authored and Jameson Rollins's avatar Jameson Rollins committed
      This adds an additional plot to the summary page that indicates which suspensions tend to saturate with each other. The 1st suspension to saturate in a lockloss goes on the y-axis, and the 2nd-5th saturating suspensions go on the x-axis. The code only looks at suspensions that saturated before the refined lockloss time and does not allow repeats (that come from UR, UL, LR, LL).
      
      Closes #126
      7ddd00aa
  2. Jun 29, 2020
  3. Jun 26, 2020
  4. Jun 24, 2020
  5. Jun 19, 2020
  6. May 07, 2020
    • Jameson Rollins's avatar
      Merge branch 'split_refine' into 'master' · c137b04e
      Jameson Rollins authored
      Split up refine_time into two functions so the calculation can be called separately
      
      Closes #159
      
      See merge request !97
      c137b04e
    • Camilla Compton's avatar
      Split up refine_time into two functions so the calculation can be called separately · 9dd8482e
      Camilla Compton authored and Jameson Rollins's avatar Jameson Rollins committed
      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
      9dd8482e
  7. Apr 07, 2020
  8. Apr 06, 2020
  9. Mar 06, 2020
    • Jameson Rollins's avatar
      Merge branch 'summary' into 'master' · 0f24a123
      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
      0f24a123
    • Yannick Lecoeuche's avatar
      Adding lockloss summary plots to webpages · 9d9716a5
      Yannick Lecoeuche authored and Jameson Rollins's avatar Jameson Rollins committed
      Closes #109 (closed)
      9d9716a5
  10. Feb 03, 2020
    • Jameson Rollins's avatar
      Merge branch 'bs_stage_2_tag' into 'master' · 6deeb04e
      Jameson Rollins authored
      Tag locklosses that occur while SEI_BS is transitioning
      
      Closes #149
      
      See merge request !92
      6deeb04e
    • Yannick Lecoeuche's avatar
      Tag locklosses that occur while SEI_BS is transitioning · 376ec745
      Yannick Lecoeuche authored and Jameson Rollins's avatar Jameson Rollins committed
      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
      376ec745
  11. Jan 24, 2020
  12. Jan 23, 2020
  13. Jan 10, 2020
  14. Jan 09, 2020
  15. Jan 08, 2020
Loading