aboutsummaryrefslogtreecommitdiff
path: root/src/fit.c
AgeCommit message (Expand)Author
2018-09-11only print the likelihood value once for each iteration during the "quick" mi...tlatorre
2018-09-11fix the energy and position when doing the "quick" minimizationstlatorre
2018-09-11switch order of expressions to avoid a valgrind warningtlatorre
2018-09-11add PMT responsetlatorre
2018-09-10add a fast likelihood functiontlatorre
2018-09-04update kinetic energy step size to 2% of initial kinetic energy guesstlatorre
2018-09-04update fit to guess energy, direction, and t0tlatorre
2018-08-31start by doing a series of "quick" minimizationstlatorre
2018-08-31add epsrel argument to likelihood functiontlatorre
2018-08-31update the lower bound for the energy in the fittlatorre
2018-08-31update the criterion for the fit convergencetlatorre
2018-08-31update likelihood check to 1e-5 since that's what we pass to nlopttlatorre
2018-08-31fit in a do while loop until the fit converges to the same likelihood valuetlatorre
2018-08-31add option to save fit results to a text filetlatorre
2018-08-31update printf arguments to keep output alignedtlatorre
2018-08-31print out how long the likelihood function takestlatorre
2018-08-28add path to the likelihood fittlatorre
2018-08-14fix ev pointer bugtlatorre
2018-08-14update pmt hit array in event struct to be MAX_PMTS longtlatorre
2018-08-14add lower and upper bounds for the fit parameterstlatorre
2018-08-14add function to fit event and clear event after each fittlatorre
2018-08-14set stopping criteratlatorre
2018-08-14update the printf format string for the fit parameterstlatorre
2018-08-14update fit to use nlopt for minimizationtlatorre
2018-08-14fix how the RMS scattering angle is calculatedtlatorre
2018-08-14move everything to src directorytlatorre