clean_data

Functions

list_filenames(folder[, extension, basename])

Return the list of files in a folder.

difference_filenames(folder1, folder2)

folder1 has more files than folder2.

main()

Loop through the generated figures and remove the additional files in images and masks.

Module Contents

clean_data.list_filenames(folder: str, extension='*.png', basename=True)

Return the list of files in a folder.

clean_data.difference_filenames(folder1, folder2)

folder1 has more files than folder2.

clean_data.main()

Loop through the generated figures and remove the additional files in images and masks.