Open leland91 opened 4 years ago
the main issue is that the number of regressors is more than number of data points.
total number of fixed regressors (464) is too many for 420 retained time points!
This arise from the threshold you used that flag so many volumes, the threshold may be too high. Remember that the threshold (confound2_framewise[2]=fds:0.625,dv:1.5
) is a function of TR as explained here https://xcpengine.readthedocs.io/modules/regress.html#temporal-censoring
I see. I will try using a less stringent threshold then. Thank you!
Is there a way to see where the 464 regressors came from (i.e. compcor, csf, wm, etc.)? I can't find a file that has any dimensions equal to 464, or greater than my total number of timepoints (420). Where is 3dTproject getting 464 from in this case?
check regress/sub-MDP035/sub-MDP035_confmat.1D
Describe the bug In the confound regression module, a fatal error is generated at the 3dTproject step.
Cohort file Paste cohort file between the triple backticks
Design File Paste your entire design (
.dsn
) file between the triple backticksError message Paste your error message between the backticks
Runtime Information The software was being run using Singularity.
Additional context Add any other context about the problem here.