Skip to content

Commit f8c667b

Browse files
authored
Update nii2png.py
1 parent fc9f942 commit f8c667b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

nii2png.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,8 @@
66
MIT License
77
'''
88

9-
import scipy
10-
import shutil
11-
import os
12-
import nibabel
13-
import numpy
14-
9+
import scipy, numpy, shutil, os, nibabel
10+
import sys, getopt
1511

1612
def convert(argv):
1713

0 commit comments

Comments
 (0)