Skip to content
Snippets Groups Projects

Updates to megaplot and adding BW_Flags

Merged Sophie Hourihane requested to merge sophie.hourihane/bayeswave:master_plot into master
  1. Sep 03, 2021
  2. Sep 02, 2021
  3. Sep 01, 2021
    • Sophie Hourihane's avatar
      Updates to megaplot · 28179442
      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)
      ```
      28179442
Loading