hexrd.imageseries.process module

Class for processing individual frames

class hexrd.imageseries.process.ProcessedImageSeries(imser, oplist, **kwargs)[source]

Bases: ImageSeries

Images series with mapping applied to frames

ADD = 'add'
DARK = 'dark'
FLIP = 'flip'
GAUSS_LAPLACE = 'gauss_laplace'
RECT = 'rectangle'
addop(key, func)[source]

Add operation to processing options

key - string to use to specify this op func - function to call for this op: f(data)

property dtype
property metadata
property oplist

list of operations to apply

property shape