Login  Register

Re: Label Stacks skipping time steps

Posted by Swayne, Theresa C. on Jun 07, 2016; 1:33pm
URL: http://imagej.273.s1.nabble.com/Label-Stacks-skipping-time-steps-tp5016517p5016602.html


Greetings, Rafael & Kees,

In my hands the labels get “stuck” on 00:00:00 if the overlay is used, but they are correct if drawn onto the image.

Below is a macro (save it as an .ijm file) that reproduces the problem on my system, using the file that Rafael provided.

So if others can reproduce this, I think there may be a bug in the Stack Labeler.


————————————————————————

// open the example image "label issue-1.tif" then run the macro

run("Duplicate...", "duplicate");
selectWindow("label issue-1.tif");
run("Label...", "format=00:00:00 starting=0 interval=300 x=5 y=20 font=18 text=[] range=1-5");
rename("no overlay.tif");
selectWindow("label issue-2.tif");
run("Label...", "format=00:00:00 starting=0 interval=300 x=5 y=20 font=18 text=[] range=1-5 use");
rename("overlay.tif”);
—————————————————————————

On Jun 7, 2016, at 3:40 AM, Straatman, Kees (Dr.) <[hidden email]<mailto:[hidden email]>> wrote:

Hi Rafael,

I am afraid I cannot reproduce the problem. The image you made available gives me correctly all time points.

Kees

-----Original Message-----
From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of Rafael Buono
Sent: 06 June 2016 21:23
To: [hidden email]<mailto:[hidden email]>
Subject: Re: Label Stacks skipping time steps

Hi Kees,

Here is a link to it:
https://floppy.psb.ugent.be/public.php?service=files&t=4e84133149a330218f9148e49d9fd185

On this one the label was getting stuck in time zero throughout the stack.
Any clues as to what could be causing this?

Best,

Rafael

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html

------------------------------------
Theresa Swayne, Ph.D.
Manager
Confocal and Specialized Microscopy Shared Resource<http://hiccc.columbia.edu/research/sharedresources/confocal>

Herbert Irving Comprehensive Cancer Center
Columbia University Medical Center
1130 St. Nicholas Ave., Room 222A
New York, NY 10032
Phone: 212-851-4613
[hidden email]<mailto:[hidden email]>


--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html