Mouse-Imaging-Centre / pyminc

A python interface to the MINC 2 library, allowing use of numpy arrays to access MINC data, and other such similar goodies, developed by Jason Lerch
http://en.wikibooks.org/wiki/MINC/Tutorials
Other
14 stars 8 forks source link

`.data` doesn't check `dataLoadable` #35

Open bcdarwin opened 4 years ago

bcdarwin commented 4 years ago
import pyminc.volumes.factory as f

v = f.volumeFromFile("...")
v.closeVolume()
v.data
 ... array of zeros ...

Possibly some other resource handling issues lurk as well.