Skip to content

Commit

Permalink
Update spectral_cube/dask_spectral_cube.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Koch <[email protected]>
  • Loading branch information
keflavich and e-koch authored Jun 13, 2022
1 parent 2b9aec1 commit 634c2a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectral_cube/dask_spectral_cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -911,7 +911,7 @@ def spectral_smooth_median(self, ksize, raise_error_jybm=True,
def spectral_filter(self, ksize, filter, raise_error_jybm=True,
**kwargs):
"""
Smooth the cube along the spectral dimension using a filter
Smooth the cube along the spectral dimension using a scipy.ndimage filter.
Parameters
----------
Expand Down

0 comments on commit 634c2a3

Please sign in to comment.