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

Class SpinRelaxometrySeq



  • public class SpinRelaxometrySeq
    extends java.lang.Object
    Class SpinRelaxometrySeq is a sequential program that does a spin relaxometry analysis of one or more magnetic resonance images. Each MR image's spin signal data set is stored in a file as defined in class SignalDataSetWriter. The program does the following for each spin signal data set file. Using an instance of class SignalDataSetReader, the program reads the spin signal data for each pixel in the image. Using class PixelAnalysis, the program does a spin relaxometry analysis on each pixel and computes the tissues for each pixel. Using an instance of class TissuesDataSetWriter, the program writes the tissues data into another file. For example, if the input spin signal data set files are named image1.dat, image2.dat, and so on, the output tissues data set files are named tissues_image1.dat, tissues_image2.dat, and so on.

    Usage: java edu.rit.mri.SpinRelaxometrySeq R1_lower R1_upper N signalfile [ signalfile . . . ]
    R1_lower = Lower R1 spin-lattice relaxation rate (1/sec)
    R1_upper = Upper R1 spin-lattice relaxation rate (1/sec)
    N = Number of R1 intervals
    signalfile = Input spin signal data set file

    • 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.