So I have a set of approx 500 arrays from a CCD that are 1000 x 700. I know how to do batch image analysis, so what I would like to do is convert the arrays into images and then analyze them. Is there a way to do a "load folder" operation and then convert the arrays into images?
To load a tab-delimited file into a 2D wave (matrix) must LoadWave/J/M.
Here is an example of loading all TIFF files in a folder: http://www.igorexchange.com/node/537
You would need to change ImageLoad to LoadWave/J/M with possibly other flags as well.
Also execute this for further information:
DisplayHelpTopic"Loading Delimited Text Files" DisplayHelpTopic"Loading All of the Files in a Folder"
Here is an example of loading all TIFF files in a folder: http://www.igorexchange.com/node/537
You would need to change ImageLoad to LoadWave/J/M with possibly other flags as well.
Also execute this for further information:
DisplayHelpTopic "Loading All of the Files in a Folder"
September 22, 2011 at 12:53 pm - Permalink