|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectSRSolveSeq
public class SRSolveSeq
Class SRSolveSeq is a prototype of an MRI spin relaxometry analysis program.
The program reads in an MRI input data set consisting of a times file, a
number of image files, and a mask file. The program obtains from the command
line a range of N spin relaxation rates to be analyzed
xL .. xU, a range of linear
regularization tradeoff parameter values λL ..
λU, and an output file name. For every pixel and
every λ value, the program calculates the spin spectrum and stores the
results in the output file in a binary format (see class MriOutputWriter).
Class SRSolveSeq is a sequential program designed to run on a single processor.
Usage: java SRSolveSeq x_L x_U N lambda_L
lambda_U L timesfile maskfile outputfile
description
x_L = Spin relaxation rate lower bound
x_U = Spin relaxation rate upper bound
N = Number of spin relaxation rates (linear spacing)
lambda_L = Tradeoff parameter lower bound
lambda_U = Tradeoff parameter upper bound
L = Number of tradeoff parameter values (logarithmic spacing)
timesfile = Times file name
maskfile = Mask file name
outputfile = Output file name
description = Description string to be stored in output 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 |
|---|
public static void main(String[] args)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||