clean_data ========== .. py:module:: clean_data Functions --------- .. autoapisummary:: clean_data.list_filenames clean_data.difference_filenames clean_data.main Module Contents --------------- .. py:function:: list_filenames(folder: str, extension='*.png', basename=True) Return the list of files in a folder. .. py:function:: difference_filenames(folder1, folder2) folder1 has more files than folder2. .. py:function:: main() Loop through the generated figures and remove the additional files in images and masks.