tomoscan.framereducerbase.FrameReducerBase

class tomoscan.framereducerbase.FrameReducerBase(scan: TomoScanBase, reduced_method: ReduceMethod, target: REDUCER_TARGET, output_dtype: Optional[dtype] = None, overwrite=False)

Bases: object

Base class for frame reduced. We expect one per file format

__init__(scan: TomoScanBase, reduced_method: ReduceMethod, target: REDUCER_TARGET, output_dtype: Optional[dtype] = None, overwrite=False)

Methods

__init__(scan, reduced_method, target[, ...])

run()

Attributes

output_dtype

overwrite

reduced_method

reducer_target

scan