Skip to content

Image misalignment and failure in spatial inhomogeneity correction #431

@ParsaNilchian

Description

@ParsaNilchian

Hi all,

we are encountering a few issues when trying to preprocess our 7T mouse fMRI data collected on a Bruker scanner.

  1. When attempting the inhomogeneity correction the preprocessing crashes (crash files attached).
  2. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions