Performs a Gaussian smoothing operation on the image.
Plate.ConvolveGaussian(FWHM)
The method syntax has these parts:
Part | Description |
---|---|
FWHM (Double) | The full-width, half-max (arcseconds) of the Gaussian function used for the convolution kernel |
Return (Boolean) | Success or failure (generates trappable error on failure) |
Application of this operation to the image will invalidate any plate solution and WCS info that was generated based on the unmodified image. If the original image had WCS, and you wish to write the smoothed image back to the plate file, you should re-solve the plate after this operation and before writing the plate back out.
The FWHM argument is converted to pixel units using the X-dimension plate scale (Plate.ArcsecPerPixelH).