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  

|
September 24, 2007 02:55PM
Hello,
I'm trying to run 3dDeconvolve using the code below, but am consistently getting matrix warnings causing the program to halt. I do not get these warnings when running the code with just the first 6 regressors (the last 6 are coding for trials during which the subject made errors). Please let me know if I should attach additional files (stim_times.1D etc.)

Any help would be greatly appreciated!

Thanks,
Chuck



3dDeconvolve \
-input all_float.nii.gz \
-bucket rewANTI_stats_0-14 \
-polort A \
-num_stimts 12 \
-stim_times 1 stim_times.02.1D 'SIN(0,18,5)' \
-stim_label 1 NeutCue \
-stim_times 2 stim_times.03.1D 'SIN(0,18,5)' \
-stim_label 2 RewCue \
-stim_times 3 stim_times.04.1D 'SIN(0,18,5)' \
-stim_label 3 NeutPrep \
-stim_times 4 stim_times.05.1D 'SIN(0,18,5)' \
-stim_label 4 RewPrep \
-stim_times 5 stim_times.06.1D 'SIN(0,18,5)' \
-stim_label 5 NeutSacc \
-stim_times 6 stim_times.07.1D 'SIN(0,18,5)' \
-stim_label 6 RewSacc \
-stim_times 7 stim_times_neutral_cue_err.01.1D 'SIN(0,18,5)' \
-stim_label 7 ErrNeutralCue \
-stim_times 8 stim_times_reward_cue_err.01.1D 'SIN(0,18,5)' \
-stim_label 8 ErrRewardCue \
-stim_times 9 stim_times_neutral_prep_err.01.1D 'SIN(0,18,5)' \
-stim_label 9 ErrNeutralPrep \
-stim_times 10 stim_times_reward_prep_err.01.1D 'SIN(0,18,5)' \
-stim_label 10 ErrRewardPrep \
-stim_times 11 stim_times_neutral_sacc_err.01.1D 'SIN(0,18,5)' \
-stim_label 11 ErrNeutralSacc \
-stim_times 12 stim_times_reward_sacc_err.01.1D 'SIN(0,18,5)' \
-stim_label 12 ErrRewardSacc \
-iresp 1 iresp_NeutCue \
-iresp 2 iresp_RewCue \
-iresp 3 iresp_NeutPrep \
-iresp 4 iresp_RewPrep \
-iresp 5 iresp_NeutSacc \
-iresp 6 iresp_RewSacc \
-iresp 7 iresp_ErrNeutCue \
-iresp 8 iresp_ErrRewCue \
-iresp 9 iresp_ErrNeutPrep \
-iresp 10 iresp_ErrRewPrep \
-iresp 11 iresp_ErrNeutSacc \
-iresp 12 iresp_ErrRewSacc \
-tshift \
-fitts fit_reward_0-14 \
-fout \
-rout \
-tout \
-jobs 16 \
-mask mask.nii.gz \
Subject Author Posted

Re: deconvolution issues

Chuck September 24, 2007 02:55PM

Re: deconvolution issues

rick reynolds September 24, 2007 05:38PM