Skip to content
Snippets Groups Projects
Commit 3c817833 authored by Tyson Littenberg's avatar Tyson Littenberg
Browse files

widen spline amplitude priors

parent a43f7baa
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment