Skip to content

Releases: nipype/pydra-dcm2niix

v1.3

07 Apr 10:32
58c9a79
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.3

v1.3a2

28 Mar 07:45
191fc11
Compare
Choose a tag to compare

What's Changed

  • Updated syntax to match pydra refactor by @tclose in #18

Full Changelog: v1.3a1...v1.3a2

v1.3a1

17 Feb 00:19
c1f0c3f
Compare
Choose a tag to compare
Merge pull request #15 from nipype/pre-commit-ci-update-config

[pre-commit.ci] pre-commit autoupdate

v1.3a

12 Feb 00:24
f8a1adb
Compare
Choose a tag to compare

What's Changed

  • Updates to match new pydra syntax by @tclose in #16

Full Changelog: v1.2.1...v1.3a

Change "out_file" type from Directory to Path

11 Jul 00:28
Compare
Choose a tag to compare

With the new Pydra typing system, "out_file" input needs to be a str or a Path, not a Directory, because the contents of the directory will are included in the hash and so the hash of the node will change after the node is run (and will be missed by downstream nodes)

1.2.0

26 Sep 23:06
5330cba
Compare
Choose a tag to compare

Adds "out_files" output field and better handling of postfixes

With the exception of fMRI and DWI datasets, if dcm2niix processes a file with more than 3 dimensions (e.g. multiple echos, multiple antennas/coils, multiple real/imaginary/mag/phase components, etc...), it will split the image into separate images disambiguated by postfixes. This release adds better handling of these cases by

  • Adding a new catchall out_files output field that collects all disambiguated images and their JSON side cars (if present) into a single list.
  • echo and suffix input fields are replaced with generic file_postfix field, which selects one disambiguated files to return in the out_file field
    • out_file is set to attrs.NOTHING if file_postfix

1.1.0

02 Aug 09:10
c5b6621
Compare
Choose a tag to compare

1.0.0

27 Jul 01:12
dcab68b
Compare
Choose a tag to compare

Version 1.0.0 release. This release

  • fixes issue with out_file extension being appended with '.gz' when compression is enabled
  • handles case where there are multiple echos in single DICOM via the 'echo' input flag

1.0.0rc2

27 Jul 01:10
Compare
Choose a tag to compare

Release candidate 2 for v1.0. Contains a near feature complete task interface for dcm2niix tool