multistackreg and loop of it

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

multistackreg and loop of it

Renaud Poincloux
Dear List,

Is there a way to loop the multistackreg plugin in a macro without
having to save (manually) the TransformationMatrices for each stack ?

Thanks,
Renaud

--
*Renaud Poincloux, PhD*
/Ingénieur de recherche CNRS/

*Plateforme TRI*
tri.genotoul.fr <http://tri.genotoul.fr>
*&*
*Equipe "Activation et différenciation des phagocytes"*
ipbs/Eq.Maridonneau-Parini.fr
<http://www.ipbs.fr/?-Differenciation-et-activation-des-&lang=en>

*Institut de Pharmacologie et de Biologie Structurale*
/UMR5089 CNRS-Université Paul Sabatier
205 route de Narbonne, 31077 Toulouse BP64182
tel. 05 61 17 58 49
/ www.ipbs.fr

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: multistackreg and loop of it

RhodW
Add the path to the "file_1" parameter in the call.
 eg.
run("MultiStackReg", "stack_1=Stack action_1=Align file_1="+path+"ImageStack "+(i)+".txt' stack_2=None action_2=Ignore file_2=[] transformation=[Translation] save");

Rhod