Re: open files error
Posted by dscho on Jun 08, 2009; 2:49pm
URL: http://imagej.273.s1.nabble.com/open-files-error-tp3692197p3692198.html
Hi,
On Thu, 4 Jun 2009, vivace219 wrote:
> Hi. I'm currently trying to write a macros script for Image J that would
> read the .rawl files for each folder. The code is below.
>
> file1head = "K:\\MicroCT Images\\5-25-09\\C00";
I think the space is the culprit. You need to enclose filename in
brackets just like you did it with the type parameter:
> file1tail = ".0000.rawl image=[16-bit Signed] width=512 height=512 offset=0
Hth,
Dscho