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

Class kcdimage

source code

           object --+    
                    |    
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

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

_readheader(self, infile)

source code 

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

Parameters:
  • infile (file object) - input stream
Overrides: fabioimage.fabioimage._readheader

read(self, fname)

source code 

Read in header into self.header and
    the data   into self.data
@param fname: input file name
@type fname: string

Overrides: fabioimage.fabioimage.read