From f8c667b29989f8805965e3d88fbc2bbf64962389 Mon Sep 17 00:00:00 2001 From: Alexander Laurence <39573687+alexlaurence@users.noreply.github.com> Date: Tue, 7 May 2019 21:39:11 +0100 Subject: [PATCH] Update nii2png.py --- nii2png.py | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/nii2png.py b/nii2png.py index 0309a6b..0fa45ff 100644 --- a/nii2png.py +++ b/nii2png.py @@ -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):