Hello,
I would like to denoise my fmri data (intend to do conn analyses). I preprocessed them with fmriprep and want to implement the 24P + acompcor denoising options using the xcp_abcd tool.
I try:
singularity --verbose run -B /storage/ /usr/local/bin/xcp_abcd-0.0.8.simg $input_dir $out_dir participant \
--participant_label $subj \
-w $workdir \
-t itemobject \
--smoothing 4 \
-p acompcor \
However, I get this error (see bottom line):
usage: xcp_abcd [-h] [–version]
[–participant_label PARTICIPANT_LABEL [PARTICIPANT_LABEL …]]
[-t TASK_ID] [-s] [–nthreads NTHREADS]
[–omp-nthreads OMP_NTHREADS] [–mem_gb MEM_GB]
[–use-plugin USE_PLUGIN] [-v] [–input-type INPUT_TYPE]
[–brain-template BRAIN_TEMPLATE] [–smoothing SMOOTHING]
[–despike] [-p NUISSANCE_REGRESSORS] [-c CUSTOM_CONF]
[-d DUMMYTIME] [–lower-bpf LOWER_BPF] [–upper-bpf UPPER_BPF]
[–bpf-order BPF_ORDER] [–motion-filter-type {lp,notch}]
[–band-stop-min BAND_STOP_MIN]
[–band-stop-max BAND_STOP_MAX]
[–motion-filter-order MOTION_FILTER_ORDER] [-r HEAD_RADIUS]
[-f FD_THRESH] [–contigvol CONTIGVOL] [-w WORK_DIR]
[–clean-workdir] [–resource-monitor] [–notrack]
fmriprep_dir output_dir {participant}
**p_abcd: error: the following arguments are required: analysis_level**
My goal is to use both acompocor+24P. Did I get right that it should be as follow?
-p {24P,acompcor}
For now I omit this part. However, I tried using 24P (only, or both 24P+acompcor) as well as omitting the “participant” argument, or placing it in {} e.g. {participant}, but nothing has worked so far.
Any help please here?
Thank you a lot in advance ,
Best,
Pan