Is there a way to remove the unnecessary points from a column of a table?
hbridgewater
I used the Peak Areas.ipf to find the maximums and minimums of a wave. I then placed the the W_MaxKnots and the W_MinKnots into a table. It show the values I need, but there are many unnecessary points in between. I was hoping to find a way to remove certain points from the table so that I am left with only the values I need. If anyone has any suggestions, that would be fantastic.
Thank you!
WaveTransform zapNans W_MinKnots
But bear in mind that you may be breaking the functionality of the rest of the Peak Areas.ipf if you change the data out from under it like that.
I suggest copying the waves. Or just use W_PkX1 and W_PkX2, which are derived from the knots. See my reply at
http://www.igorexchange.com/node/5875
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
July 17, 2014 at 09:59 am - Permalink
July 17, 2014 at 11:30 am - Permalink
Have you looked at http://www.igorexchange.com/node/5875 ?
--Jim Prouty
Software Engineer, WaveMetrics, Inc.
July 17, 2014 at 12:47 pm - Permalink
July 17, 2014 at 12:59 pm - Permalink