06-11-2010 11:25 AM
I use labview for the data acquisition. the data (spectra) is saved as txt files.
but the calibration program, which is also in labview, only reads .tiff files.
so how can labview handle these txt files to .tiff files? I am not sure if labview can do this or not.
Thanks,
Lei
06-11-2010 01:37 PM
Text files and tiff files are two completely different things. There is no conversion.
Text files are human readable. A series of ASCII bytes that if you look at them, you'll know what it says.
TIFF is a binary file format for rasterized images. Just like a bitmap file. I don't even know why a calibration program would try to read a .tiff file.
06-12-2010 12:25 PM
Thanks!
I attach the sample program for the calibration. it only loads three types of files: SPE, TIF, PMI.....
Maybe i can save my file in the acquisition program as .tif? How can I do this?
Lei
06-12-2010 12:33 PM
There isn't much I can do looking at your file. The major portion of your VI requires subVI's that are a part of some SITK toolkit which I don't have.
I don't know what SPE and PMI files are.
I'd suggest reading the context help on any of those subVI's that are a part of the image library and calibration library of those SITK files.
06-12-2010 12:42 PM
06-12-2010 01:08 PM
I am using SITK toolkits from princeton instruments camera...
I wrote the acquisition program myself..... just wondering how to save the file as .tiff. I am attaching my program, currently it is saved as .lvm format
thanks guys,
Lei
06-12-2010 01:22 PM
06-12-2010 01:29 PM
Thanks Dennis, I will look into it.
Lei