class TimeBasedPlusDriftCorrection[source]
calculate_flat_field(frame, data, frames, distance)[source]
calculate_flat_field_drift(template)[source]
calculate_shift(im1, im2, template)[source]
fill_nans(im1, im2)[source]
post_process()[source]

This method is called after the process function in the pipeline framework as a post-processing step. All processes will have finished performing the main processing at this stage.

Parameters

exp (experiment class instance) – An experiment object, holding input and output datasets

pre_process()[source]

This method is called immediately after base_pre_process().

set_template_params()[source]