edu.rit.mri.test
Class Test05

java.lang.Object
  extended by edu.rit.mri.test.Test05

public class Test05
extends Object

Class Test05 is a unit test main program for class edu.rit.mri.SignalDataSetReader. The program reads the data for a specified pixel index. The program does a spin relaxometry analysis on the data set. The program displays a plot of the data set along with the reconstructed spin signal.

Usage: java edu.rit.mri.test.Test05 signalfile R1_lower R1_upper N index
signalfile = Input spin signal data set file
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
index = Pixel index


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.