Hi, all
I’m using preprocess_conc to do activation modeling. I’m concerned that head movement may affect the activation analysis results, so I add the regression of the motion parameters at --bold_nuisance. But I found a warning No nuisance data available, skipping nuisance derivatives regression!' while checking the comlog file. Then I check sessions/<session_id>/images/functional/movement folder, bold3_mov.dat and bold4_mov.dat are existed in movement folder. So I can’t find where the question it is.
The files below are for your reference, including code\conc\fidl\log file.
qunex_container preprocess_conc\\ --batchfile="${WORK_DIR}/${STUDY_NAME}/processing/batch.txt" \\ --sessionsfolder="${WORK_DIR}/${STUDY_NAME}/sessions" \\ --overwrite=yes \\ --parsessions=10 \\ --bolds="MT" \\ --event_file="MT" \\ --glm_name="-M1" \\ --bold_actions="s,r,c" \\ --bold_nuisance="m,1d,e" \\ --mov_bad=none \\ --event_string="1_dsw:boynton|2_qtkh:boynton|3_jyl:boynton" \\ --glm_matrix=both \\ --glm_residuals=none \\ --image_target="dtseries" \\ --pignore="hipass=keep|regress=keep|lopass=keep" \\ --bind="${SDIR}:${SDIR}" \\ --container="${QUNEX_CONTAINER}"; ;;
number_of_files: 2
file:/mnt/ssd2/qzheng/STG_GroupLevel/qunex/STG_GroupLevel/sessions/STG006/images/functional/bold3_Atlas.dtseries.nii
file:/mnt/ssd2/qzheng/STG_GroupLevel/qunex/STG_GroupLevel/sessions/STG006/images/functional/bold4_Atlas.dtseries.nii
0.8 1_dsw 2_qtkh 3_jyl
28 0 28
84 1 28
140 2 28
196 1 28
252 2 28
308 0 28
392 0 28
448 1 28
504 2 28
560 0 28
616 2 28
672 1 28
done_preprocess_conc_MT_-M1_STG006_2025-12-17_13.37.55.104977.log (4.4 KB)
Additionally, when I only set as --bold_nuisance=e \ without any regression of motion parameters, like the example of activation analysis in this page preprocess_conc — QuNex documentation, I found that almost all of the map activation values are negative in several subjects. I guess this may be caused by head movement, so I add regression for motion parameters as previous mentioned. I’d like to know whether adding above motion parameters to preprocess_conc during activation analysis is correct. In MBlab sharing Nuisance signal regression, I saw that it specifically mentioned Removal of signals related to movement correction parameters is a standard step in
functional connectivity preprocessing and is sometimes also used in task activation analyses. If I’d like to remove head movement from task-related bold, how can I to correctly set the parameters in qunex.
Thanks a lot for your kindly help!
Best, Kelly
