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  

|
March 23, 2022 10:58AM
Hi Sarah,

According to the errors, the scripts have shell errors in them (not necessarily AFNI errors). However, you may have already fixed some of them, since I do not see the same errors that would lead to the given error messages.

But error messages to be aware of:

a. XXX: Command not found.

This means that the shell does not know of program XXX (in your PATH), for whatever "XXX" program is in question.
This error usually means that there is are bad or simply missing line continuation characters (\).
Since your message says "-dset: Commmand not found" after the line "-dset 1 1376-006_stats+tlrc[20]", it is likely there is a missing '\' at the end of that line.

If there are apparent '\' characters at the ends of all lines and this error still appears, try something like:

file_tool -test -infile MY_SCRIPT.txt -prefix FIXED.txt

to fix or suggest lines that need fixing.

Note also that there is a "-dataTable: Command not found." error, suggesting a missing backslash in that script, too.


b. XXX: No match

This is also a shell error, and means there is a wildcard failure somewhere, due to characters like *?[.
It tends to mean that you need "quotes" around some sub-brick selectors. The 3dMVM command seems to be missing quotes around all inputs. Note that if the data table is in an external file that you pass to 3dMVM, the quotes are not needed.

Does that seem reasonable?

- rick
Subject Author Posted

one-way between subjects ANOVA using 3dANOVA and 3dMVM Attachments

boukes01 March 23, 2022 10:40AM

Re: one-way between subjects ANOVA using 3dANOVA and 3dMVM

rick reynolds March 23, 2022 10:58AM

Re: one-way between subjects ANOVA using 3dANOVA and 3dMVM

boukes01 March 23, 2022 03:46PM

Re: one-way between subjects ANOVA using 3dANOVA and 3dMVM

rick reynolds March 23, 2022 05:28PM

Re: one-way between subjects ANOVA using 3dANOVA and 3dMVM

gang March 23, 2022 08:31PM

Re: one-way between subjects ANOVA using 3dANOVA and 3dMVM

boukes01 March 24, 2022 06:08PM