AFNI Message Board

Dear AFNI users-

We are very pleased to announce that the new AFNI Message Board framework is up! Please join us at:

https://discuss.afni.nimh.nih.gov

Existing user accounts have been migrated, so returning users can login by requesting a password reset. New users can create accounts, as well, through a standard account creation process. Please note that these setup emails might initially go to spam folders (esp. for NIH users!), so please check those locations in the beginning.

The current Message Board discussion threads have been migrated to the new framework. The current Message Board will remain visible, but read-only, for a little while.

Sincerely, AFNI HQ

History of AFNI updates  

|
February 15, 2005 12:14PM
Here is the the relevant portion of the script. Please let me know if you need to see steps before or after this.

foreach run ( `count -digits 1 1 8` )
3dAutomask -prefix mask_r{$run} {$subj}_r{$run}_vr_bl+orig
end

3dcalc -a mask_r1+orig -b mask_r2+orig -c mask_r3+orig \
-d mask_r4+orig -e mask_r5+orig -f mask_r6+orig \
-g mask_r7+orig -h mask_r8+orig \
-expr 'step(a+b+c+d+e+f+g+h)' \
-prefix full_mask

foreach run ( `count -digits 1 1 8` )
3dTstat -prefix mean_r{$run} {$subj}_r{$run}_vr_bl+orig

3dcalc -a {$subj}_r{$run}_vr_bl+orig \
-b mean_r{$run}+orig \
-c full_mask+orig \
-expr "(a/b * 100) * c" \
-prefix scaled_r{$run}

\rm mean_r{$run}+orig*

end
Subject Author Posted

normalization and inferior slices

Phil Burton February 11, 2005 04:40PM

Re: normalization and inferior slices

Robert Cox February 14, 2005 11:19AM

Two more questions

Phil Burton February 14, 2005 01:01PM

Re: Two more questions

Robert Cox February 14, 2005 03:03PM

Re: normalization and inferior slices

rick reynolds February 14, 2005 04:32PM

Re: normalization and inferior slices

Phil Burton February 14, 2005 06:40PM

Re: normalization and inferior slices

rick reynolds February 15, 2005 10:56AM

Re: normalization and inferior slices

Phil Burton February 15, 2005 11:54AM

Re: normalization and inferior slices

rick reynolds February 15, 2005 12:04PM

Re: normalization and inferior slices

Phil Burton February 15, 2005 12:14PM

Re: normalization and inferior slices

rick reynolds February 15, 2005 01:39PM

Re: normalization and inferior slices

Phil Burton February 15, 2005 05:03PM