trapezoid_smooth¶
-
specutils.manipulation.trapezoid_smooth(spectrum, width)[source]¶ Smoothing based on a
astropy.convolution.Trapezoid1DKernelkernel.- Parameters
- spectrum
Spectrum1D The
Spectrum1Dobject to which the smoothing will be applied.- widthnumber
The width of the kernel, in pixels, as defined in
astropy.convolution.Trapezoid1DKernel
- spectrum
- Returns
- spectrum
Spectrum1D Output
Spectrum1Dwhich is copy of the one passed in with the updated flux.
- spectrum
- Raises
- ValueError
In the case that
widthis not the correct type or value.