Performing operation on waves in multiple data folders
First time diving into procedures with Igor. I was able to find and modify a procedure to load *.csv data into individual data folders in my experiment. Data browser snippet is shown as an example. Now I am trying to automate Smoothing function for all "Int" waves. However, I can not figure out how to make the procedure to look through each data folder. Any help is much appreciated.
Basically you would iterate over all datafolders, get a list of all desired waves in each of them and then do your operation on the waves.
PS:
First time Igor coders might benefit from the Guided Tour :)
October 15, 2013 at 07:22 am - Permalink
Also there is a tutorial. Choose File->Example Experiments->Tutorials->Data Folder Tutorial.
The tutorial was written a long time ago before Igor had data folder references but it will still be useful.
October 15, 2013 at 07:25 am - Permalink
October 16, 2013 at 05:20 am - Permalink