laserkelvin / PySpecTools

Routines for rotational spectroscopy analysis written in Python 3
MIT License
31 stars 5 forks source link

Allow user provided window function #26

Closed laserkelvin closed 2 years ago

laserkelvin commented 2 years ago

Currently, the AssignmentSession.apply_filter function forces the user to use scipy defined window functions; sometimes it's desirable to be able to provide alternative windows as NumPy arrays.