aboutsummaryrefslogtreecommitdiff
path: root/src/misc.h
AgeCommit message (Expand)Author
2019-07-29don't need N_ACOS anymoretlatorre
2019-07-29fast_sqrt -> sqrttlatorre
2019-06-02add a fast sqrt function for values in between 0 and 1tlatorre
2019-05-13update method for calculating expected number of photons from shower and delt...tlatorre
2019-03-31update test-find-peaks to plot cerenkov ringstlatorre
2019-03-16add GPLv3 licensetlatorre
2019-01-10update find_peaks algorithmtlatorre
2018-12-14add a function to compute combinations with replacementtlatorre
2018-12-13add function to compute unique direction vectors for a multi particle fittlatorre
2018-11-11update likelihood function to fit electrons!tlatorre
2018-10-19add interp2d() for fast bilinear 2D interpolationtlatorre
2018-10-19update path integral to use a fixed number of pointstlatorre
2018-10-18fix the likelihood function to return the *negative* log likelihood of the pa...tlatorre
2018-10-17fix a bug in the theta0 calculation for a pathtlatorre
2018-09-17add get_path_length()tlatorre
2018-09-13add a function to compute log(n) for integer ntlatorre
2018-09-10add a fast likelihood functiontlatorre
2018-09-04add a function to return the kahan sum of an arraytlatorre
2018-08-31add interp1d function to do fast interpolation when the x values are evenly s...tlatorre
2018-08-31rotate and translate the path in path_init to speed things uptlatorre
2018-08-14move everything to src directorytlatorre