Skip to content

Version 2.2.0 - ReadDICOM, Reshape nodes

Compare
Choose a tag to compare
@borupdaniel borupdaniel released this 03 Aug 21:12
· 32 commits to develop since this release

This node introduces two new nodes:

  • Reshape, which combines functionality from other nodes such as Split and Combine
  • ReadDICOM, ported from a project by @rkrobison, which allows reading of DICOM files and inspection of the header information. Note that this node relies on the PyDicom package, which will be added as a dependency in the Conda package.

A bug in the Dimensions node was also fixed.