Login  Register

Re: data collection macro/plug-in?

Posted by Gabriel Landini on Jun 28, 2010; 2:09pm
URL: http://imagej.273.s1.nabble.com/data-collection-macro-plug-in-tp3687808p3687809.html

On Monday 28 Jun 2010  15:03:00 you wrote:

> a) guide the user by prompting for the polyline to enter, and write each
> one to a file after a single "done" click. (automatically generating
> filenames) b) collect all of the x,y sequences and write out a .csv file
> suitable for input to Excel. (only ONE file to output! much less work
> later!)  This will also help enforce constraints among the features.

Not sure if this is what you want, but the above could perhaps be written in a
loop that prompts the user to draw the line and calls the WaitForUser
function, so the user can now set the line and so on. When one presses OK then
macro/code carries forward setting the file name with an increment, save, etc.
and loops again for the next curve.

Regards

Gabriel