Open cmpetty opened 3 years ago
did you add DVO
to design file?
yes, their prestats section below:
###################################################################
# 1 PRESTATS
###################################################################
prestats_rerun[1]=0
prestats_dvols[1]=4 #remove 4 volumes at beginning (disdaqs)
prestats_cleanup[1]=0
prestats_process[1]=FMP-DVO
We have had the same problem when using the prestats_dvols[1]
setting. Are there updates on this issue?
We have had the same problem when using the
prestats_dvols[1]
setting. Are there updates on this issue?
I edited our version of ${XCPEDIR}/utils/removetaskpnts.R with the code i posted above, which fixes the issue. removetaskpnts.R.gz
we are working on it @cmpetty and @mwvoss pls @cmpetty , pls can submit a pull request of your update pls?
A local user wanted to discard volumes during prestats stage with:
The number of volumes of the fmri are properly discarded, however removetaskpnts.R is not restoring the column headers because it read the data without them ( ie: header=FALSE )
Therefore all the subsequent confounds that are attempted to be pulled from the TSV with generate_confmat.R end up empty because there are no column headers to match against.
Runtime Information Singularity. XCP v1.2.3
Additional context This would fix it in our case: