Stores the information in a cel file (OBSOLETE).
Needs error handling. Needs to know the chip design.
This class is OBSOLETE; please use the Record class instead.
|
__init__(self,
data_dict)
Pass the data attributes as a dictionary. |
source code
|
|
|
|
|
stdevs(self)
Return a two dimensional array of probe cell standard deviations. |
source code
|
|
|
npix(self)
Return a two dimensional array of the number of pixels in a probe
cell. |
source code
|
|
|
nrows(self)
The number of rows of probe cells in an array. |
source code
|
|
|
ncols(self)
The number of columns of probe cells in an array. |
source code
|
|
|
size(self)
The size of the probe cell array as a tuple (nrows,ncols). |
source code
|
|