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  

|
JW
May 28, 2021 12:02PM
Hi pt,

I used the 3dmaskave script below. It did work for another result and only this particular dataset continuously generates zero values. Thank you!

subjects="subj1 subj2 subj3 subj4"
for subject in $subjects ; do
echo $subject > ROIavgs.$subject.txt

for roi in 1; do

3dmaskave -quiet -mrange $roi $roi -mask Clust_mask_0001+tlrc /Volumes/$subject/Proc_results/r2z+tlrc \
>> ROIavgs.$subject.txt

done
done



Best,
JW



Edited 1 time(s). Last edit at 05/28/2021 12:03PM by JW.
Subject Author Posted

3dmaskave error Attachments

JW May 27, 2021 01:36PM

Re: 3dmaskave error

ptaylor May 27, 2021 04:16PM

Re: 3dmaskave error

JW May 28, 2021 12:02PM