Class PlotPixel
- java.lang.Object
-
- edu.rit.mri.PlotPixel
-
public class PlotPixel extends java.lang.ObjectClass PlotPixel 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 measured spin signal for the pixel at a given index. The program reads the spin signal from a spin signal data set file using class SignalDataSetReader.
The program includes a plot of the fitted spin signal for the pixel as determined by the spin relaxometry analysis. The program reads the analysis results from a tissues data set file using class TissuesDataSetReader. The program also prints the tissues' computed spin densities ρj, spin-lattice relaxation rates R1j, and spin-lattice relaxation times T1j. The program prints χ2, the sum of the squared differences between the measured spin signal and the fitted spin signal; the degrees of freedom (dof) in χ2; and the standard deviation σ of the errors in the measured signal derived from χ2.
If no tissues data set file is specified, the analysis results are not plotted or printed.
Usage: java edu.rit.mri.PlotPixel signalfile [ tissuesfile ] index
signalfile = Spin signal data set file
tissuesfile = Tissues data set file
index = Pixel index
-
-
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