Path: Imaging/Utilities
% Compute the point spread function for a 2D gaussian.
This is the shape of a star that is effectively a point light source.
The output is unitized so the peak is 1.
Type PointSpreadFunction2DGaussian for a demo.
--------------------------------------------------------------------------
Form:
PointSpreadFunction2DGaussian;
i = PointSpreadFunction2DGaussian( p, p0, sigma )
--------------------------------------------------------------------------
------
Inputs
------
p (2,:) [x;y] positions
p0 (2,1) Center
sigma (1,1) Sigma for psf
-------
Outputs
-------
i (y,x) 2D Gaussian
--------------------------------------------------------------------------
Reference: Bruce R. Hancock, Robert C. Stirbl,Thomas J. Cunningham,
Bebrata Pain,Chris J. Wrigley, Peter G . Ringold Jet"CMOS Active
Pixel Sensor Specific Performance Effects on Star Tracker
Imager Position Accuracy", Propulsion Laboratory, California
Institute of Technology, Pasadena, CA 91109
--------------------------------------------------------------------------
Common: Graphics/Mesh2
Back to the Imaging Module page