Login  Register

Re: RG2B colocalization plugin

Posted by Michael Schmid on Jun 25, 2007; 10:33am
URL: http://imagej.273.s1.nabble.com/Method-to-plot-RGB-pixel-values-tp3699004p3699007.html

On 23 Jun 2007, at 02:16, Catherine Degnin wrote:

> I would like to download Chris Mauer's RG2B Colocalization plugin.  
> When downloading from the NIH website I pull down the script, but  
> not a packaged .class file.

Hi Catherine,

if you see a file starting with "import ij.*;" it is not a script but  
Java code.

If you see already the java code, select File>Save Page As... to save  
it.

Another way of doing it:
Before getting there, either right-click the  
"RG2B_Colocalization.java" link and select "Save link as..." (or  
whatever your Web browser calls that option), or click it with the  
alt key down, which should also download the file on most browsers.

As the text on the web page tells, put the file into the ImageJ/
plugins folder (or a subfolder therof), then select "Compile and Run"  
from the ImageJ menu and select this file. This creates a .class file.
After closing and reopening Image, it will be installed in the  
"Plugins" menu (because it has an underscore in its name).

Michael