Skip to content

Commit

Permalink
Merge fe8f1e3 into 31b0b51
Browse files Browse the repository at this point in the history
  • Loading branch information
keflavich committed Feb 8, 2020
2 parents 31b0b51 + fe8f1e3 commit ad6d689
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions spectral_cube/spectral_cube.py
Original file line number Diff line number Diff line change
Expand Up @@ -2881,10 +2881,11 @@ def apply_function_parallel_spectral(self,
)

@parallel_docstring
def sigma_clip(self, threshold, verbose=0, use_memmap=True,
num_cores=None, **kwargs):
def sigma_clip_spectrally(self, threshold, verbose=0, use_memmap=True,
num_cores=None, **kwargs):
"""
Run astropy's sigma clipper, converting all bad values to NaN.
Run astropy's sigma clipper along the spectral axis, converting all bad
(excluded) values to NaN.
Parameters
----------
Expand Down

0 comments on commit ad6d689

Please sign in to comment.