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

Class fabiodata

source code

object --+
         |
        fabiodata
Known Subclasses:

A common class for dataIO in fable Contains a 2d numpy array for keeping data, and two lists (clabels and rlabels) containing labels for columns and rows respectively

Instance Methods [hide private]
 
__init__(self, data=None, clabels=None, rlabels=None, fname=None)
set up initial values
source code
 
read(self, fname=None)
To be overridden by format specific subclasses
source code

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, data=None, clabels=None, rlabels=None, fname=None)
(Constructor)

source code 

set up initial values

Overrides: object.__init__