-
Notifications
You must be signed in to change notification settings - Fork 301
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when importing DICOM #890
Comments
Try this version https://github.com/invesalius/invesalius3/releases/tag/nightly |
Tried with the nightly build with same result
|
Greetings. I am willing to contribute to this project. At first, I am trying to replicate the error, but I can't. Can you send me a minimal sample set to get that error or at least give the results of this command for a couple of files by replacing the file.dcm with the actual names? dcmdump file.dcm | grep -E "Rows|Columns|Orientation|Position" |
Version 3.1.1
When trying to import a DICOM set I see the following in the terminal while the app is frozen:
RAM_FREE= 37472051200 RAM_TOTAL= 68650508288 Traceback (most recent call last): File "invesalius\gui\import_panel.py", line 170, in OnClickOk File "invesalius\gui\import_panel.py", line 191, in LoadDicom File "Lib\site-packages\pubsub\core\publisher.py", line 216, in sendMessage File "Lib\site-packages\pubsub\core\topicobj.py", line 452, in publish File "Lib\site-packages\pubsub\core\topicobj.py", line 482, in __sendMessage File "Lib\site-packages\pubsub\core\listener.py", line 237, in __call__ File "invesalius\control.py", line 745, in OnOpenDicomGroup File "invesalius\control.py", line 817, in OpenDicomGroup File "invesalius\data\imagedata_utils.py", line 658, in dcm2memmap ValueError: could not broadcast input array from shape (256,196) into shape (196,256)
The text was updated successfully, but these errors were encountered: