Updates to megaplot and adding BW_Flags
- Adding support for cleaning model
- Making megaplot python3 instead of 2
- Log scaling on spectrograms
- Plasma colomap on spectrograms
- Support for CBC, full, clean_only, CBC+Glitch, CBC+Signal
- Cornerplots for signal and glitch models
- 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)
Megaplot Examples:
cleanOnly example: https://ldas-jobs.ligo.caltech.edu/~sophie.hourihane/forDerek/ScatteringInjs/H1_MULTIPLE_10/trigtime_8.000000000_0.0_0.0_0/
CBCGlitch example: https://ldas-jobs.ligo.caltech.edu/~sophie.hourihane/glitch_events/BlipLowFreq/BlipLowFreq1/GW150914/August/bliplowfreq1_GW150914/trigtime_1256909978.276999950_0.0_0.0_0/
fullOnly (ie signal + glitch) : https://ldas-jobs.ligo.caltech.edu/~sophie.hourihane/glitch_events/sudarshan/trigtime_1165069535.000000000_0.0_0.0_4/
signal glitch example (separate) : https://ldas-jobs.ligo.caltech.edu/~sophie.hourihane/forNayyer/006_sophie_megaplot/trigtime_1240704078.500000000_0.0_0.0_0/
Edited by Sophie Hourihane