Skip to content

Commit

Permalink
Reduced the impact of orbit 'unlikelihood'. We now rely more on the r…
Browse files Browse the repository at this point in the history
…esiduals to determine how 'likely' the orbit is.
  • Loading branch information
Bill-Gray committed May 4, 2023
1 parent 442e92e commit 08e57c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orb_func.cpp
Expand Up @@ -3546,7 +3546,7 @@ static double adjustment_for_orbit_likelihood( const double semimajor_axis,
}
else
rval = 0.;
return( rval * .01);
return( rval * .005);
}

static int generate_orthonormal_basis( double *x, double *y, double *z, const double *ivect)
Expand Down

0 comments on commit 08e57c2

Please sign in to comment.