Skip to content

Releases: lamyj/dicomifier

v2.0.1

12 Jun 13:20
2164a18
Compare
Choose a tag to compare

Bugs fixed:

  • Works with Python 3.5

v2.0.0

04 Jun 10:48
ded1ba8
Compare
Choose a tag to compare

New unified syntax Tired of remembering if your dicom2nifti comes from mricron or dicomifier? All commands are now gathered under the dicomifier banner (dicomifier to-dicom, dicomifier to-nifti, etc.). See the documentation for more details.

Diffusion MRI Tired of fighting obscure vendor meta-data? See the diffusion-scheme command and related documentation.

Improved performance Tired of waiting for your conversion? Depending on the complexity of data sets, converting to DICOM is between 2 and 6 times faster, and converting to NIfTI between 1.25 and 1.8 times faster (the improvement is larger for mode complex data sets).

Improved listing Tired of looking inside arcane directories to find study or series descriptions? The list command will show user-friendly name and paths for all convertible data.

Miscellaneous

  • API documentation
  • Improved unit testing and test data
  • Conversion of partial Bruker data (single experiment or even reconstruction)
  • Improved DICOM series splitting (e.g. Siemens XA data exported with "classic 2D", GE diffusion data)
  • Single-step conversion from Bruker to NIfTI (dicomifier nifti)

v1.4.0

10 Mar 17:35
Compare
Choose a tag to compare
  • Drop support for Python 2
  • Run time optimizations in Bruker -> DICOM and DICOM -> NIfTI
  • Fix conversion of mosaic images
  • Improve robustness of stack splitting

v1.3.0

18 Jan 17:06
Compare
Choose a tag to compare

New features:

  • Option to change the layout of the DICOM files created by bruker2dicom. Adding --layout or -l to the call to bruker2dicom allow the user to choose between the current nested layout (-l nested) and a flat layout with all files in the same directory (-l flat).

v1.2.2

20 Dec 17:19
Compare
Choose a tag to compare

This is a bugfix release:

  • Track changes from Odil 0.10.0

Minor improvements:

  • Fix CI scripts
  • Improve integration with TravisCI

v1.2.1

01 Aug 10:34
Compare
Choose a tag to compare

This is a bugfix release:

  • More Python 2 fixes

v1.2.0

30 Jul 10:50
Compare
Choose a tag to compare

New features:

Bug fixes:

  • Python 2 compatibility

Removed features:

  • Graphical user interface

v1.1.1

22 May 15:47
Compare
Choose a tag to compare

Bug fixes:

  • Non-ASCII character conversion in dicom2nifti
  • Mis-detection of reconstructions in bruker2nifti

v1.1.0

09 May 15:55
Compare
Choose a tag to compare

Improvements:

  • Python 3 compatibility
  • Better robustness with invalid DICOM files

Bug fixes:

  • Handling of duplicate DICOM files
  • Unicode characters in file names

v1.0.2

05 Jul 16:33
Compare
Choose a tag to compare

This is a bugfix release.

  • Fix converting DICOM series with heterogeneous definitions and color spaces
  • Fix converting int32 data
  • Add a warning message for compressed transfer syntaxes (#31)