Integrating area under a peak?
Kepler
I have some CE-LIF data and I would like to integrate the fluorescence peaks. How do you integrate a peak/specific part of a data plot on igor? I see it is easy to simply integrate the whole plot but I want to specific specific parks to integrate.
Thank you
Type in the console
displayhelptopic "area"
You can assign for X1 and X2 the interval you wish to integrate.
November 2, 2017 at 09:05 am - Permalink
Then look in the Macros menu where you'll find:
"Put Cursors On Wave", /Q, PutCursorsOnWave()
"Area XY Between Cursors", /Q, AreaXYBetweenCursors()
"Area XY Between Cursors Less Base", /Q, AreaXYBetweenCursorsLessBase()
"Hide Cursors", /Q, HideCursors()
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
November 3, 2017 at 10:49 am - Permalink