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

Allow user to directly pass tau fall and tau rise guesses to processing nonlinear OF #133

Closed slwatkins closed 5 years ago

slwatkins commented 5 years ago

I've added the ability to pass guesses for the rise and fall times to the nonlinear OF, rather than always guessing.

Also fixed a bug where _check_arg_length would raise an error on values set to None.

Refactored the guessing code for nonlinear OF for less repeated code.