brain-microstructure-exploration-tools / abcd-microstructure-pipelines

Processing pipelines to extract brain microstructure from ABCD Study dMRI
Apache License 2.0
0 stars 1 forks source link

Cordon off IO operations #35

Open ebrahimebrahim opened 4 months ago

ebrahimebrahim commented 4 months ago

We should try to follow the principle of keeping IO separate and cordon off the IO aspects of this package into its own module.

There could be an abcdmicro.io module that contains all the IO stuff -- specifics about how we read and write data to disk, governing which file formats we can handle.

We can discuss more below about how to approach this.