bmorris3 / kelp

Photometric phase curves of exoplanets
https://kelp.readthedocs.io/en/latest/
7 stars 2 forks source link

Scipy implementation of H, better Hermite polynomial testing #34

Closed bmorris3 closed 3 years ago

bmorris3 commented 3 years ago

This PR uses scipy's special.hermite function to generate polynomial coefficients for the physicist's Hermite polynomials. Tests are added to compare the hard-coded Cython version, to a manually-written version, and to the special.hermite implementation.