nipreps / smriprep

Structural MRI PREProcessing (sMRIPrep) workflows for NIPreps (NeuroImaging PREProcessing tools)
https://nipreps.github.io/smriprep
Apache License 2.0
127 stars 38 forks source link

Skull-stripping failure on Quickshear-defaced images? #229

Open effigies opened 3 years ago

effigies commented 3 years ago

What version of fMRIPrep are you using?

20.2.0rc0

What kind of installation are you using? Containers (Singularity, Docker), or "bare-metal"?

TACC run

Details

@jbwexler reported that ds001105 gets stuck on brain_extraction_wf.init_aff for all subjects. Here is an example T1w:

https://openneuro.org/datasets/ds001105/file-display/sub-006:anat:sub-006_T1w.nii.gz

This is clearly a Quickshear-defaced image. It's possible this is the source of the problem? I think the majority of OpenNeuro is defaced with pydeface, so it wouldn't be out of the realm of possibility that we've never worked with a quickshear image.

effigies commented 3 years ago

Several other datasets I've reviewed today are quicksheared, so it's not purely that.

oesteban commented 3 years ago

What's the dtype of these images? Could it be a memory issue?

effigies commented 3 years ago

It's a T1w image...

oesteban commented 3 years ago

yup, but ITK will definitely read float64 and keep that width.

effigies commented 3 years ago

nib-ls:

ds001105/sub-006/anat/sub-006_T1w.nii.gz float32 [192, 256, 256] 0.90x0.94x0.94

Nothing extraordinary.