nipreps / mriqc

Automated Quality Control and visual reports for Quality Assessment of structural (T1w, T2w) and functional MRI of the brain
http://mriqc.readthedocs.io
Apache License 2.0
291 stars 129 forks source link

Review the implemented aMRI workflow #15

Closed oesteban closed 8 years ago

oesteban commented 8 years ago

Review the current workflow in detail and identify potential new features that are needed, weak points, possible new measures, etc.

oesteban commented 8 years ago

I don't know what @wtriplett would think of this, but I consider that there is an important problem in these workflows.

The first processing task is a resampling using the reorient tool of afni. If the reorientation only deals with axis order and direction, then no problem. But I suspect that it also corrects for the tilt of the head.

If so, I think that we should compute the measures (particularly noise) BEFORE the resampling. Since skull-stripping and segmentation may benefit from tilt correction, what we could do is to map the resulting mask and segmentation back to original space, and then compute the QC measures there.

Are noise or the other measures very sensitive to this resampling?

wtriplett commented 8 years ago

@oesteban yes I agree 100% that the measures should be computed using the unaltered image data.

oesteban commented 8 years ago

Ok, just to report it, #30 is integrated and functional :)

Any other suggestion to modify the pipelines?