popurri
0.1.dev51+g06ac6b7c4
Contents
Installation
Usage
Guides
API
popurri.peakutils Module
Functions
b_overlap_a
find_abspeak_list
find_abspeak_list_echelle
find_abspeaks
find_abspeaks_echelle
fit_gaussian_peak
fit_gaussian_spec
gaussian
gaussian_contrasterr
gaussian_fwhm
gaussian_fwhmerr
gaussian_minmax
idxmin_custom
idxminends_custom
min_find_maxabs
min_find_maxclosest
popurri.plotutils Module
popurri.spectrum Module
popurri.spectrograph Module
popurri.telluricutils Module
popurri.utils Module
Testing
popurri
API
gaussian
View page source
gaussian
popurri.peakutils.
gaussian
(
x
,
amp
=
1
,
cen
=
0
,
wid
=
1
,
shift
=
0
)
Gaussian function:
G(x) = shift + amp * e**(-(x-cen)**2 / (2*wid**2))