MIRIAD offers tasks to convolve images by Gaussians (convol and smooth ) and also to convolve images by other images (convol ). It can also bin up (or block) an image (imbin ).
Note that FFT based algorithms cannot correctly deal with blanked pixels. If your image has a blanked pixels, convol pretends that they are zero when it does the convolution. However, the corresponding pixels are blanked in the output image.
Task generally convol
does its best to scale the output pixels so
that the output image units are Jy/beam. If you are convolving an image
which is already in Jy/beam by Gaussian, then convol
needs the
beam parameters ( bmaj, bmin, bpa) to be in the dataset header to
correctly determine the scale factor, and the output effective beam
parameters. It will give you messages about what it thinks its doing as
far as scaling factors go. If you know better than convol
, you
can give your own scale factor, via the scale
keyword.
As with convol
, the scale of the output image is adjusted so that
it is in units of Jy/beam -- and you can override this by setting scale
yourself.
In the first example, we bin up the first three dimensions of an image by a factor of 2 along the x axis, a factor of 4 along the y axis and a factor of 3 along the z axis.
In the second example, we pick out every 4th pixel along the z axis.