edu.rit.mri
Class SpinRelaxometrySeq

java.lang.Object
  extended by edu.rit.mri.SpinRelaxometrySeq

public class SpinRelaxometrySeq
extends 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
static void main(String[] args)
          Main program.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(String[] args)
                 throws Exception
Main program.

Throws:
Exception


Copyright © 2005-2012 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.