Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Releases: scitran-apps/dicom-mr-classifier

0.7.2

25 Jun 14:04
ffd8ed0
Compare
Choose a tag to compare

New

  • Allow customization of the classifier gear by creating a classifications context value on project.
    For example:
{
  "context": {
    "classifications": {
      "*discovery*": "Intent: Localizer, Features: Multi-Echo, Measurements: T2"
    }
  }
}

0.7.1

08 Jun 21:19
Compare
Choose a tag to compare

FIXES

  • Better handles archives containing mixed non-image/image data in the same archive.
  • Set study id for Philips DICOM data

0.7.0

06 Jun 21:17
Compare
Choose a tag to compare

NEW

  • Classification synchronization configuration option ("sync", default=true) has been added. This option will check at run-time for an updated version of the classification code and pull that code in to generate the classification from a given series description. This allows the Gear to be in sync with the latest updates without having to re-build the Gear and release an incremental update. If the updated code cannot be pulled down to the Gear it will fallback to the version it shipped with.

FIXES

  • Handle unicode in top-level metadata fields (e.g., series description (acquisition label)).

OTHER

  • Exit logic has been improved to respect exit codes of sub-routines within the Gear.

0.6.1

01 Jun 00:36
Compare
Choose a tag to compare

Fixes

  • #29 Inplane classification to In-Plane

0.6.0

22 May 19:29
Compare
Choose a tag to compare

New

  • Handles rename of 'Contrast' classification aspect to 'Measurement'

0.5.0

24 Apr 18:57
2c91076
Compare
Choose a tag to compare

NEW

  • Adds support for new Classification scheme (#24).

0.2.7

09 Mar 17:21
Compare
Choose a tag to compare

UPDATES:

  • Match fieldmaps on the "topup" substring (57ac177)
  • Match fieldmaps on the "fmap" substring (a77bda0)

v0.2.6

29 Jan 21:53
Compare
Choose a tag to compare

NEW

  • Set session label from StudyID or StudyInstanceUID.
  • Improve field-map classification

v0.2.5

10 Jan 22:03
Compare
Choose a tag to compare

IMPROVEMENTS

  • Upgrades to classifier heuristics to cover more data types.

v0.2.4

19 Dec 16:28
Compare
Choose a tag to compare

IMPROVEMENTS

  • Upgrades to classifier heuristics to cover multiple types of data. Big coverage improvements for spectroscopy, perfusion, localizer and functional types.