Re: pluggin for ASMDW data extraction

Posted by Albert Cardona on
URL: http://imagej.273.s1.nabble.com/pluggin-for-ASMDW-data-extraction-tp3703433p3703434.html

Sylvie,

- to add a shortcut key to a macro, just add the key between [] such as:

macro 'Run this and that [f5]' {
        showMessage("Done");
}

So you have to record your macro and then edit it manually in a text editor to
add the shotcut key.

- to open Zeiss images:
Have a look at the LSM Reader plugin at
http://rsb.info.nih.gov/ij/plugins/lsm-reader.html

The "folder file", if you give us some more information, we can maybe write a
tiny plugin that opens it and shows its contents automatically. Is it a
zipped folder? Or what exactly?
Check also google for plugins that already do so.

Albert