-
Notifications
You must be signed in to change notification settings - Fork 22
Description
Hi all,
we are encountering a few issues when trying to preprocess our 7T mouse fMRI data collected on a Bruker scanner.
- When attempting the inhomogeneity correction the preprocessing crashes (crash files attached).
- When I turn off the inhomogeneity correction with the rabies call below, the pipeline runs but the data looks misaligned and the SNR seems really high.
I have sent you all QC reports, rabies log (without inhomogeneity correction), images, and crash files in the preprocess_QC_report folder separately. I have no experience running this pipeline before so I do not know if something might be off with our data or if I am calling the pipeline incorrectly. I am really grateful for your help with this issue. Thanks!
#RABIES call for final version that ran:
singularity run
-B ${data_input}:/input_BIDS:ro
-B ${preproc_output}:/preprocess_outputs
-B ${TMPDIR}:${TMPDIR}
${container} -p MultiProc preprocess /input_BIDS /preprocess_outputs
--apply_STC
--TR ${TR}s
--anat_inho_cor method=disable,otsu_thresh=2,multiotsu=false
--bold_inho_cor method=disable,otsu_thresh=2,multiotsu=false
--commonspace_reg masking=true,brain_extraction=false,template_registration=SyN,fast_commonspace=false