Dicom files with sage
Hi everybody! Please is there a way to manage DICOM files with sage? This is possible with pure python, using pydicom. How to use this tool under sage?
Thank you in advance.
You shouold be able to install pydicom
within Sage as follow. From the command line located in your Sage installation directory, just type:
./sage -pip install pydicom
Then start Sage and try to import it the usual way.
Do not hesitate to report your experience.
Thank for that answer. I want to specify that I'm on Windows. I'm working with sage on virtualbox.
when i try to type what you asked, I have somethink like this:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "_sage_input_5.py", line 10, in <module> exec compile(u'open("___code___.py","w").write("# -- coding: utf-8 --\n" + _support_.preparse_worksheet_cell(base64.b64decode("LXBpcCBpbnN0YWxsIHB5ZGljb20="),globals())+"\n"); execfile(os.path.abspath("___code___.py")) File "", line 1, in <module>
File "/tmp/tmpMES0gZ/___code___.py", line 2 -pip install pydicom ^ SyntaxError: invalid syntax
You have to type this from a shell, not from a Sage session, see https://wiki.sagemath.org/SageApplian...
Asked: 2017-06-26 17:10:38 +0200
Seen: 444 times
Last updated: Jun 26 '17