History of AFNI updates  

|
October 29, 2014 04:50PM
Hi Seul,

I don't know about how the threshold works in the FSL viewer, but you could threshold the volume for good before passing it to FSL with 3dcalc with the step function.

3dcalc -a CORR_DSET -b CORR_DSET'[THRESHOLD_LABEL]' -expr 'step(b-THR)*a' -prefix BRUTE_THRESHOLD

where THRESHOLD_LABEL is the label of the sub-brick with which you are thresholding in AFNI, and THR is the threshold value.

cheers
z
Subject Author Posted

InstaCorr: save correlation map

Seul October 28, 2014 11:52PM

Re: InstaCorr: save correlation map

Emperor Zhark October 29, 2014 08:49AM

Re: InstaCorr: save correlation map

Seul October 29, 2014 04:26PM

Re: InstaCorr: save correlation map

ziad October 29, 2014 04:50PM