Closed WillGiang closed 6 years ago
Hi @WillGiang I cannot reproduce the bug. How do you trigger it?
Hi @tinevez
I made a Fiji screen cast and also added the xml/h5 files into this Dropbox folder https://www.dropbox.com/sh/i9n87rhsnd55njn/AAArQzum9WuqKTyuTSie5HSya?dl=0
For future reference, I open Fiji and do the following Plugins -> Load -> MaMuT -> Load MaMuT File -> Navigate to MaMuT xml file
output in console is `Computing spot features. Computation done in 0 ms. Computing edge features:
These XML files were made by ilastik v1.3.0, so I hope I'm not bothering the wrong person!
Please try removing the {index}
from both files, and edit the MaMuT file accordingly.
Ah, the curly braces were the issue, eh?
Thank you for your assistance.
Yep. I got blocked after: it gave me an error about a missing reader for Ilastik HDF5. But I guessed you would not have this one. So we must simply avoid using forbidden chars in file names.
@tinevez wrote:
So we must simply avoid using forbidden chars in file names.
Curly brackets are not at all a forbidden char in filenames on most file systems: https://en.wikipedia.org/wiki/Filename#Comparison_of_filename_limitations
Hi, I'm trying to use MaMuT 0.28.0 on Windows 7 64bit.
I'm getting the following error (unimportant parts of the file path replaced with foo) after trying to load a mamut XML file.
A quick search on Stack Overflow yields this solution https://stackoverflow.com/a/8474725 But I admit I'm not comfortable enough to make a pull request.
Thanks, Will