hexrd.imageseries.load.array module

Adapter class for numpy array (3D)

class hexrd.imageseries.load.array.ArrayImageSeriesAdapter(fname, **kwargs)[source]

Bases: ImageSeriesAdapter

Collection of Images in numpy array

Parameters

fname: None

should be None

data: array (n, m, l)

3-dimensional data array

metadata: dict (optional)

the metadata dictionary

property dtype
format = 'array'
property metadata

Image sequence metadata

property shape