Author Topic: Parametric PSF Formula  (Read 4149 times)

Offline darkownt

  • PixInsight Enthusiast
  • **
  • Posts: 92
Parametric PSF Formula
« on: 2012 March 08 10:16:58 »
Hi All:

I am sure this information is buried somewhere on the forum or in the documentation but I can't seem to find it.

What is the formula used in generating the parametric PSF, the one used in deconvolution, restoration, and convolution, and having four parameters StdDev, Shape, Aspect ratio, and Rotation?

I'd greatly appreciate it!

Colin

Offline Raymond

  • Member
  • *
  • Posts: 55
    • Astrophotography
Re: Parametric PSF Formula
« Reply #1 on: 2012 March 08 11:08:39 »
Hi Colin
Did you have a look at the documentation of the Dynamic PSF process? Maybe it answers your questions.
Raymond

Planewave 14" CDK - 10Micron GM2000HPS
William Optics 110/770 & FF | HEQ5-Pro
Omegon 66/400 | MGEN-Lacerta
Canon 500d mod

Offline darkownt

  • PixInsight Enthusiast
  • **
  • Posts: 92
Re: Parametric PSF Formula
« Reply #2 on: 2012 March 08 14:44:11 »
The formulas documented in DynamicPSF are of the seperate gaussian and moffat functions, I need the single funtion that generates the Parametric PSF mentioned above.

cheers
Colin

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: Parametric PSF Formula
« Reply #3 on: 2012 March 08 15:12:45 »
Hi Colin,

The parametric PSF is a variable shape function defined as:



where the parameters are:

B: Local background.
A: Amplitude, which is the maximum value of the function, and also the function's value at the centroid coordinates.
x0, y0: Centroid coordinates in pixel units. This is the position of the center of symmetry of the function.
sigmax, sigmay: Standard deviation of the function's distribution on the horizontal and vertical axes, measured in pixels.

As implemented in tools such as Convolution and Deconvolution, the following parameters have fixed values: B=0, A=1, x0=y0=0.

The parameter k > 0 is the shape parameter. When k = 2, the function is Gaussian; when k < 2 the function is leptokurtic (peaked profile), and when k > 2 it is platykurtic (flat profile). The variable shape function is useful because one can fine tune the PSF's profile with a single parameter, taking a Gaussian profile as reference.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline darkownt

  • PixInsight Enthusiast
  • **
  • Posts: 92
Re: Parametric PSF Formula
« Reply #4 on: 2012 March 08 15:37:14 »
Thanks Juan! 

That's exactly what I needed!!!

 :)