History of AFNI updates  

|
November 02, 2019 10:08PM
Hi Paul,

There is a "3ddot -dodice" command in your proc script now, that gets the coefficient between the EPI and anat masks. So this one would compute it between the anat and group (template) masks, as in:

3ddot -dodice mask_anat.$subj+tlrc mask_group+tlrc \
      |& tee out.mask_at_dice.txt

That is what the command will look like in an updated script. The "at" is short for anat/template.

Does that seem reasonable?

- rick
Subject Author Posted

Dice coef for warped anatomical and template brain?

paul.hamilton November 01, 2019 02:07PM

Re: Dice coef for warped anatomical and template brain?

rick reynolds November 01, 2019 05:39PM

Re: Dice coef for warped anatomical and template brain?

paul.hamilton November 02, 2019 09:38AM

Re: Dice coef for warped anatomical and template brain?

rick reynolds November 02, 2019 10:08PM

Re: Dice coef for warped anatomical and template brain?

paul.hamilton November 03, 2019 03:20PM