edu.rit.mri
Class R1Image
- java.lang.Object
-
- edu.rit.mri.R1Image
-
public class R1Image extends java.lang.ObjectClass R1Image is a program that displays an image depicting the locations of tissues with certain spin-lattice relaxation rates in a magnetic resonance image data set. A range of relaxation rates is specified on the command line. The program displays an image. Pixels with no data are black. Pixels with no tissues with relaxation rates in the given range are dark gray. Pixels with one or more tissues with relaxation rates in the given range are medium gray to white, depending on the spin densities; medium gray is a low spin density, white is a high spin density. The program uses class SignalDataSetReader to read the data set.Usage: java edu.rit.mri.test.R1Image tissuesfile R1_lower R1_upper
tissuesfile = Tissues data set file
R1_lower = Lower R1 spin-lattice relaxation rate (1/sec)
R1_upper = Upper R1 spin-lattice relaxation rate (1/sec)
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static voidmain(java.lang.String[] args)Main program.
-
DMelt 3.0 © DataMelt by jWork.ORG