spice-herald / RQpy

This repository provides helpful tools for DM search analysis using detectors studied by the Pyle Group.
GNU General Public License v3.0
4 stars 3 forks source link

Hotfix for rq processing with no readout_inds #97

Closed slwatkins closed 5 years ago

slwatkins commented 5 years ago

Added a simple if statement to the _process_rq function for checking if readout_inds says that there are no events to be read out.

Resolves #68.