Provides HDF-storage for measurement results. At most a single
instance will be available for any given physical HDF5 file.
|
__init__(self,
file_path)
file_path should be the path to a file in a valid directory where
this HDF instance can be stored (Not None or Empty). |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_as_data(self,
cols,
rowNumbers)
Constructs a omero.grid.Data object for returning to the client. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|