#include "Obit.h"
#include "ObitErr.h"
#include "ObitImage.h"
#include "ObitFFT.h"
Go to the source code of this file.
Functions | |
| void | ObitConvUtilConv (ObitImage *inImage, ObitFArray *convFn, gboolean doDivide, gfloat rescale, ObitImage *outImage, ObitErr *err) |
| (de)Convolve an Image with an FArray and write outImage This routine convolves all selected planes in inImage with convFn if doDivide is FALSE, else it does a linear deconvolution Operations are performed using FFTs | |
| ObitFArray * | ObitConvUtilGaus (ObitImage *inImage, gfloat Beam[3]) |
| Create an ObitFArray containing a unit area Gaussian in the center. | |
| void | ObitConvUtilDeconv (gfloat fmaj, gfloat fmin, gfloat fpa, gfloat cmaj, gfloat cmin, gfloat cpa, gfloat *rmaj, gfloat *rmin, gfloat *rpa) |
| Deconvolves a Gaussian "beam" from a Gaussian component. | |
Routines for image convolution
|
||||||||||||||||||||||||||||
|
(de)Convolve an Image with an FArray and write outImage This routine convolves all selected planes in inImage with convFn if doDivide is FALSE, else it does a linear deconvolution Operations are performed using FFTs
|
|
||||||||||||||||||||||||||||||||||||||||
|
Deconvolves a Gaussian "beam" from a Gaussian component. Routine translated from the AIPSish APL/SUB/DECONV.FOR/DECONV
|
|
||||||||||||
|
Create an ObitFArray containing a unit area Gaussian in the center.
|
1.3.9.1