box_smooth¶
-
specutils.manipulation.box_smooth(spectrum, width)[source]¶ Smooth a
Spectrum1Dinstance based on aastropy.convolution.Box1DKernelkernel.Parameters: spectrum :
Spectrum1DThe spectrum object to which the smoothing will be applied.
width : number
The width of the kernel, in pixels, as defined in
astropy.convolution.Box1DKernelReturns: spectrum :
Spectrum1DOutput
Spectrum1Dwhich a copy of the one passed in with the updated flux.Raises: ValueError
In the case that
widthis not the correct type or value.