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  

|
December 19, 2018 02:53AM
Thanks for your reply. Time' for the number of is basis functions with CSPLINzero following what you said.

However, accoding to your advise, I use glt, there is still an error I met before.

Error:
Failed at GLT No. 1! Make sure that the model or GLT specification syntax is correct.


The new script as follows:

#! /bin/bash

3dMVM -prefix ./group_result/name_result/task1_output.MVM -jobs 2 \
-bsVars '1' \
-wsVars 'name*Time' \
-num_glt 8 \
-gltLabel 1 contrast_Time0 -gltCode 1 'name : 1*self - 1*other Time : 1*t0' \
-gltLabel 2 contrast_Time1 -gltCode 2 'name : 1*self - 1*other Time : 1*t1' \
-gltLabel 3 contrast_Time2 -gltCode 3 'name : 1*self - 1*other Time : 1*t2' \
-gltLabel 4 contrast_Time3 -gltCode 4 'name : 1*self - 1*other Time : 1*t3' \
-gltLabel 5 contrast_Time4 -gltCode 5 'name : 1*self - 1*other Time : 1*t4' \
-gltLabel 6 contrast_Time5 -gltCode 6 'name : 1*self - 1*other Time : 1*t5' \
-gltLabel 7 self_Time0 -gltCode 7 'name : 1*self Time : 1*t0' \
-gltLabel 8 self_Time1 -gltCode 8 'name : 1*self Time : 1*t1' \
-dataTable \
Subj name Time InputFile \
s1 self t0 subj001/beta/subj001_task1_self+tlrc'[0]' \
s1 self t1 subj001/beta/subj001_task1_self+tlrc'[1]' \
s1 self t2 subj001/beta/subj001_task1_self+tlrc'[2]' \
s1 self t3 subj001/beta/subj001_task1_self+tlrc'[3]' \
s1 self t4 subj001/beta/subj001_task1_self+tlrc'[4]' \
s1 self t5 subj001/beta/subj001_task1_self+tlrc'[5]' \
s1 other t0 subj001/beta/subj001_task1_other+tlrc'[0]' \
s1 other t1 subj001/beta/subj001_task1_other+tlrc'[1]' \
s1 other t2 subj001/beta/subj001_task1_other+tlrc'[2]' \
s1 other t3 subj001/beta/subj001_task1_other+tlrc'[3]' \
s1 other t4 subj001/beta/subj001_task1_other+tlrc'[4]' \
s1 other t5 subj001/beta/subj001_task1_other+tlrc'[5]' \
s2 self t0 subj003/beta/subj003_task1_self+tlrc'[0]' \
s2 self t1 subj003/beta/subj003_task1_self+tlrc'[1]' \
s2 self t2 subj003/beta/subj003_task1_self+tlrc'[2]' \
s2 self t3 subj003/beta/subj003_task1_self+tlrc'[3]' \
s2 self t4 subj003/beta/subj003_task1_self+tlrc'[4]' \
s2 self t5 subj003/beta/subj003_task1_self+tlrc'[5]' \
s2 other t0 subj003/beta/subj003_task1_other+tlrc'[0]' \
.....


Thank you again!

Sincerely yours.
Subject Author Posted

Error: $ operator is invalid for atomic vectors

jack123 December 18, 2018 08:52AM

Re: Error: $ operator is invalid for atomic vectors

gang December 18, 2018 03:26PM

Re: Error: $ operator is invalid for atomic vectors

jack123 December 19, 2018 02:53AM

Re: Error: $ operator is invalid for atomic vectors

gang December 19, 2018 04:52PM

Re: Error: $ operator is invalid for atomic vectors

jack123 December 20, 2018 02:46AM

Re: Error: $ operator is invalid for atomic vectors

gang December 20, 2018 04:43PM