Radial Profile Extended

Author: Philippe Carl (pcarl at uni-muenster.de)
History: 2006/08/18: First version
Source:Contained in the JAR file. To open a JAR file, change the extension from ".jar" to ".zip" and double click on it.
Installation: Download Radial_Profile_Angle_Ext.jar to the plugins folder, or subfolder, restart ImageJ, and there will be two new commands (Radial Profile Angle and Radial Profile Height) in the Plugins menu, or submenu.
Description: This plugin is an update of the Radial Profile plugin from Paul Baggethun. The plugin lets you choose the starting angle and integration angle over which the integration on the defined Roi is done. The integration will be done over an area defined by : starting angle +/- integration angle. The size and the position of the Roi can be defined and modified by either using the plugin menu or shortkeys on keyboard. Additionnally, the integration calculation can be done over a whole stack.

The plugin is implementing the GenericRecallableDialog developed in the Contour Plotter plugin from Walter O'Dell as well as extending the MultyPlotWindow developed in the Color Profiler plugin by Dimiter Prodanov (University of Leiden).

The plugin includes also a routine abling the calculation of the radius of the generated Roi and saving the data in a result panel.

The keyboard shortcuts of the plugin are the following (active when the picture window is selected)

    Modify ROI X position by: - 1 pixel -> Left/Right keys
        -  5 pixels -> ALT + Left/Right keys
        - 10 pixels -> CTRL + Left/Right keys

    Modify ROI Y position by: - 1 pixel -> Up/Down keys
        -  5 pixels -> ALT  +  Up/Down keys
        - 10 pixels -> CTRL + Up/Down keys

    Modify ROI size by : - 1 pixel -> PageUp/PageDown keys
        -  5 pixels -> ALT   + PageUp/PageDown keys
        - 10 pixels -> CTRL + PageUp/PageDown keys

    Plot Droplet ROI: t
    Plot Integration Area: b
    Calculate ROI Radius: g
    Calculate Radial Profile: q
    Calculate Stack Radial Profile: u

|Plugins | Home |