edu.rit.mri
Class R1Distribution
- java.lang.Object
-
- edu.rit.mri.R1Distribution
-
public class R1Distribution extends java.lang.ObjectClass R1Distribution is a main program that displays the results of a spin relaxometry analysis of a magnetic resonance image.The program displays a plot of the cumulative distribution of the computed spin-lattice relaxation rates R1 for all the tissues. The program reads the relaxation rates from a tissues data set file using class TissuesDataSetReader. The program also prints the deciles of the distribution. The lower and upper bounds of the relaxation rates to plot may be specified on the command line; if omitted, the default is to include all the relaxation rates in the data set.
Usage: java edu.rit.mri.R1Distribution 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