Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-09 | use nanpercentile in get_events() | tlatorre | |
2020-12-09 | discard negative weights | tlatorre | |
2020-12-09 | fix bug introduced in previous commit | tlatorre | |
This commit fixes a bug I introduced earlier in chi2 and dm-search since we want to remove runs not in the MC for both the signal and atmospheric samples. | |||
2020-12-09 | fix bug when running chi2 --pull | tlatorre | |
2020-12-09 | update logger.py to be python3 compatible | tlatorre | |
This commite updates the Logger class to use str instead of basestring. | |||
2020-12-09 | don't delete mc data from runs not in data when running chi2 --coverage | tlatorre | |
2020-12-08 | speed up dm-search | tlatorre | |
2020-12-08 | use weighted MC when running dm-search --test | tlatorre | |
2020-12-08 | fix more typos | tlatorre | |
2020-12-08 | fix another typo | tlatorre | |
2020-12-08 | fix typo from last commit | tlatorre | |
2020-12-08 | update dm-search and chi2 to refit with GENIE systematics | tlatorre | |
2020-12-08 | don't sample DM events when running --test | tlatorre | |
2020-12-08 | update dm-search to fix bug | tlatorre | |
This commit updates dm-search to fix a bug where I was returning lists from get_limits() but then comparing the best fit and discovery lists as if they were numpy arrays. I also updated how I calculate the expected number of events based on the results from doing a toy MC. | |||
2020-12-08 | update chi2 script to pick the best universe | tlatorre | |
2020-11-30 | update code to work with python3 | tlatorre | |
This commit updates the python code to work with python 3 and with a newer version of matplotlib. - zip_longest -> izip_longest - fix tick marks for log plots - scipy.misc -> scipy.special | |||
2020-11-30 | call get_events() with mc=True in submit-grid-jobs | tlatorre | |
2020-11-30 | get rid of superfluous --data argument | tlatorre | |
2020-11-30 | update submit-grid-jobs-queue | tlatorre | |
2020-11-29 | add a script to calculate the cc, nc, and total event rate | tlatorre | |
This commit adds a script called print-event-rate which calculates the event rate per year from the GENIE MCPL files. The livetime comes from the autosno run_info.log file. The output of the script is a latex table that I included in my thesis. | |||
2020-11-17 | update burst cut | tlatorre | |
2020-11-17 | small fixes | tlatorre | |
2020-11-16 | add script to plot distribution of number of high nhit orphans | tlatorre | |
2020-11-16 | require signal events to have nhit_cal/nhit > 0.8 | tlatorre | |
2020-11-16 | add a new burst cut | tlatorre | |
2020-11-16 | add salt pmt response file to submit-grid-jobs-queue | tlatorre | |
2020-11-16 | add --run-list argument to chi2 and dm-search | tlatorre | |
This commit updates the chi2 and dm-search scripts to add the ability to pass a run list on the comand line. | |||
2020-11-16 | add script to plot neutron nhit and delta t distributions | tlatorre | |
2020-11-16 | bump version to 3 | tlatorre | |
2020-11-16 | fix latex error | tlatorre | |
2020-11-16 | update fit to fit events from the salt phase | tlatorre | |
This commit updates both the PMT response and optics code to be able to load constants from the salt phase. | |||
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 | add jdy, ut1, ut2, dte, and hmsc to hdf5 output file | tlatorre | |
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 | update chi2 coverage bins to 10 | 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 | forgot to commit utils.py | tlatorre | |
2020-11-03 | fix bug in get_events() | tlatorre | |
This commit fixes an unnecessary call to set the index on the ev dataframe. This was causing issues when trying to process run 11903 since it didn't have any fits to merge into the ev dataframe. | |||
2020-11-03 | initial commit of a script to do the dark matter search | tlatorre | |
2020-11-01 | update cat-grid-jobs to reprocess all zdabs | tlatorre | |
2020-11-01 | update qhl ratio | tlatorre | |
2020-11-01 | update upper bound for external muon scale | tlatorre | |
2020-11-01 | accidentally committed a print statement | tlatorre | |