Plugin for saving history (like debug mode)

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

Plugin for saving history (like debug mode)

LiviaB
Hi,
is there a method/plugin to save the history of the user operations during a session?
I've tried the debug mode (in Edit/Options/Misc) but the output is too detailed.

I'm just interested in something like

Session started on DATE
Load image XXX
Adjust threshold XX
Make binary
Save as YYY

without listing all the warnings etc...

Thank you
Regards
Livia

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Plugin for saving history (like debug mode)

Krs5
Dear Livia,

You could try Plugins > Utilities > Monitor events.

Best wishes

Kees


Dr Ir K.R. Straatman
Senior Experimental Officer
Centre for Core Biotechnology Services
University of Leicester
http://www.le.ac.uk/biochem/microscopy/home.html 

ImgeJ/Fiji workshops 29 and 30 July 2013: http://www.le.ac.uk/biochem/microscopy/ImageJ2013.html 



-----Original Message-----
From: ImageJ Interest Group [mailto:[hidden email]] On Behalf Of LiviaB
Sent: 12 May 2013 20:14
To: [hidden email]
Subject: Plugin for saving history (like debug mode)

Hi,
is there a method/plugin to save the history of the user operations during a session?
I've tried the debug mode (in Edit/Options/Misc) but the output is too detailed.

I'm just interested in something like

Session started on DATE
Load image XXX
Adjust threshold XX
Make binary
Save as YYY

without listing all the warnings etc...

Thank you
Regards
Livia

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

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Plugin for saving history (like debug mode)

Michael Schmid
In reply to this post by LiviaB
Hi Livia,

what comes close to your idea is the Macro recorder (Plugins>Macros>Record).
If you want to have it always present when ImageJ is opened, put this into the AutoRun of your StartupMacros.txt:
  run("Record...");

It won't record the date, however.

Michael
________________________________________________________________
On May 12, 2013, at 21:14, LiviaB wrote:

> Hi,
> is there a method/plugin to save the history of the user operations during a session?
> I've tried the debug mode (in Edit/Options/Misc) but the output is too detailed.
>
> I'm just interested in something like
>
> Session started on DATE
> Load image XXX
> Adjust threshold XX
> Make binary
> Save as YYY
>
> without listing all the warnings etc...
>
> Thank you
> Regards
> Livia

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: Plugin for saving history (like debug mode)

LiviaB
In reply to this post by LiviaB
Thanks for the suggestion! It's quite nice actually!

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