Hyperstack macro problem

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Hyperstack macro problem

AdamC
Hello all,

This is a simple/dumb problem. I'm trying to put a step in a macro  
which coverts a composite hyperstack into an RBG image. I can do this  
by adding the line

run("Stack to RGB");

This works fine, but gives the dialogue "Convert entire HyperStack?"  
and requires the user to click 'OK'
Is there any way to avoid this dialogue? Like a 'Click Ok' function?
I've tried using the macro recorder, but it only gives me this line.

Thanks

Adam


Dr Adam Cliffe
Research Fellow
Rørth Lab
Cell Migration Group
Temasek Lifescience Laboratory
1 Research Link
National University of Singapore
Singapore 117604

tel: (65) 6872 8406
fax: (65) 6872 7007
Reply | Threaded
Open this post in threaded view
|

Re: Hyperstack macro problem

Wayne Rasband
> Hello all,
>
> This is a simple/dumb problem. I'm trying to put a step in a macro
> which coverts a composite hyperstack into an RBG image. I can do this
> by adding the line
>
> run("Stack to RGB");
>
> This works fine, but gives the dialogue "Convert entire HyperStack?"
> and requires the user to click 'OK'
> Is there any way to avoid this dialogue? Like a 'Click Ok' function?
> I've tried using the macro recorder, but it only gives me this line.

This bug is fixed in the v1.42b daily build. You can upgrade using the
Help>Update ImageJ command and selecting "daily build" from the drop
down menu. Use the Plugins>Utilities>Update Image command to upgrade
versions older than 1.41e.

-wayne