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

Class R1Image



  • public class R1Image
    extends java.lang.Object
    Class 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 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.