|
Sample data Sample data are located in the "/samples" directory.
- 1 Pulse EPR image of a partially deuterated 1 mM OX063 phantom
- 2 Pulse EPR image of a partially deuterated 1 mM OX063 phantom
- 3 Pulse EPR image of tumor bearing leg of a mouse
- 4 CW spectral-spatial EPR image of tumor bearing leg of a mouse
Pulse EPR data
- Data.mat - MATLAB file that contains unfitted image
- pData.mat - MATLAB file that contains fitted image
- prjData.mat - MATLAB file that contains projections
P - projections(float, MxDxN, M - points in projection, D - number of delays, N - number of projections)
B - projection abscissa (float, cm, Mx1, M - points in projection)
G - gradient vector (float, G/cm, Nx3, N - number of projections)
Example:
fname = 'p-file filename';
ibGUI(fname);
fname = 'prj-file filename';
s = open(fname);
MatrixGUI(s.P);
Legend: EPR-IT functions; MATLAB functions; .
|