Login  Register

Re: macro help please

Posted by Gabriel Landini on Dec 30, 2009; 5:43pm
URL: http://imagej.273.s1.nabble.com/macro-help-please-tp3689867p3689876.html

On Wednesday 30 December 2009, you wrote:
> removing those two statements works well with my 3 test images.  I'll
> try it with the full set of 1000 images later.

Good, I wonder if this is a problem of using batchMode.

>  How would I tell if  there is an inverted LUT with a particular image?

That is explained in:
http://rsb.info.nih.gov/ij/developer/macro/functions.html

is("Inverting LUT")
 Returns true if the current image is using an inverting lookup table.

but it might be unlikely since you say that all the images are taken with the
same camera and they have not been edited.

Cheers,
G.