Login  Register

Re: Spatial and density calibration from TIFF files to ImageJ

Posted by Davide Guarisco on Oct 30, 2015; 12:27am
URL: http://imagej.273.s1.nabble.com/Re-Spatial-and-density-calibration-from-TIFF-files-to-ImageJ-tp5014796.html

I finally found the solution. I hope this helps somebody.

The individual pieces of the Image Description tag (TIFF tag 270) must be separated by newlines.

That is:
'ImageJ=1.50b unit=nm cf=0 c0=0 c1=0.33 vunit=nm' will not work, but
'ImageJ=1.50b\nunit=nm\ncf=0\nc0=0\nc1=0.33\nvunit=nm' will work.

I wish this was documented...

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