- Aug 31, 2022
-
-
Sophie Hourihane authored
GlitchBuster + CBC See merge request lscsoft/bayeswave!245
-
Sophie Hourihane authored
-
- May 31, 2022
-
-
Sophie Hourihane authored
Fixing sky initialization, adding import guards, and minor code cleanups See merge request lscsoft/bayeswave!239
-
Sophie Hourihane authored
-
- May 10, 2022
-
-
Sophie Hourihane authored
Print out correct "lalsuite" asd (BW asd / sqrt(Tobs / 2)) See merge request lscsoft/bayeswave!240
-
Sophie Hourihane authored
-
- Apr 29, 2022
-
-
Sophie Hourihane authored
Python updates See merge request lscsoft/bayeswave!238
-
Sophie Hourihane authored
-
Sophie Hourihane authored
Fixing initialization of the time prior + other bugfixes See merge request lscsoft/bayeswave!237
-
Sophie Hourihane authored
-
Sophie Hourihane authored
-
Sophie Hourihane authored
Now, CBC_start checks if the chirp mass, total mass combination is in bounds. This affects --prior runs
-
Sophie Hourihane authored
-
Sophie Hourihane authored
-
Sophie Hourihane authored
Deleted log_likelihood_scan and MCMC_all_wrapper
-
- Apr 28, 2022
-
-
Katerina Chatziioannou authored
stuck cos iota See merge request lscsoft/bayeswave!236
-
Katerina Chatziioannou authored
-
- Apr 20, 2022
-
-
Katerina Chatziioannou authored
Spiky posteriors See merge request lscsoft/bayeswave!235
-
Katerina Chatziioannou authored
-
- Sep 20, 2021
-
-
Sophie Hourihane authored
Fixing typo in setupdirs See merge request lscsoft/bayeswave!228
-
Sophie Hourihane authored
-
Sophie Hourihane authored
Restarting on exits and evictions See merge request lscsoft/bayeswave!225
-
Sophie Hourihane authored
-
Sophie Hourihane authored
-
Sophie Hourihane authored
-
- Sep 10, 2021
-
-
Sophie Hourihane authored
-
- Sep 08, 2021
-
-
Sophie Hourihane authored
Adding in newer commits that were missing on the last merge request
-
Sophie Hourihane authored
-
- Sep 07, 2021
-
-
Sophie Hourihane authored
Adding updates to megaplot, BW_Flags, and navigate.js
-
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
-