Updates to megaplot and adding BW_Flags
- 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) ```
-