matthew-brett / xibabel

Piloting a new image object for neuroimaging based on XArray
BSD 2-Clause "Simplified" License
6 stars 0 forks source link

Rethinking the image API, sketch #4

Closed matthew-brett closed 4 months ago

matthew-brett commented 5 months ago

We're nearly there with this - we just need to implement something like a to_nifti function, maybe available via the xi accessor, that:

matthew-brett commented 5 months ago

Also note https://github.com/matthew-brett/xibabel/blob/main/experiments/basic_xibabel.Rmd

matthew-brett commented 5 months ago

Thinking about keeping track of the affine here : https://github.com/pydata/xarray/discussions/8897

matthew-brett commented 4 months ago

This all now implemented in main, closing here.