Skip to content

Commit

Permalink
Runnable in terminal, can be changed for adaxial
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanCullen11 committed Aug 3, 2021
1 parent 76b1fa3 commit 24df5f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion only_ab.py → utilities/image_processing/only_ab.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
def main(list_of_folders: list):
for folder in list_of_folders:
files = os.listdir(folder)
ab_graveyard_folder = os.path.join(folder, 'abaxial')
ab_graveyard_folder = os.path.join(folder, 'abaxial') # Can be changed for adaxial
os.makedirs(ab_graveyard_folder)
abaxial = [f for f in files if '_abaxial_' in os.path.join(folder, f)]
for ab in abaxial:
Expand Down

0 comments on commit 24df5f3

Please # to comment.