Delta1D¶
-
class
sherpa.models.basic.
Delta1D
(name='delta1d')[source]¶ Bases:
sherpa.models.model.ArithmeticModel
One-dimensional delta function.
The model is only defined at a single point (or bin for integrated grids).
-
pos
¶ The position of the signal.
-
ampl
¶ The amplitude.
Notes
The functional form of the model for points is:
f(x) = ampl if x == pos = 0 otherwise
and for an integrated grid it is:
f(lo,hi) = ampl if lo <= pos <= hi = 0 otherwise
This behavior is different to how the amplitude is handled in other models, such as
Const1D
.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
(pos, \*args, \*\*kwargs)startup
()teardown
()Attributes Documentation
-
thawedparhardmaxes
¶
-
thawedparhardmins
¶
-
thawedparmaxes
¶
-
thawedparmins
¶
-
thawedpars
¶
Methods Documentation
-
apply
(outer, *otherargs, **otherkwargs)¶
-
calc
(pars, xlo, *args, **kwargs)¶
-
reset
()¶
-
startup
()¶
-
teardown
()¶
-