Login  Register

Re: How to order images within a stack

Posted by mmettlen on Nov 06, 2013; 11:31am
URL: http://imagej.273.s1.nabble.com/How-to-order-images-within-a-stack-tp3692604p5005472.html

Thanks Lachie - that works. As I've now lost the title of my slices and the montage is labelled image1, etc., I applied the following to get it right again:
setSlice(1)
string1 = "Alexa561"
setMetadata("Label", string1)
setSlice(2)
string2 = "Alexa488"
setMetadata("Label", string2)
setSlice(3)
string3= "Alexa647"
setMetadata("Label", string3)
setSlice(4)
string4 = "merge"
setMetadata("Label", string4)