tomwer.core.process.reconstruction.darkref.params.DKRFRP#

class tomwer.core.process.reconstruction.darkref.params.DKRFRP#

Settings for the calculation of dark and flat fields mean or median

property dark_calc_method#

Dark calculation Method

property dark_pattern#

File pattern to detect edf Dark field

property dark_prefix#

dark prefix for EDF

property do_when#

When should we process calculation. Should be removed now that DKRF process exists. Was needed for fastomo3

property flat_calc_method#

Dark calculation method (None, Average, Median)

property flat_pattern#

File pattern to detect EDF flats files

property flat_prefix#

flat prefix for EDF

static from_dict(_dict)#

create _ReconsParam from a dict readable / writable by fastomo3

load_from_dict(_dict)#

Update current paramters values from a dictionary

property overwrite_dark#

Overwrite Dark results if already exists

property overwrite_flat#

Overwrite Dark results if already exists

property overwrite_ref#
property remove_dark#

Remove original Darks files when done

property remove_raw_flats#

Remove original flat / ref files when done (for EDF only)

to_dict()#

convert object to a dict readable by fastomo3