Skip to content

Commit

Permalink
New release (v1.0.20170609)
Browse files Browse the repository at this point in the history
  • Loading branch information
neurolabusc committed Jun 9, 2017
1 parent 518bc77 commit 1f456d8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ This software is open source. The bulk of the code is covered by the BSD license

## Versions

9-June-2017
-Report [TotalReadoutTime](https://github.com/rordenlab/dcm2niix/issues/98).
-Fix JPEG2000 support in [Superbuild](https://github.com/rordenlab/dcm2niix/issues/105).


28-May-2017
- Remove all derived images from [Philips DTI series](http://www.nitrc.org/forum/message.php?msg_id=21025).
- Provide some [Siemens EPI sequence details](https://github.com/rordenlab/dcm2niix/issues).
Expand Down
2 changes: 1 addition & 1 deletion console/nii_dicom.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ extern "C" {
#define kCCsuf " CompilerNA" //unknown compiler!
#endif

#define kDCMvers "v1.0.20170528" kDCMsuf kCCsuf
#define kDCMvers "v1.0.20170609" kDCMsuf kCCsuf

static const int kMaxDTI4D = 4096; //maximum number of DTI directions for 4D (Philips) images, also maximum number of 3D slices for Philips 3D and 4D images
#define kDICOMStr 64
Expand Down

0 comments on commit 1f456d8

Please sign in to comment.