Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DICOM: be more lenient with slice timing vector in Siemens mosaics #1499

Merged
merged 3 commits into from
Nov 27, 2018

Commits on Nov 26, 2018

  1. DICOM: be more lenient with slice timing vector is Siemens mosaics

    There are examples now of Siemens mosaics where the number of entries in
    the CSA NumberOfImagesInMosaic entry reports a large size than the
    number of slices - leading to the whole entry being ignored - yet the
    last few entries are empty. This change allows for this situation, by
    taking as many entries as there are slices, and ignoring the last few
    entries.
    jdtournier committed Nov 26, 2018
    Configuration menu
    Copy the full SHA
    5449fe8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17af358 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2018

  1. Configuration menu
    Copy the full SHA
    95facfc View commit details
    Browse the repository at this point in the history