We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b38da commit e1137f4Copy full SHA for e1137f4
nii2png.py
@@ -9,7 +9,7 @@
9
import scipy, numpy, shutil, os, nibabel
10
import sys, getopt
11
12
-def convert(argv):
+def main(argv):
13
14
inputfile = ''
15
outputfile = ''
0 commit comments