PennLINC / qsiprep

Preprocessing of diffusion MRI
http://qsiprep.readthedocs.io
BSD 3-Clause "New" or "Revised" License
140 stars 58 forks source link

Write out coregistration transform #865

Open tsalo opened 1 week ago

tsalo commented 1 week ago

Summary

QSIPrep doesn't currently write out the transform from dwiref to ACPC.

It would be written out as:

sub-<label>/
    dwi/
        <source_entities>_from-dwiref_to-ACPC_mode-image_xfm.h5
mattcieslak commented 1 week ago

The dwiref is already in acpc. Should we add back the identity transform?

tsalo commented 1 week ago

I think we should write out the dwiref in dwiref space in addition to the ACPC-space one.