Relative Content

Tag Archive for pythondata-analysisdeconvolution

Multiple Peak Deconvolution in Python

I have a dataset with several peaks in and I have a way to subtract background noise and filter out the peaks I want. The issue, however, is finding a good way to deconvolute peaks in the dataset. I am able to deconvolute more “obvious” peaks where you can clearly see two maxima but the peaks are merged together, forming a “well” in between. The issue is when I can see one large peak and a bulge on the side of it with no “well” in between. Visually, I know there the peak is convoluted and I can visually point out where the peak maxima might be and what it’s width would be. However, I am struggling to find a way (or a good library) that can deconvolute these peaks.