Importing Waves
poorgradstudent
To be able to plot all the data for one wavelength for all cells i need to plot every second column in the data file. Is there a way to tell Igor to import every second wave from a file? I've had to do things manually during the import, which is a pain when there are 50 cells with 2different wavelengths.
Thank you.
columnInfoStr += "wave0;"
columnInfoStr += "'_skip_';"
. . .
LoadWave /J /B=columnInfoStr . . .
See the documentation for LoadWave/B for details.
August 3, 2010 at 06:47 pm - Permalink