Login  Register

bug with split channels?

Posted by Cammer, Michael-2 on Sep 06, 2019; 7:18pm
URL: http://imagej.273.s1.nabble.com/bug-with-split-channels-tp5022419.html

When we split channels from the menu for the file 10X10_bg1.tif, we get the correct tiltes in the resulting images of C1-10X10_bg1.tif and C2-10X10_bg1.tif.

However, from within a macro, the results are C1-10X10_bg1.tif and 10X10_bg1.tif0.

We find this problem with ImageJ 1.52p and ImageJ 1.52q45.

The odd part is that this wasn't happening earlier today but is happening now. We quict and restarted the software and updated to the daily build.

The full code is:
macro "iterate colocalization test" {
  title = getTitle;
  run("Split Channels");
  ch1 = "C1-"+title;
  ch2 = "C2-"+title;

Any help appreciated.

Thank you!

Michael Cammer, Sr Research Scientist, DART Microscopy Laboratory
NYU Langone Health, 540 First Avenue, SK2 Microscopy Suite, New York, NY  10016
Office: 646-501-0567 Cell: 914-309-3270  [hidden email]<mailto:[hidden email]>
http://nyulmc.org/micros  http://microscopynotes.com/
Acknowledgement in your publications and presentations of work performed in the Microscopy Core plays a vital role in securing support and the funding necessary to maintain and operate this valuable research resource.   For publications that were made possible by work performed in the core, please use the acknowledgement statement "We thank the NYU Langone Microscopy Core for experimental and technical support" and include required grant numbers as listed here http://microscopynotes.com/ilabnyu/acknowledgements2017.pdf
Please also consider staff for co-authorship if they played a key role in the study.



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