NIfTI-Image-Converter
NIfTI-Image-Converter copied to clipboard
Changed get_data method (deprecated) to get_fdata(). Also changed the way you iterate through files, and saving now works (using matplotlib)
As discussed with OliJimbo on issue #6, I've changed the get_data() method for nib.NiftiImage objects to the new get_fdata(), which returns the np.ndarray.