gaussianH
¶
threadcount.models.
gaussianH
(
x
,
height
=
1.0
,
center
=
0.0
,
sigma
=
1.0
)
[source]
¶
Return a 1-dimensional Gaussian function.
gaussian(x, height, center, sigma) =
height * exp(-(1.0*x-center)**2 / (2*sigma**2))
Threadcount
Navigation
Contents:
Downloading and Installation
Getting Started
Reference/API
threadcount.procedures
threadcount.models Module
threadcount.lines Module
threadcount.fit Module
threadcount.mpdaf_ext Module
threadcount.lmfit_ext Module
Related Topics
Documentation overview
Reference/API
Previous:
flux_expr
Next:
guess_from_peak
Quick search