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

Adding OI Limit functionality to RQpy #87

Closed slwatkins closed 5 years ago

slwatkins commented 5 years ago

I've added the OI limit functionality to RQpy. This still requires the user to point the function to the correct path to the Fortran wrapper (CalcOptLim3_VarNm) for Steve Yellin's OI code. I didn't add this Fortran code, as it is internal CDMS code.

No internal CDMS code has been directly ported to the code with these commits. I've cited the formulae for much of the functionality (form factors, calculating dRdE, setting up the OI inputs). I believe that this is standalone enough that it's okay to add to the base RQpy functionality.

Related to Issue #82.