Closed slwatkins closed 2 years ago
I've added the functionality needed for rqpy.io.getrandevents to be used on pytesdaq-generated data. Uses the H5Reader class in pytesdaq.io.hdf5 to load traces and select a random selection of events from some specified data quality cut.
rqpy.io.getrandevents
H5Reader
pytesdaq.io.hdf5
I've added the functionality needed for
rqpy.io.getrandevents
to be used on pytesdaq-generated data. Uses theH5Reader
class inpytesdaq.io.hdf5
to load traces and select a random selection of events from some specified data quality cut.