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

Class kcdimage

source code

fabioimage.fabioimage --+
                        |
                       kcdimage

Read the Nonius kcd data format

Instance Methods [hide private]
 
_readheader(self, infile)
Read in a header in some KCD format from an already open file @
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 

Read in a header in some KCD format from an already open file @

Overrides: fabioimage.fabioimage._readheader

read(self, fname)

source code 

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

Overrides: fabioimage.fabioimage.read