FrontPage
Manual>
Mask making†
Making mask by using "Stimulate"
After motion correction,
1. Average volumes[ave_vol]
2. Load averaged data(with some smoothing)
3. Draw ROI on the images
4. "Generate mask"
thresholding,connected voxel counting
Adjust the parameters
Delete or Add mask manually
1. Draw ROI on the images
2. "Genarete mask"
spr(epr) file format†
Basic paramters:†
numDim | The number of dimensions for the data. |
dim | The number of data points in each dimension. |
dataType | The data type. There are five data types supported as given with their corresponding sizes in Table |
Attribute Values | Size | Bytes |
BYTE | sizeof(char) | 1 |
WORD | sizeof(short) | 2 |
LWORD | sizeof(ing) | 4 |
REAL | sizeof(float) | 4 |
COMPLEX | 2*sizeof(float) | 8 |
Optional parameters:†
origin | Position of the center of the first voxel. One value for each dimension. If the origin is not specified, but the fov is, then the image is assumed to be centered: origin = - fov / 2.0 + interval / 2.0 |
fov | Field of view: The distance between the outside edges of the first and last voxel along each dimension; one value for each dimension. If the fov is not specified it is calculated according to: fov = interval * dim |
interval | The center to center distance between adjacent voxels along each dimension; one value for each dimension. If the interval is not specified it is calculated according to: interval = fov / dim |
sdtOrient | Orientation of data(ax,cor,sag,NULL,xyz,xzy,yxz,yzx,zxy,zyx) |
displayRange | Two values giving the low_value and high_value. Voxel values below the low_value will be displayed as black and voxels with values above the high_value will be displayed as white. Voxels with values within the display range are displayed with a grey value that is scaled linearly between the low_value and high_value. |
Real2WordScale | Scale factor for REAL(float) to WORD(short) conversion |
zPosn | ??? |
fidName | fid file name as the data source |
RIKEN original parameters†
endian | Endian type of the sdt data |
ncoil | Number of the receiver coils |
R | Acceleration factor |
petable | petable file name |
Only for epr†
intlv | shot interleaving(y or n) |
ilts | shot combination for group-of-shot interleaving |
ss | steady state volume scan number(dummy volumes) |
Rotate | The data needs to be rotated or not(y or n) |
tsns | shot order for t-sense |
Examples†