Skip to content

Commit

Permalink
Update nii2png.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexlaurence authored May 7, 2019
1 parent fc9f942 commit f8c667b
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions nii2png.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@
MIT License
'''

import scipy
import shutil
import os
import nibabel
import numpy

import scipy, numpy, shutil, os, nibabel
import sys, getopt

def convert(argv):

Expand Down

0 comments on commit f8c667b

Please sign in to comment.