Background#

class Background(parent: QWidget = None)[source]#

Performs the background correction.

parameters_load()[source]#

Loads parameter values from disk.

parameters_save()[source]#

Saves parameter values to disk.

parameters_different()[source]#

Returns if parameter values are different in UI than on disk.

on_enter()[source]#

Called when entering the page.

on_redo()[source]#

Called when the re-do button is clicked.

correct_background()[source]#

Triggers background correction of the compressed images.

stitch_images()[source]#

Triggers stitching the background-corrected images.

tile_image()[source]#

Triggers tiling of the display image.

tasks_done()[source]#

Finishes up when all background tasks are done.

invalidate()[source]#

Invalidates results from this analysis step.