olaf.image_verification.freezing_reviewer¶
Classes¶
Module Contents¶
- class olaf.image_verification.freezing_reviewer.FreezingReviewer(root, folder_path, num_samples, includes)¶
Bases:
olaf.image_verification.button_handler.ButtonHandler
- Parameters:
root (tkinter.Tk)
folder_path (pathlib.Path)
num_samples (int)
includes (tuple)
- _update_image(sample, change)¶
Update the number of frozen wells for the given sample in the current image. :param sample: sample number to update :param change: change in the number of frozen wells
- Returns:
None
- Parameters:
sample (int)
change (int)
- Return type:
None
- _display_num_frozen(pic_file_name)¶
Display the number of frozen wells for each sample in the current image. :param pic_file_name: name of the current image
- Returns:
None
- Parameters:
pic_file_name (str)
- Return type:
None