Hello, I have event related data with 69 different conditions, and every condition does not appear in every run. This causes selxavg-sess to throw an error. Part of the relevant debug output is below. Why does every condition need to appear in every run?
Thank you, Gabe echo "$sess " | & tee -a $LF echo /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/data/kan_ecev_207ab tee -a /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/analysis/log/selxavg3-sess-bold-mc_analyze-100714181048.log /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/data/kan_ecev_207ab date | & tee -a $LF date tee -a /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/analysis/log/selxavg3-sess-bold-mc_analyze-100714181048.log Wed Jul 14 18:10:48 EDT 2010 if ( ! -d $sess ) then if ( ! -d /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/data/kan_ecev_207ab ) then set funcdir = $sess/$fsd set funcdir = /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/data/kan_ecev_207ab/bold set anadir = $sess/$fsd/$analysisname set anadir = /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/data/kan_ecev_207ab/bold/mc_analyze if ( $#OutParent == 0 ) then if ( 0 == 0 ) then set anadir = $sess/$fsd/$analysisname set anadir = /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/data/kan_ecev_207ab/bold/mc_analyze else else echo anadir = $anadir | tee -a $LF echo anadir = /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/data/kan_ecev_207ab/bold/mc_analyze tee -a /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/analysis/log/selxavg3-sess-bold-mc_analyze-100714181048.log anadir = /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/data/kan_ecev_207ab/bold/mc_analyze if ( -e $anadir && $DoGLMFit ) then if ( -e /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/data/kan_ecev_207ab/bold/mc_analyze && 1 ) then echo "analysis $analysis alread exists for $sessbase" | tee -a $LF echo analysis mc_analyze alread exists for kan_ecev_207ab tee -a /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/analysis/log/selxavg3-sess-bold-mc_analyze-100714181048.log analysis mc_analyze alread exists for kan_ecev_207ab if ( $Skip == 0 && $Overwrite == 0 && ! $monly && ! $perrun && ! $jkrun ) then if ( 0 == 0 && 0 == 0 && ! 0 && ! 0 && ! 0 ) then echo "ERROR: analysis $analysis already exists. You must " | tee -a $LF echo ERROR: analysis mc_analyze already exists. You must tee -a /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/analysis/log/selxavg3-sess-bold-mc_analyze-100714181048.log ERROR: analysis mc_analyze already exists. You must echo " specify whether to -skip or -overwrite" | tee -a $LF echo specify whether to -skip or -overwrite tee -a /mindhive/nklab/projects/eightcat-cluster/gtobon_analysis/8cat-ev2-final/analysis/log/selxavg3-sess-bold-mc_analyze-100714181048.log specify whether to -skip or -overwrite exit 1 ; exit 1
_______________________________________________ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer The information in this e-mail is intended only for the person to whom it is addressed. If you believe this e-mail was sent to you in error and the e-mail contains patient information, please contact the Partners Compliance HelpLine at http://www.partners.org/complianceline . If the e-mail was sent to you in error but does not contain patient information, please contact the sender and properly dispose of the e-mail.