Module binaryimage
source code
Authors: Gael Goret, Jerome Kieffer, ESRF, France Emails:
gael.goret@esrf.fr, jerome.kieffer@esrf.fr
Binary files images are simple none-compressed 2D images only defined
by their : data-type, dimensions, byte order and offset
This simple library has been made for manipulating exotic/unknown
files format.
Version:
17 Apr 2012
- Authors:
-
Ga\xc3\xabl Goret,
J\xc3\xa9r\xc3\xb4me Kieffer
Contact:
gael.goret@esrf.fr
Copyright:
European Synchrotron Radiation Facility, Grenoble, France
License:
GPLv3+
|
binaryimage
This simple library has been made for manipulating exotic/unknown
files format.
|
|
__doc__ = ...
|
|
logger = logging.getLogger("binaryimage")
|
|
__package__ = ' fabio '
|
__doc__
- Value:
"""
Authors: Gael Goret, Jerome Kieffer, ESRF, France
Emails: gael.goret@esrf.fr, jerome.kieffer@esrf.fr
Binary files images are simple none-compressed 2D images only defined
by their :
data-type, dimensions, byte order and offset
...
|
|