Re: 3D Display
Posted by
David Hovis on
Mar 12, 2008; 4:59pm
URL: http://imagej.273.s1.nabble.com/3D-Display-tp3696908p3696920.html
On Mar 12, 2008, at 12:45 PM, Luciano Silva wrote:
> Dear David,
> I have tried your suggestion but I did not know what is the format
> to import
> a text image. Should we separte each height value using commas or
> spaces?
> Our matrix has 512x512 lines x columns but the reference value to
> be used
> on further calculations is different from this pixels values (eg. a
> 512x512
> matrix could be truth a dimension of 100 µmx100 µm). The height is
> already
> in µm units.
> Thanks in advance,
> Luciano
I just tested it and it looks like comma separated does not work, but
space or tab separated does. Each line must contain the same number
of columns as the first. The text file should contain only the image
data. Your height data will be preserved in whatever units they are
currently in.
After you load the image, you can set the x-y scale using Image-
>Properties... or Analyze->Set Scale...
--David