I am using BaselineRemoval library to correct the CA flux signal data. I am not able to understand why the y axis value changes. Can you tell me why The blue lines are original data and orange is after baselineremoval. I used following code and data. a_org = array([664300000, 686100000, 667900000, 655000000, 602000000, 546500000, 532600000, 496400000, 469000000, 430700000, 416500000, 423300000,
Tag: baseline
How to subtract baseline from spectrum with rising tail in python?
I have a spectrum that I want to subtract a baseline from. The spectrum data are: I’ve taken only every 20th data point from the actual data file, but the general shape is preserved. Original_spectrum There is a clear tail in around the high x values. Assume the tail is an artifact and needs to be removed. I’ve tried solutions