You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ med2image -i �c0001s0004t01.nii -o input.jpg -s m
C:\users\nevil\appdata\local\programs\python\python37-32\lib\site-packages\dicom_init_.py:53: UserWarning:
This code is using an older version of pydicom, which is no longer
maintained as of Jan 2017. You can access the new pydicom features and API
by installing pydicom from PyPI.
See 'Transitioning to pydicom 1.x' section at pydicom.readthedocs.org
for more information.
Hi,
You should be passing an absolute path to the "-i" or in this case, make sure that your current working directory is the one which contains your give NIfTI volume.
For more details please refer to the: [-i|--inputFile] and [-I|--inputDir] CLI arguments in the "Command Line Arguments" section at the end of the README.rst file.
$ med2image -i �c0001s0004t01.nii -o input.jpg -s m
C:\users\nevil\appdata\local\programs\python\python37-32\lib\site-packages\dicom_init_.py:53: UserWarning:
This code is using an older version of pydicom, which is no longer
maintained as of Jan 2017. You can access the new pydicom features and API
by installing
pydicom
from PyPI.See 'Transitioning to pydicom 1.x' section at pydicom.readthedocs.org
for more information.
warnings.warn(msg)
usage: med2image [-h] [-i INPUTFILE] [-o OUTPUTFILESTEM] [-d OUTPUTDIR]
[-t OUTPUTFILETYPE] [-s SLICETOCONVERT] [-f FRAMETOCONVERT]
[--printElapsedTime] [-r] [--showSlices] [--func FUNC] [-x]
[-y] [-v]
med2image: error: unrecognized arguments: \x96c0001s0004t01.niiinput.jpg
The text was updated successfully, but these errors were encountered: