tomopy_cli.prep

Functions:

all(proj, flat, dark, params, sino)

remove_nan_neg_inf(data, params)

cap_sinogram_values(data, params)

zinger_removal(proj, flat, params)

flat_correction(proj, flat, dark, params)

remove_stripe(data, params)

phase_retrieval(data, params)

minus_log(data, params)

beamhardening_correct(data, params, sino)

Performs beam hardening corrections.

tomopy_cli.prep.all(proj, flat, dark, params, sino)[source]
tomopy_cli.prep.beamhardening_correct(data, params, sino)[source]

Performs beam hardening corrections. Inputs data: data normalized already for bright and dark corrections. params: processing parameters sino: row numbers for these data

tomopy_cli.prep.cap_sinogram_values(data, params)[source]
tomopy_cli.prep.flat_correction(proj, flat, dark, params)[source]
tomopy_cli.prep.minus_log(data, params)[source]
tomopy_cli.prep.phase_retrieval(data, params)[source]
tomopy_cli.prep.remove_nan_neg_inf(data, params)[source]
tomopy_cli.prep.remove_stripe(data, params)[source]
tomopy_cli.prep.zinger_removal(proj, flat, params)[source]