PennLINC / aslprep

Preprocessing of arterial spin labeling (ASL) data
https://aslprep.readthedocs.io
Other
41 stars 15 forks source link

Ensure data are in LAS+ early on in pipeline #332

Open tsalo opened 1 year ago

tsalo commented 1 year ago

Summary

@mattcieslak mentioned today that the preps use RAS+, while FSL typically uses LAS+, and FSL isn't great at checking that orientations match. It's possible that prep preprocessing could force the orientation is RAS+, but the raw data might still be in LAS+ and any FSL-specific steps that use both images could ignore the orientation mismatch.

ASLPrep might already have a step that does this. I'll need to dig into the code to make sure.

Additional details

Next steps