CBICA / CaPTk

Cancer Imaging Phenomics Toolkit (CaPTk) is a software platform to perform image analysis and predictive modeling tasks. Documentation: https://cbica.github.io/CaPTk
https://www.cbica.upenn.edu/captk
Other
175 stars 63 forks source link

Dicom to nifti conversion #344

Closed abdhigithub closed 5 years ago

abdhigithub commented 5 years ago

Loading the Dicom on CaPTk is smooth. However while saving out to a NifTi image, the application quits.

screen shot 2019-03-05 at 1 15 16 pm
sarthakpati commented 5 years ago

Not specific to macOS. Hopefully with the contributions from @ashishsingh18 (where cbica::ReadImage contains the DICOM parsing, this will be fixed).

ashishsingh18 commented 5 years ago

The issue still exists. The crash happens in save function in mainwindow.

ashishsingh18 commented 5 years ago

Issue fixed. Needs testing.

ashishsingh18 commented 5 years ago

This is now fixed in my fork, waiting to get merged into master.

sarthakpati commented 5 years ago

Related to #4. Fixed, closing.