| Home | Trees | Indices | Help |
|
|---|
|
|
Base class for data readers.
Every subclass has to put all information into to variable:
self._data: ndarrayself._props: dictThis class provides two methods (and associated properties) to retrieve this information.
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
data = property(fget= getData, doc= "Data array")
|
|||
props = property(fget= getPropsAsDict, doc= "Property dict")
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 23 23:09:33 2012 | http://epydoc.sourceforge.net |