QTIM-Lab / DeepNeuro

A deep learning python package for neuroimaging data. Made by:
https://qtim-lab.github.io
MIT License
123 stars 36 forks source link

Create save-out function for any format. #17

Closed AnnaBeers closed 5 years ago

AnnaBeers commented 6 years ago

Currently, DeepNeuro's output format is Nifti. In the future, we will want users to be able to specify any output format -- Nifti, NRRD, DICOM, DSO, .npy, .mat, etc. This requires a generalized saving function with wrappers for packages that can interact with all of these formats -- a great utility not only for DeepNeuro but any neuroimaging application.

AnnaBeers commented 5 years ago

While not all of these file formats have been addressed, we now have the basic idea down with the save_data function in deepneuro.utilities.conversion. Closing for now.