- 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 ab59d416a4041001e927fae4a42cad053e0ef81b)
-
Sophie Hourihane authored
(cherry picked from commit 3547cb1eba4d4f173509cc7d6ec13b6785851be9)
-
- 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
-
Sophie Hourihane authored
-
Sophie Hourihane authored
Got rid of redundant read_xml_parameters in megaplot
-
Sophie Hourihane authored
Changing scatter plots in megaplot to plt.plot(x, y, ',') to make posteriors easier to see.
-
- Sep 01, 2021
-
-
Sophie Hourihane authored
1) Adding support for cleaning model 2) Making megaplot python3 instead of 2 3) Log scaling on spectrograms 4) Plasma colomap on spectrograms 5) Support for CBC, full, clean_only, CBC+Glitch, CBC+Signal 6) Cornerplots for signal and glitch models 7) CBC Cornerplots for cbc models BW_Flags, can now read in BW information into python Call via ``` from bayeswave_plot import BW_Flags as bwf runFlags = bwf.Flags(TRIGTIME_DIRECTORY) bwf.readbwb(runFlags) ```
-
- Aug 28, 2021
-
-
Tyson Littenberg authored
Checkpointing Cache See merge request lscsoft/bayeswave!223
-
- Aug 27, 2021
-
-
Sophie Hourihane authored
Fixed by adding a function that sets data->s from checkpoint
-
- Aug 26, 2021
-
-
Sophie Hourihane authored
Adding checkpoint/asd_IFO.dat so that on checkpoint (and when cache is specified), instead of reading from the cache files, it will instead read from the checkpoint files. This update should get rid of the XLAL no frame file and signal 255 errors.
-
- Jul 15, 2021
-
-
Tyson Littenberg authored
replace straight copies with memcpy See merge request lscsoft/bayeswave!216
-
Tyson Littenberg authored
-
- Jun 10, 2021
-
-
Tyson Littenberg authored
-
- Jun 04, 2021
-
-
Meg Millhouse authored
Skip gaussian noise model, and adjustments to output pages See merge request lscsoft/bayeswave!208
-
Katerina Chatziioannou authored
Documentation for the BayesWave output page See merge request lscsoft/bayeswave!205
-
- Jun 01, 2021
-
-
megmillhouse authored
-
megmillhouse authored
-
megmillhouse authored
-
- May 31, 2021
-
-
megmillhouse authored
-