diff --git a/src/coastseg/classifier.py b/src/coastseg/classifier.py index aef10680..b0e45b91 100644 --- a/src/coastseg/classifier.py +++ b/src/coastseg/classifier.py @@ -9,6 +9,9 @@ from coastseg import common from coastseg import file_utilities +# Some of these functions were originally written by Mark Lundine and have been modified for this project. + + def move_matching_files(input_image_path, search_string, file_exts, target_dir): """ Move files matching the given search string and file extensions to the target directory.