PennLINC / fw-heudiconv

Heuristic-based Data Curation on Flywheel
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

Fixed problems processing Mulit-Echo images #103

Open holderg opened 3 months ago

holderg commented 3 months ago

Seimann's software now (2/1/2024) produces Multi-Echo images. The flywheel representation for these images are not compatible with nibabel.

It seems that nibabel was only being used to get the number of rows and columns in the images. Removed dependency on nibabel and now get the row and column numbers directly from the flywheel image metadata.

-Gaylord