jo-mueller / Slice2Volume

Script that registers Histology slices to volumetric image data
BSD 3-Clause "New" or "Revised" License
11 stars 1 forks source link

Exception handling #2

Closed jo-mueller closed 4 years ago

jo-mueller commented 4 years ago

There are some unhandled exceptions:

schneidorlein commented 4 years ago

i fixed this issue. now one does NOT need to end the root with "\" for example it looks like this:

root = "C:\Users\Acer\Documents\oncoray\daten_theresa"; coronal_brain = "Brain.nrrd"; root2 = "C:\test";

is that better? it should be more intuitive right?

schneidorlein commented 4 years ago

it seems like that one can not enter a doublebackslash here, it always converts it into a simple onebackslash. so in between there is still a doublebackslash, but not at the end of the root! that one has to put a doublebackslash in between, one can mention in the readme i suppose

jo-mueller commented 4 years ago

Well. As soon as Robert has finished the input GUI, the filebrowser functions always return folders with a "/" at the end and files without it. I would close this issue because it should be covered by Robert's task.