Skip to content

Commit

Permalink
Merge 9e8f11e into 37577e8
Browse files Browse the repository at this point in the history
  • Loading branch information
akleroy committed May 15, 2020
2 parents 37577e8 + 9e8f11e commit 191b473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spectral_cube/spectral_cube.py
Expand Up @@ -3121,7 +3121,7 @@ def convolve_to(self, beam, convolve=convolution.convolve_fft, update_function=N

convolution_kernel = beam.deconvolve(self.beam).as_kernel(pixscale)

def convfunc(img):
def convfunc(img, **kwargs):
return convolve(img, convolution_kernel, normalize_kernel=True,
**kwargs)

Expand Down

0 comments on commit 191b473

Please sign in to comment.