Re: save log to column
Posted by Gabriel Landini on Apr 07, 2009; 9:03am
URL: http://imagej.273.s1.nabble.com/save-log-to-column-tp3692355p3692358.html
On Tuesday 07 April 2009 09:49:51 danibodor wrote:
> The thing I want to do is to make measurements in a picture, output it to
> an excel column, then make measurements in a new picture and export that to
> the next column etc. Now I am savind everything to txt files, and
> afterwards have to copy everything to excel. that basically works, but
> takes a lot of time.
With a bit of macro programming, you could output to the log window, one row
per image, delimited with tabs (rather than output in columns)
When you analysed all images, save the log window as txt, load it in a
spreasheet and transpose it, so rows become columns and viceversa.
There is also an Excel Writer plugin which might be handy, but not sure if
that does what you are looking for.
G.