Materials Editor

Requires ImageJ 1.53k or higher, MuMassCalculatorLib.jar.


See the Home page for CT_Tools download and installation instructions.

Home

The Materials Editor provides a non-modal dialog that allows the user to edit the list of material names, formulas and densities used to compute mass and linear attenuation coefficients.

The materials list saves a lot of tedious typing of formulas and densities used by the CT_Tools plugins.

The Materials Editor UI

Tag list requirements

  1. DefaultMaterials.csv is the only material list recognized by the ImageJ plugins1.
  2. Must have "Tag" as the first column header.
  3. A unique integer tag for each formula.
  4. X:1:Y:2 Formula example CaCO3, Calcium Carbonate, formatted as Ca:1:C:1:O:3.
  5. Densities in grams/cc.
  6. Do not edit the DefaultMaterials.csv file while running a dependent plugin.

Tag list features

  1. Tags are not required to be sorted in numerical order or numbered continuously.
  2. Duplicate Tags, bad formulas, bad densities, and blank cells raise errors. It's better to catch them before they crash your analysis.
1. During testing, mutiple materials lists were allowed and chaos rapidly ensued because each plugin was soon using a different materials list. Users can create their own custom DefaultMaterials.csv files and rename/replace them as needed in the DialogData folder.

Home