index
:
sddm
master
Code for the self-destructing dark matter search in SNO
Anthony LaTorre
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
utils
Age
Commit message (
Expand
)
Author
2020-06-16
update read_hdf() to open hdf5 files in read only mode
tlatorre
2020-06-16
update follower cuts to be more memory efficient by using ffill()
tlatorre
2020-06-16
pd.read_hdf() -> read_hdf() so that we can run on grid
tlatorre
2020-06-15
update cat-grid-jobs to use reprocessed files if they're available
tlatorre
2020-06-15
create new plot-dc script to replace plot-energy --dc
tlatorre
2020-06-14
update dc and dc-closure-test to take into account fitted fraction of instrum...
tlatorre
2020-06-14
only submit 10% of flashers, neck events, and muons
tlatorre
2020-06-14
tag instrumentals and michels in get_events()
tlatorre
2020-06-08
update submit-grid-jobs to check for unique filenames instead of runs
tlatorre
2020-06-08
fix a bug in the likelihood ratio calculation
tlatorre
2020-06-04
update plot-energy to calculate likelihood ratio
tlatorre
2020-06-02
add an option to specify kinetic energy to gen-dark-matter
tlatorre
2020-06-02
increase max file size to 500 MB
tlatorre
2020-06-02
update Makefile
tlatorre
2020-06-02
add a script to move grid files from successful fits to a new directory
tlatorre
2020-06-02
update contamination closure test script
tlatorre
2020-05-31
update contamination analysis step size
tlatorre
2020-05-31
speed up MCMC proposal function by calling ravel() instead of doing a for loop
tlatorre
2020-05-25
don't import from .plot in plot_energy.py
tlatorre
2020-05-25
update contamination analysis stuff
tlatorre
2020-05-19
always resubmit jobs in the RETRY state
tlatorre
2020-05-19
update debug message
tlatorre
2020-05-19
add a new script to delete zdab files on the grid which were successfully fit
tlatorre
2020-05-12
fix a few bugs in plot_energy.py
tlatorre
2020-05-12
add --priority argument to submit-grid-jobs
tlatorre
2020-05-12
speed up the contamination analysis script
tlatorre
2020-05-12
add a read_hdf() method that doesn't require pytables
tlatorre
2020-05-12
add a script to do a closure test on the contamination analysis
tlatorre
2020-05-11
update python code to avoid importing matplotlib when running submit-grid-jobs
tlatorre
2020-05-11
update ockham factor, remove hack, and don't submit all flashers
tlatorre
2020-05-11
add setup_matplotlib function and switch to logarithmic bins
tlatorre
2020-05-11
don't import everything in __init__.py
tlatorre
2020-05-11
update utils/ folder to make a python package called sddm
tlatorre
2020-04-27
update submit-grid-jobs to include priority in condor submit file
tlatorre
2020-04-27
add a script to plot the results of the ROOT fits
tlatorre
2020-04-15
update submit-grid-jobs to add a priority column to the database
tlatorre
2020-04-15
add ability to retry jobs in submit-grid-jobs
tlatorre
2020-04-15
fix typo in submit-grid-jobs
tlatorre
2020-04-14
add some tests to gen-dark-matter
tlatorre
2020-04-13
speed up submit-grid-jobs a lot by only calling condor_q once
tlatorre
2020-04-13
update plot-fit-results script to be able to handle files with multi-particle...
tlatorre
2020-04-13
update plot script to be able to handle files with multi-particle fits
tlatorre
2020-04-13
update plot-energy to fix a bug with muons and michels since we now store mor...
tlatorre
2020-04-13
fix a few bugs in cat-grid-jobs since I now add 2 fit results per particle combo
tlatorre
2020-04-13
update plot script now that we have multiple fits per particle combo
tlatorre
2020-04-13
fix a few bugs in plot-energy
tlatorre
2020-02-19
add scripts to apply neutrino oscillations to the atmospheric fluxes
tlatorre
2020-01-21
fix a few bugs in submit-grid-jobs
tlatorre
2020-01-20
add a --save command line argument to plot-energy
tlatorre
2020-01-20
from __future__ import print_function, division
tlatorre
[next]