TomMaullin / BLMM

This repository contains all code for the BLMM toolbox.
19 stars 5 forks source link

File Input Update [WIP] #71

Closed TomMaullin closed 7 months ago

TomMaullin commented 7 months ago

This PR includes a major rehaul to allow BLMM to accept any form of file input.

At time of writing, the rehaul is essentially complete and tested (none of the code requires explicitly NIFTI format but instead works with generic .dat files, only reading and writing datatype specific information at the beginning and end of the code). The only remaining issue is to allow for CIFTI and/or GIFTI inputs at the beginning and end of the computational pipeline.

TomMaullin commented 7 months ago

Update nib.load automatically handles reading in CIFTI files. However, blmm_cleanup must convert the images back to nifti/cifti format still.