Skip to main content

Gaussian

:::info Migrated from Old Wiki This content was partially migrated from the old wiki using GitHub Copilot and should be double-checked for accuracy. :::

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)=Aβ‹…exp⁑(βˆ’12β‹…r2Οƒ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)