Post by M. Katz Has anyone written an image-file reader for Andor CCD-cameras' .sif file format? I see that such things exist for MATLAB. Thanks, M.
Bruxton has a package for capturing data capture from Andor cameras, among others, directly from IDL. I don't know if they have a stand-alone image file format reader, however.
http://www.bruxton.com/SIDX/
Jim P. (This isn't to be construed as an endorsement of Bruxton or their products.)
That's very helpful. I'll look into it. For now, all I'm really looking for is 20 lines of code to handle the headers and read the data into an array correctly. I poked around with readu and byteorder but after 15 minutes I decided I shouldn't try to reinvent the wheel.