Skip to content
Snippets Groups Projects

widen spline amplitude priors

Merged Tyson Littenberg requested to merge tyson-littenberg/bayeswave:psd_priors into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -59,7 +59,7 @@ void set_bayesline_priors(char *channel, struct BayesLineParams *bayesline, doub
//Use O1 strain as default
else
{
bayesline->priors->SAmin = 5.0e-48*Tobs/4.0;
bayesline->priors->SAmin = 1.0e-51*Tobs/4.0;
bayesline->priors->SAmax = 5.0e-36*Tobs/4.0;
bayesline->priors->LQmin = 1.0e1;
bayesline->priors->LQmax = 1.0e7;
Loading