Skip to content

Commit

Permalink
hyperspy init commit
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalielias committed Jul 4, 2023
1 parent 84cdb5c commit a25cce6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imageMapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import time
from PIL import Image
from PIL.ExifTags import TAGS

#import hyperspy.api as hs

def readFile(file_path):
image = Image.open(file_path)
Expand Down Expand Up @@ -114,4 +114,4 @@ def processImageFolder(input_folder, output_folder, map_file):
output_folder = '/Users/elias/Desktop/PP13_Mapping/pp13-mapper/py_script_results'
map_file = "/Users/elias/Desktop/PP13_Mapping/pp13-mapper/schemas/sem_fib_nested_schema_map.json"

processImageFolder(input_folder, output_folder, map_file)
processImageFolder(input_folder, output_folder, map_file)

0 comments on commit a25cce6

Please sign in to comment.