Skip to content

Commit

Permalink
[skip ci] Added documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentRDC committed Jul 7, 2020
1 parent 1b0096c commit 8bab32e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ Fitting

exponential
biexponential
with_irf

Non-uniform Fast Fourier Transform
----------------------------------
Expand Down
2 changes: 2 additions & 0 deletions skued/time_series/fitting.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ def convolve(arr, kernel):

# TODO: test with unevenly-spaced data points
# TODO: figure out wth is going on with the width
# TODO: add example
# TODO: add example to user guide
def with_irf(fwhm, f):
"""
This decorator applies a Gaussian impulse response function (IRF) to a fitting function.
Expand Down

0 comments on commit 8bab32e

Please sign in to comment.