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

BUG: resliceimg (MaRdI interpolation) issue #161 #162

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Aug 19, 2020

  1. BUG: Construct MaRdI object based on discovered image volumes, and th…

    …row warning when different from dcm header (series repetition number, i.e. number of measurements)
    rtopfer committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    711fafc View commit details
    Browse the repository at this point in the history
  2. BUG: MaRdI.resliceimg(), fix erroneous evaluation of grid dimensions.…

    … Method now returns the correct array size but the extrapolation is still off (likely due to the ROI/mask assignment on which it is based)
    rtopfer committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    01f7ac3 View commit details
    Browse the repository at this point in the history
  3. BUG: Fix overwrite of gridSize variable—what should be a const (only …

    …matlab does not support them...)
    rtopfer committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    0bb44b6 View commit details
    Browse the repository at this point in the history
  4. MaRdI.resliceimg(): Add check on array dimensions of ROI extrapolatio…

    …n mask (must match dims of extrapolation coordinate arrays)
    rtopfer committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    206a244 View commit details
    Browse the repository at this point in the history