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  

|
October 23, 2020 03:47PM
Hi Rebecca,

The censored displacement just considers time points that were not removed, those that are still in the time series after censoring. It is more useful, since those are the time points that will be considered in the regression.

The gen_ss_review_table.py commands should not go into each subject's directory. The input to that command is generally a list of out.ss_review files across all subjects at once. One command might have out.ss_review files for 200 subjects.

The output from gen_ss_review_table.py might be just a spreadsheet (one row per subject, one column per field entry), or it might be a list of subjects that could be dropped because one or more values are too extreme.


Regarding your errors, the one with .../$subj/... "file not found" is odd. That suggests there are single quotes in use in the script, which I do not see in the posting. Since $subj (the actual variable reference) is in the text output, the shell must be being blocked from using its value instead.

The second error could be for the same reason, it is hard to say. But if you replaced the gen_ss command (or preceded it) with something like:

ls -ld $sdir

it would presumably show a "file not found" error. In any case, it is not seeing $sdir.


Regarding the last command, that -infiles option should read more like:

-infiles $ALL_SUBJECTS/sub*/*.results/out.ss*.txt

That would include all subjects in the input.

Does that seem reasonable?

- rick
Subject Author Posted

Max Motion Displacement Question

Carvalho October 19, 2020 04:23PM

Re: Max Motion Displacement Question

rick reynolds October 22, 2020 02:12PM

Re: Max Motion Displacement Question

Carvalho October 22, 2020 06:23PM

Re: Max Motion Displacement Question

rick reynolds October 23, 2020 03:47PM