Package fabio :: Module GEimage_old :: Class GEimage
[hide private]
[frames] | no frames]

Class GEimage

source code

fabioimage.fabioimage --+
                        |
                       GEimage

Instance Methods [hide private]
 
_readheader(self, infile)
Must be overridden in classes
source code
 
read(self, fname)
Read in header into self.header and...
source code

Inherited from fabioimage.fabioimage: __init__, add, getframe, getheader, getmax, getmean, getmin, getstddev, integrate_area, make_slice, next, previous, readheader, rebin, resetvals, toPIL16, update_header, write

Inherited from fabioimage.fabioimage (private): _compressed_stream, _open

Class Variables [hide private]
Method Details [hide private]

_readheader(self, infile)

source code 

Must be overridden in classes

Overrides: fabioimage.fabioimage._readheader
(inherited documentation)

read(self, fname)

source code 

Read in header into self.header and
    the data   into self.data

Overrides: fabioimage.fabioimage.read