model_spectral_line#

iris.sg.background.model_spectral_line(velocity, amplitude, shift, width, kappa)[source]#

A simple model of a spectral line profile.

This function uses a kappa distribution,

\[y(v) = A \left( 1 + \frac{(v - v_0)^2}{\kappa \sigma^2} \right)^{-\kappa - 1},\]

to model the spectral line profile, where \(A\) is the amplitude, \(v\) is the velocity, \(v_0\) is the shift, \(\sigma\) is the width, and \(\kappa\) is a parameter which controls the thickness of the tails.

Parameters:
Return type:

AbstractScalar