RQpy (Reduced Quantities) provides helpful tools for dark matter search related analysis. It contains submodules for processing, energy calibration, plotting, automated cut routines, and many other useful DM analysis tools. This repository is tailored specifically towards creating an efficient workflow for dark matter search analysis using detectors studied by the Pyle Group, and it may not generalize well to research using any detector.
To install the most recent development version of RQpy, clone this repo, then from the top-level directory of the repo, type the following lines into your command line
python setup.py clean
python setup.py install --user
This package requires python 3.6 or greater. Use of the much of the functionality in the io
and process
submodules requires an installation of scdmsPyTools
.