Skip to content

O3 dev

Tyson Littenberg requested to merge tyson-littenberg/bayeswave:O3_dev into master

This request contains much of the groundwork for reconstructing generic polarizations. The default behavior (elliptical polarization) still works. The [h+,hx] needs some debugging. It runs but I don't buy it yet. I'm suggesting to merge now because it does slightly modify the output chain files:

The signal model chain file naming scheme is different (now more similar to the glitch model) e.g. signal_params.dat.0 -> signal_params_h0.dat.0 for the h+ reconstruction. In the elliptical polarization case that is the only output. If you relax that constraint you get signal_params_h0.dat.0 (h+) signal_params_h1.dat.0 (hx) etc.

BayesWavePost output is unchanged, but these changes will need to propagate to the any plotting scripts. megaplot is fine (it doesn't use the chain parameter files). megasky probably needs to substitute signal_params.dat.0 -> signal_params_h0.dat.0. I'm not sure what else downstream may be broken.

Merge request reports