Package edu.rit.mri

Package edu.rit.mri contains parallel programs for an MRI spin relaxometry analysis problem.

See:
          Description

Class Summary
CreateSignalDataSet Class CreateSignalDataSet is a preprocessing program that reads a magnetic resonance image stored in a group of files in a certain format and creates a spin signal data set file.
PixelAnalysis Class PixelAnalysis provides a routine for doing a spin relaxometry analysis on one pixel of a magnetic resonance image.
PixelChunk Class PixelChunk encapsulates a chunk of pixels on which to perform a spin relaxometry analysis.
PixelSchedule Class PixelSchedule provides a load balancing schedule object used by class SpinRelaxometryClu for partitioning the pixels of the input spin signal data sets among the workers.
PixelSignal Class PixelSignal encapsulates the measured spin signal on one pixel of a magnetic resonance image.
PixelTissues Class PixelTissues encapsulates the results of a spin relaxometry analysis on one pixel of a magnetic resonance image.
PlotPixel Class PlotPixel is a main program that displays the results of a spin relaxometry analysis of a magnetic resonance image.
R1Distribution Class R1Distribution is a main program that displays the results of a spin relaxometry analysis of a magnetic resonance image.
R1Histogram Class R1Histogram is a main program that displays the results of a spin relaxometry analysis of a magnetic resonance image.
R1Image Class R1Image is a program that displays an image depicting the locations of tissues with certain spin-lattice relaxation rates in a magnetic resonance image data set.
SignalDataSetReader Class SignalDataSetReader provides an object that reads a magnetic resonance image spin signal data set from a file.
SignalDataSetWriter Class SignalDataSetWriter provides an object that writes a magnetic resonance image spin signal data set to a file.
SpinRelaxometryClu Class SpinRelaxometryClu is a cluster parallel program that does a spin relaxometry analysis of one or more magnetic resonance images.
SpinRelaxometrySeq Class SpinRelaxometrySeq is a sequential program that does a spin relaxometry analysis of one or more magnetic resonance images.
SpinSignal Class SpinSignal provides static methods for computing the spin signal model function.
SpinSignalDifference Class SpinSignalDifference provides an object that computes the difference between a measured spin signal and a model spin signal.
SpinSignalImage Class SpinSignalImage is a program that displays an image depicting the spin signals at a given time value for a magnetic resonance image data set.
TissuesDataSetReader Class TissuesDataSetReader provides an object that reads a magnetic resonance image tissues data set from a file.
TissuesDataSetWriter Class TissuesDataSetWriter provides an object that writes a magnetic resonance image tissues data set to a file.
 

Package edu.rit.mri Description

Package edu.rit.mri contains parallel programs for an MRI spin relaxometry analysis problem.

The following program is used to prepare raw MR image data for the analysis:

The following programs perform the analysis:

The following programs display various results of the analysis:

The other classes are used by the above programs.



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