Hi,
> I have a image file which I got from a conjunction analysis. I want to use this
> image combined with whatever I'm interested in AAL then to define a spheric ROI.
> First I want to make a binary mask for this conjunction image. I use Marbar-
> build-image(selecting the conjunction image)
> --keep binary--yes
> --apply function? Here I don't know I should select yes or no. I have
> thresholded the conjunction image as p<0.005. If selecting "no", does it mean
> the binary is either or p>0.005? If selecting "yes", what function should I
> apply then still keep p<0.005? Could anybody help me out? Thanks!
Try the function:
i1 ~= 0
if you just want all non-zero voxels to be within the ROI...
Best,
Matthew
|