-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c269a1a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi, We are facing the same issue of splitting the dicom images into different parts from Siemens MRI scanner. I work mostly on Python version of the dcm2niix and make docker out of it. Is this on C++ is also applied to the python version? Thansk in advance.
c269a1a
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dcm2niix is only a compiled C program. You can call it from Python or any scripting language. The
main
branch on Github always stores the current stable release. To try out the upcoming features you can compile thedevelopment
branch. If you want to get a pre-compiled executable from the development branch you can go to appveyor for the desired build, choose your operating system (Win, Linux, Mac) and download theartifact