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  

|
July 17, 2019 01:14PM
Hi,

Sorry for my disturbance which is keep rising for a while and thanks for your help. I had a question about error time series, fitts and stats. I perform RS-FMRI analysis which is supported by uber scripts. I wanted to ask some part of my afni_proc.py generated script. Which is at following.

# run the regression analysis
3dDeconvolve -input pb04.$subj.r*.blur+tlrc.HEAD \
-mask full_mask.$subj+tlrc \
-ortvec ROI.WMe_rall.1D ROI.WMe \
-ortvec mot_demean.r01.1D mot_demean_r01 \
-ortvec mot_deriv.r01.1D mot_deriv_r01 \
-polort 2 \
-num_stimts 0 \
-fout -tout -x1D X.xmat.1D -xjpeg X.jpg \
-fitts fitts.$subj \
-errts errts.${subj} \
-x1D_stop \
-bucket stats.$subj

# -- use 3dTproject to project out regression matrix --
3dTproject -polort 0 -input pb04.$subj.r*.blur+tlrc.HEAD \
-mask full_mask.$subj+tlrc \
-ort X.xmat.1D -prefix errts.${subj}.tproject




This is the part that I want to ask. There is no output named fitts and stats. Only from tproject errts. I read at forum it is happening because of the x1D_stop So when I perform further analysis I think something is not correct because I use errts for correlation. My afni_proc.py is at the following;

# ==========================================================================
# script generated by the command:
#
# afni_proc.py -subj_id subjLast -script proc.sub1 -scr_overwrite -blocks \
# despike tshift align tlrc volreg blur mask regress -copy_anat \
# /mnt/f/TEZ/Bipolar/female/${subj}/anat/${subj}_T1w.nii -dsets \
# /mnt/f/TEZ/Bipolar/female/${subj}/func/${subj}_task-rest_bold.nii \
# -tcat_remove_first_trs 4 -align_opts_aea -cost lpc+ -giant_move \
# -volreg_align_to first -volreg_align_e2a -volreg_tlrc_warp -blur_size \
# 6.0 -mask_apply epi -mask_segment_anat yes -mask_segment_erode yes \
# -regress_ROI WMe -regress_apply_mot_types demean deriv \
# -regress_motion_per_run -regress_est_blur_errts -regress_RSFC \
# -regress_bandpass 0.01 0.1

Thanks
Abdullah



Edited 1 time(s). Last edit at 07/17/2019 01:15PM by trabz.
Subject Author Posted

3dDeconvolve 3dTproject

trabz July 17, 2019 01:14PM

Re: 3dDeconvolve 3dTproject

rick reynolds July 17, 2019 01:19PM

Re: 3dDeconvolve 3dTproject

trabz July 17, 2019 01:29PM

Re: 3dDeconvolve 3dTproject

rick reynolds July 19, 2019 01:04PM