Skip to content

Commit e1137f4

Browse files
authored
Update nii2png.py
1 parent 33b38da commit e1137f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nii2png.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
import scipy, numpy, shutil, os, nibabel
1010
import sys, getopt
1111

12-
def convert(argv):
12+
def main(argv):
1313

1414
inputfile = ''
1515
outputfile = ''

0 commit comments

Comments
 (0)