11-18-2005 10:43 AM
11-18-2005 08:54 PM
Unfortunately, there is no known Stuffit Image Format converter available under LV at that time. Can't you save your images in another format ? Or better, capture directly the image using LabVIEW (you will probably need the IMAQ vision toolkit... rather expensive...).
Another possibility could be to see if your program can be used as an activeX, or run, as an exe, from LabVIEW.
04-01-2009 04:23 AM
Usually you can export ascii files (.asc) and then read them in with the worksheet tool. (At least my andor camera lets me export the files as asc) I am right now writing a program to open andor sif files. If you have patience, and when I figure out how to post progs over here...
X
03-26-2010 10:57 AM
03-26-2010 02:52 PM - edited 03-26-2010 02:53 PM
I was able to write some code to read in at least two different SIF data formats. I can't make any sense out of the file header so you must know the size of the images, the number of bytes per pixel, and the number of frames in the file to be able to read each image frame in correctly. Hopefully this code will be some help.
In the files I have, the image data was stored as single precision numbers. Please let me know how it works out. VIs are LV2009.