- Sep 12, 2022
-
-
Sophie Hourihane authored
Fixing dependency on ligo.lw See merge request lscsoft/bayeswave!244
-
Sophie Hourihane authored
-
- Sep 09, 2022
-
-
Sophie Hourihane authored
Adding gwpy into environment.yaml See merge request lscsoft/bayeswave!248
-
Sophie Hourihane authored
Sepparating this push will allow the container to update and allow CI to run with gwpy (in order to replace glue in the future)
-
- Aug 31, 2022
-
-
Meg Millhouse authored
Kill megasky See merge request lscsoft/bayeswave!247
-
Meg Millhouse authored
-
- Jul 26, 2022
-
-
Katerina Chatziioannou authored
Stokes parameters (new) See merge request lscsoft/bayeswave!243
-
Bence Becsy authored
-
- Jun 22, 2022
-
-
James Alexander Clark PhD authored
Updating bayeswave_pipe to work with newer versions of glue See merge request lscsoft/bayeswave!242
-
Sophie Hourihane authored
-
- Jun 07, 2022
-
-
Sophie Hourihane authored
Fix for megaplot when srate is low See merge request lscsoft/bayeswave!241
-
Sophie Hourihane authored
-
- Oct 22, 2021
-
-
Sudarshan Ghonge authored
BW Pipe Fix and Q_Scan Plot fix See merge request lscsoft/bayeswave!231
-
- Oct 21, 2021
-
-
Sophie Hourihane authored
-
Sophie Hourihane authored
-
Sophie Hourihane authored
-
- Oct 08, 2021
-
-
Sudarshan Ghonge authored
This reverts commit d0d6364f.
-
Sudarshan Ghonge authored
-
- Oct 06, 2021
-
-
Sudarshan Ghonge authored
Printing out more accuracy in spline points to avoid bug See merge request lscsoft/bayeswave!230
-
Sudarshan Ghonge authored
Adding files delete_corruption.py and cp_files.py See merge request lscsoft/bayeswave!227
-
- Sep 29, 2021
-
-
Sophie Hourihane authored
-
- Sep 23, 2021
-
-
Sophie Hourihane authored
-
- Sep 21, 2021
-
-
Sophie Hourihane authored
-
- Sep 20, 2021
-
-
Sophie Hourihane authored
(cherry picked from commit ab59d416)
-
Sophie Hourihane authored
(cherry picked from commit 3547cb1e)
-
- Sep 07, 2021
-
-
Sophie Hourihane authored
-
Sophie Hourihane authored
To run with these options, add `--smart-restart` to your `bayeswave_pipe` call
-
Sophie Hourihane authored
-
Sophie Hourihane authored
NOTE: All these updates have to do with condor. Now when BayesWave is restarted (via submitting a dag on condor), instead of starting from the very beginning, it will see whether there are checkpoints that BW should be starting from. To do this it looks at the directory that is available on the remote node (which is empty if BW exited and non-empty if BW was evicted) and the directory that is available locally (on CIT). By looking inside of the checkpoint files, cp_files.py decides which directory is more advanced. It runs on the more advanced one. Then delete_corruption.py deletes any excess lines in the chain files that might be there after BW exited with a signal error. This changes the default exit strategy (which was just to start from the beginning), and hopefully saves a ton of computation time. Also this allows the user to resubmit dag files that might have failed for cluster errors instead of BayesWave errors. Also added in CBC_triggerlist which sets the CBC_trigtime, which is only useful for the CBC branch, and does nothing on other branches.
-
Sophie Hourihane authored
cp_files.py takes the trigdir directory on the local machine (usually CIT) and decides which directory is more recent. delete_corruption.py is then run on the directories to get rid of any extra lines that could have happened when the code crashed.
-
Sudarshan Ghonge authored
Updates to megaplot and adding BW_Flags See merge request lscsoft/bayeswave!226
-
- Sep 03, 2021
-
-
Sophie Hourihane authored
-
Sophie Hourihane authored
-
Sophie Hourihane authored
1) Signal model now does not have IFO in cornerplot name, and only links one time at the bottom of moments page 2) CBC_skymap shows up on skymap page 3) injected value plotted on cbc cornerplot 4) AD statistic succesfully printed on glitchOnly diagnostics page
-
Sophie Hourihane authored
2) Added Copywrite to BW_Flags
-
Sophie Hourihane authored
-
Sophie Hourihane authored
2) Fixed link to the bayeswave.run file 3) Got rid of extra evidence shown on splash page
-
Sophie Hourihane authored
2) Added titles to glitch and signal cornerplots 3) Added support for chirplets flag 4) Added support for glitch, signal model (not run concurrently, but separately)
-
Sophie Hourihane authored
2) added case for signal, glitch model (ie signal and glitch run sepparately)
-
- Sep 02, 2021
-
-
Sophie Hourihane authored
-