Hi!!
I have a slight issue when I try to run feat on all of my subjects after running a feat_template creation script.
for i in 'FEAT_template.fsf'; do
sed -e 's@FUNC@'$RUNDIR/filtered_func_data.nii'@g' \
-e 's@OUTDIR@'$OUTPUTDIR'@g' \
-e 's@BEHAV@'$BEHAVDIR'@g' \
-e 's@ANAT@'$ANATFILE'@g' <$i> $PPIDIR/FEAT_run${runs}_plus_emo_neu_vmPFC.fsf
done
feat $PPIDIR/FEAT_run${runs}_plus_emo_neu_vmPFC.fsf
If I run a script that uses that code to run through each run for each subject and make a .fsf file, when I run "feat" only a design.fsf and a design.con file are created in the feat folder along with some other folders but it never makes a stats folder. If I change the code to be Feat $PPIDIR/FEAT_run_etc
and I save the file manually, feat will run fine. Does anyone else have this issue?
When I run save the FEAT_run_etc file manually, all of the .con, .fsf, .min etc are created and then feat can run easily. It is time consuming to save 40 subjects with 8 runs each manually. Anyone have any ideas what is going on? Thanks.