Re: \\ vs \ for macro converting h5 to vtk

Posted by vinaympai on
URL: http://imagej.273.s1.nabble.com/vs-for-macro-converting-h5-to-vtk-tp3684246p3684248.html

Nathaniel Ryckman wrote
Try this command instead:

run("Load HDF5 File", "open=" + nuChild + ")";
I made a slight change to your command:
run("Load HDF5 File", "open=" + nuChild + ")"); since it was complaining of missing the ending round bracket.  The command then does not return an error and I get a message saying loading HDF5 File:.....
and no image loads :(.

I also do not quite understand how only one bracket can exist (does it not need closure?)?

Could this possibly be a PC v Linux issues for hdf5 reader, maybe?  I can use / instead of \\ and that also works.

Vinay
P.S. In my earlier message, I had a slip-up: note that nuChild and nuCur are the same (slip-up not obviously in the code but when typing it up for the msgboard)