NucMed_Image LUTs
 
Author: J. Anthony Parker, MD PhD (J.A.Parker@IEEE.org )
after Mark D. Wittry, MD
Dates: 2001/10/31: First version
2007/11/24: ConvertLUT_TP and LUT_Values_TP added.
Source: Lookup Tables: Lookup Tables.zip
Lookup Table Loader: Lookup_Tables.java
Convert a few text file lookup table formates to ImageJ format: ConvertLUT_TP.java
Show values of the current lookup table in a text window: LUT_Values_TP.java
Installation: Download:  1) Put Lookup Tables.zip and Lookup_Tables.class in plugins/NucMed/.  Put ConvertLUT_TP.class and LUT_Values_TP.class in plugins/NucMed/ if these functions are desired.  2) Alternately, just download all of NucMed.  3) The lookup tables can be downloaded individually and loaded with the ImageJ open command.
Description: This zip file contains the Look-up Tables stolen from NucMed_Image written by Mark D. Wittry, MD.  The java plugin, Lookup_Tables, will load lookup tables in plugins/NucMed/Lookup_Tables/.  The ImageJ open command will also open these LUTs, this plugin just provides a direct path to this group of LUTs.

ConvertLUT_TP converts a few text file LUT formats into ImageJ LUT files.  Files must have one set of red, green, blue values per line.  The values may have two hexadecimal digits for each value, where the digits are located a fixed character positions.  Or, the values may be decimal numbers separated by commas or tabs.

LUT_Values_TP displays the red, green, and blue values of the current LUT in a text window.  The values are in decimal separated by <tab>.  Run with the <alt> key down to use  <comma><space> as the separator.  The text window can be saved to a file using ImageJ's Save command, just like any other text window.
| Parker Plugins | Parker Applets | ImageJ Plugins | ImageJ Home |