-18-
¥3dmaskdump
HProgram that dumps out all voxel values in a dataset that fall within the ROI of a given mask dataset
HExample:

å3dmaskdump -noijk -mask ROI_fred+tlrc      -mrange 1 1 `func_fred+tlrc[2,5,7]`

åThe output appears in the shell (unless you redirect it (>) into a text file) and shows 3 columns of numbers, representing the voxel values for functional sub-bricks 2, 5, and 7, that fall within the ROI mask:
í
Hvoxel 1 123742
Hvoxel 2 270321
H    É     É
Hvoxel 137 44444
­ Column 1: voxel values for sub-brick #2 from dataset func_fred+tlrc that fall within the ROI mask designated in dataset ROI_fred+tlrc (columns 2 and 3 are for sub-bricks #5 and #7 respectively)