Path: Imaging/PSFUtils
% Point Spread Function for a Moffat function
--------------------------------------------------------------------------
Form:
f = RHSMoffatPSF(x,y,d)
--------------------------------------------------------------------------
------
Inputs
------
x (:,:) X coordinates
y (:,:) Y coordinates
d (1,1) Data structure
.d (.) Data structure for PSF
.rho (1,1) Radial scaling
.beta (1,1) Exponent
.r (2,:) Centers of PSF
.i (1,:) Intensities of PSF
-------
Outputs
-------
f (n,m) Pixel output
--------------------------------------------------------------------------
Reference: J.R. Parker, "Practical Computer Vision Using C," John
Wiley and Sons, 1994.
--------------------------------------------------------------------------
Back to the Imaging Module page