LineBroad¶
-
class
sherpa.astro.models.LineBroad(name='linebroad')[source]¶ Bases:
sherpa.models.model.ArithmeticModelA 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
thawedparhardmaxesthawedparhardminsthawedparmaxesthawedparminsthawedparsMethods 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()¶
-
reset()¶
-
set_center(*args, **kwargs)¶
-
startup()¶
-
teardown()¶
-