| Trees | Indices | Help |
|
|---|
|
|
object --+
|
TiffSequence
Sequence of image files.
>>> ims = TiffSequence("test.oif.files/*.tif") >>> ims = ims.asarray() >>> ims.shape (2, 100, 256, 256)
|
|||
| _ParseError | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
_axes_pattern =
|
|||
|
|||
|
Inherited from |
|||
|
|||
Initialize instance from multiple files. Parameters
|
|
Read image data from all files and return as single numpy array. Raise IndexError if image shapes don't match. |
|
|||
_axes_pattern
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 15 19:07:38 2017 | http://epydoc.sourceforge.net |