I have array of peak intensity where is plotted like
Is there any tool for python that I can get the point where it has the first peak shifted from the baseline (red arrow)?
It seems like easy problem when I look by the eye for detection but for the code, what I can think is I have to define the minimum value peak intensity (in fixed number or percentage). I don't want to fix any value but want the code to detect peak differently by data. Is it possible by scipy
or something?