/scipy-toolbox

Useful tools for working with scipy

Primary LanguagePythonMIT LicenseMIT

scipy-toolbox

useful tools for working with scipy


Fit Gaussian

python test/fitting/gauss/test_fit.py

Demo: Fit Gaussian

Fit peak region of Gaussian

python test/fitting/gauss/test_fit_peak.py

Demo: Fit peak region of Gaussian

Estimate standard deviation of Gaussian from FWHM

python test/fitting/gauss/test_fit_sigma_from_fwhm.py

Demo: Estimate standard deviation of Gaussian from FWHM

Compute peak width

python test/signal/test_full_width_at.py

Demo: Compute peak width