hexrd.imageseries.load.rawimage module

Adapter class for raw image reader

class hexrd.imageseries.load.rawimage.RawImageSeriesAdapter(fname, **kwargs)[source]

Bases: ImageSeriesAdapter

collection of images in HDF5 format

format = 'raw-image'
property metadata

imageseries metadata

property shape

shape of individual image frame

static typechars(numtype, bytes_=4, signed=False, little=True)[source]

Return byte-type for data type and endianness

numtype (str) - “i”, “f”, “d”, “b” for int, float, double or bool bytes - number of bytes: 1,2,4, or 8 for ints only signed (bool) - true for signed ints, false for unsigned little (bool) - true for little endian