LineBroad

class sherpa.astro.models.LineBroad(name='linebroad')[source]

Bases: sherpa.models.model.ArithmeticModel

A one-dimensional line-broadening profile.

ampl

The amplitude of the line.

rest

The rest wavelength.

vsini

The rotation velocity (v sin(i)), in km/s.

Notes

The model is:

f(lambda) = 2 * ampl * c * sqrt(x) / (pi * rest * vsini)

        x = 1 - ((lambda - rest) * c / (rest * vsini))^2

Attributes Summary

thawedparhardmaxes
thawedparhardmins
thawedparmaxes
thawedparmins
thawedpars

Methods Summary

apply(outer, \*otherargs, \*\*otherkwargs)
calc(pars, xlo, \*args, \*\*kwargs)
get_center()
guess(dep, \*args, \*\*kwargs)
reset()
set_center(\*args, \*\*kwargs)
startup()
teardown()

Attributes Documentation

thawedparhardmaxes
thawedparhardmins
thawedparmaxes
thawedparmins
thawedpars

Methods Documentation

apply(outer, *otherargs, **otherkwargs)
calc(pars, xlo, *args, **kwargs)
get_center()
guess(dep, *args, **kwargs)[source]
reset()
set_center(*args, **kwargs)
startup()
teardown()