Skip to main content

Gaussian

Usage

gaussian  
x1c # x-coordinate of centroid
x2c # y-coordinate of centroid
q # axis ratio (minor/major)
pa # position angle (in radians; counter-clockwise from +x)
Amp # amplitude (normalisation; peak surface brightness)
sigma # width of the Gaussian (standard deviation, in arcsec)

Surface Brightness Profile

After rotating by pa-\text{pa} into the frame aligned with the light profile (major axis along x1x_1, minor along x2x_2), define:

r2=x12+x22q2r^2 = x_1^2 + \frac{x_2^2}{q^2}

The 2D elliptical Gaussian intensity is then:

I(r)=Aexp(12r2σ2)I(r) = A \cdot \exp\left(-\frac{1}{2} \cdot \frac{r^2}{\sigma^2}\right)

where:

  • AA is the amplitude (Amp), the peak intensity at the centre
  • qq is the axis ratio
  • σ\sigma is the Gaussian width (standard deviation)