Skip to content

Commit

Permalink
Redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
mjo22 committed Apr 14, 2021
1 parent 35ad470 commit 531baf3
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions spatialstats/utils/binning.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
Routines for averaging 2D and 3D images
in polar and spherical coordinates.
Adapted from aziavg.py in https://github.com/davidgrier/dgmath/.
.. moduleauthor:: Michael O'Brien <[email protected]>
"""
Expand All @@ -15,8 +17,6 @@ def radialavg(data, center=None, dphi=None,
"""
Average data over bins of radial contours.
Adapted from aziavg.py in https://github.com/davidgrier/dgmath/
Parameters
----------
data : `np.ndarray`
Expand Down Expand Up @@ -140,8 +140,6 @@ def aziavg(data, center=None, rad=None,
'''
Average data over bins of azimuthal contours.
Extension of aziavg.py in https://github.com/davidgrier/dgmath/
Parameters
----------
data : `np.ndarray`
Expand Down Expand Up @@ -247,8 +245,6 @@ def shellavg(data, center=None, rad=None,
"""
Average data over bins of spherical shells.
Adapted from aziavg.py in https://github.com/davidgrier/dgmath/
Parameters
----------
data : `np.ndarray`
Expand Down

0 comments on commit 531baf3

Please sign in to comment.