more robust file naming and path handling
Compare changes
Files
5+ 15
− 13
@@ -82,7 +82,7 @@ def fix_ij_dirs(path):
@@ -110,7 +110,7 @@ def open_image_with_BF(path_to_file):
@@ -505,16 +505,18 @@ raw = open_image_with_BF(path_to_image)
@@ -543,7 +545,7 @@ weka_result2 = apply_weka_model(secondary_model, weka_result1, tiling_factor )
@@ -553,7 +555,7 @@ rm.hide()
@@ -565,7 +567,7 @@ if fiber_channel > 0:
@@ -583,7 +585,7 @@ if fiber_channel > 0:
@@ -593,7 +595,7 @@ raw.setDisplayMode(IJ.COMPOSITE)
@@ -603,6 +605,6 @@ total_execution_time_min = (time.time() - execution_start_time) / 60.0
\ No newline at end of file