PennLINC / xcp_d

Post-processing of fMRIPrep, NiBabies, and HCP outputs
https://xcp-d.readthedocs.io
BSD 3-Clause "New" or "Revised" License
79 stars 26 forks source link

Raise an error when using nibabies inputs + nifti processing + atlases #1317

Open tsalo opened 3 weeks ago

tsalo commented 3 weeks ago

We currently rely on a simple affine transform to get NIfTI atlases from MNI152NLin6Asym to MNIInfant, which is pretty terrible. That shouldn't affect HBCD, since HBCD uses CIFTI processing.

tsalo commented 3 weeks ago

I'll just raise an error and remove the bad MNIInfant-to-MNI152NLin6 transform.

tsalo commented 1 week ago

I realized that the transform is used for some figures with CIFTI processing as well, so I'll need to rethink this.