The Image Cytometry Standard (ICS) is a file format for images, primarily in microscopy imaging. The file format has been described by Dean1990. ICS files allow to store further information on the imaging system along with the actual image (e.g aperture, light setting, microscope, and camera). Moreover, the file format allows to store several integer format, floating point images as well as complex valued images.
The library libics is a C library to read an write ICS image files. This module wraps the functions provided by libics to Python. Actual image data are returned as numpy arrays. Numpy array in turn can be written to ICS image files.
Please follow the installation instructions to install the package on your system.
If you have any questions regarding the installation or use of this package, don't hesitate to contact me.
Limitations and known bugs
- Writing ics data as version 2.0 is broken
- Accessing ics history entries with the iterator interface seems not to work properly
- Compression appears to be not working
License
Pylibics is free software; you can redistribute it and/or modify it under the terms of the BSD License.
Release Changes
1.5.2b1, Released 2010-11-23
- Basic support for libics

