FNNDSC / med2image

Converts medical images to more displayable formats, e.g. NIfTI to jpg.
MIT License
185 stars 56 forks source link

Unable to convert it from nii to jpg. Need little insight #18

Open sivaskandha opened 5 years ago

sivaskandha commented 5 years ago

I am running it in python IDE in windows. getting following error. please help how to do it. Here i gave path of input image and path for output image

med2image -i "C:/Users/CMR/Downloads/avg152T1_LR_nifti.nii" -d "C:/Users/CMR/Downloads/" -o image.jpg -s -1 SyntaxError: invalid syntax

Nou96 commented 4 years ago

I'am having the same problem now, what's the solution !! thank you

arushivyas commented 4 years ago

A UNIX system terminal will be a better choice to run pl-med2img. However, you can also run it on a Windows system using a docker container.

Please go through the new and updated README.rst file and follow the instructions to run med2image on a UNIX system.

We are now also providing a Docker container called pl-med2img

Follow this link for detailed instructions: https://github.com/FNNDSC/pl-med2img