Sin¶
-
class
sherpa.models.basic.Sin(name='sin')[source]¶ Bases:
sherpa.models.model.ArithmeticModelOne-dimensional sine function.
-
period¶ The period of the sine, in units of the independent axis.
-
offset¶ The offset (related to the phase) of the sine.
-
ampl¶ The amplitude of the sine.
Notes
The functional form of the model for points is:
f(x) = ampl * sin (2 * pi * (x - offset) / period)
and for an integrated grid it is the integral of this over the bin.
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()¶
-