Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-16 | fix bug by converting list to array | tlatorre | |
2020-11-16 | calculate livetime based on pulse gt and 10 MHz clock | tlatorre | |
This commit updates get_events() to calculate the livetime based on both the number of pulse gt events and the 10 MHz clock and to return it in a dictionary stored with the dataframe. I also update dm-search so that the results are now reported as a function of events/cm^3/s. Also updated radius cut to be the AV radius. | |||
2020-11-16 | fix integrate_mc_hist() by dividing by bin width | tlatorre | |
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 | |