edu.rit.mri.test
Class Test06
java.lang.Object
edu.rit.mri.test.Test06
public class Test06
- extends Object
Class Test06 is a unit test main program for class edu.rit.mri.PixelAnalysis. Using an instance of
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.Test06 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 |
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.