Documentation of 'edu.rit.mri.PlotPixel' Java class
PlotPixel
edu.rit.mri

Class PlotPixel



  • public class PlotPixel
    extends java.lang.Object
    Class 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 void main(java.lang.String[] args)
      Main program.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
                         throws java.lang.Exception
        Main program.
        Throws:
        java.lang.Exception

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.