xmcdpy.process_folder_fully¶
- xmcdpy.process_folder_fully.process_folder_fully(data_folder, norm_image_path, save_folder, every_n_images=40, erode_size=40)¶
Attempts to fully process the folder automatically. All images need to be in the data_folder with different polarization containing “min” and “max” in their names. Saves the results in the save_folder.
- Parameters
data_folder (str) –
norm_image_path (str) –
save_folder (str) –
every_n_images (int, optional) – How many images to take for finding the alignment mask. Defaults to 40.
erode_size (int, optional) – How much to erode the mask. Defaults to 40.