Re: Spatial and density calibration from TIFF files to ImageJ

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: Spatial and density calibration from TIFF files to ImageJ

Davide Guarisco
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
Reply | Threaded
Open this post in threaded view
|

Re: Spatial and density calibration from TIFF files to ImageJ

ctrueden
Hi Davide,

> I wish this was documented...

Please go ahead and start a wiki page on http://imagej.net/ to do so! Maybe
"ImageJ TIFF Format"? With Category:Development?

Regards,
Curtis
On Oct 29, 2015 7:36 PM, "Davide Guarisco" <[hidden email]> wrote:

> 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
>

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