dicom2fem
dicom2fem copied to clipboard
Can't generate fem
when I try python dicom2fem/dicom2fem.py -f /home/loghonox/Downloads/EE5A464D.dcm
I have error:
Traceback (most recent call last):
File "/home/loghonox/Documents/dicom2fem/dicom2fem/dicom2fem.py", line 873, in
when I try wit folder:
Traceback (most recent call last):
File "/home/loghonox/Documents/dicom2fem/dicom2fem/dicom2fem.py", line 873, in
any solution?
Hi @Loghonox,
-f
option is used to load DCM files generated by dicom2fem. It is a file in Matlab format containing a 3D matrix and voxel size information. You probably need to load a series of dicom files stored in a directory. Then use -d
option:
python dicom2fem/dicom2fem.py -d /home/loghonox/Downloads/
Regards Vladimir