Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-16 | use nlopt to find xopt | tlatorre | |
This commit updates both the chi2 and dm-search scripts to run nlopt at the end of the MCMC to find the best fit point. The reason for this is that for the dm-search script, we rely on the best fit point being correct when doing the discovery threshold analysis. To really get the best fit point with the MCMC we would need to run a ridiculous number of steps, so it's better to run a fewer amount of steps to get close and then run the minimization from there. | |||
2020-11-16 | return np.inf if parameters are out of bounds | tlatorre | |
2020-11-16 | update lower bound for external muons and dm to 0 | tlatorre | |
2020-11-16 | DM_ENERGIES -> DM_MASSES | tlatorre | |
2020-11-16 | don't apply retrigger cut to MC | tlatorre | |
2020-11-16 | loop over MC filenames | tlatorre | |
2020-11-16 | update dm-search script | tlatorre | |
2020-11-03 | initial commit of a script to do the dark matter search | tlatorre | |