Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
frankong committed Feb 2, 2020
1 parent 9d69cd5 commit 5e4cdda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sigpy/interp.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def interpolate(input, coord, kernel='spline', width=2, param=1):
r"""Interpolation from array to points specified by coordinates.
Let :math:`x` be the input, :math:`y` be the output,
:math:`c`: be the coordinates, :math:`W` be the kernel width,
:math:`c` be the coordinates, :math:`W` be the kernel width,
and :math:`K` be the interpolation kernel, then the function computes,
.. math ::
Expand Down Expand Up @@ -89,7 +89,7 @@ def gridding(input, coord, shape, kernel="spline", width=2, param=1):
r"""Gridding of points specified by coordinates to array.
Let :math:`y` be the input, :math:`x` be the output,
:math:`c`: be the coordinates, :math:`W` be the kernel width,
:math:`c` be the coordinates, :math:`W` be the kernel width,
and :math:`K` be the interpolation kernel, then the function computes,
.. math ::
Expand Down

0 comments on commit 5e4cdda

Please sign in to comment.