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

Fix diffusion mask in voxels outside the FOV #129

Merged
merged 19 commits into from
Oct 29, 2019

Commits on Oct 6, 2019

  1. BUG: only include voxels fully within the FOV in every volume

    Michiel Cottaar authored and Michiel Cottaar committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    220fc20 View commit details
    Browse the repository at this point in the history
  2. BUG: only zero-values are outside FOV, not negative values

    Michiel Cottaar authored and Michiel Cottaar committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    afcc633 View commit details
    Browse the repository at this point in the history
  3. Change threshold for floating point rounding error

    As suggested by Tim Coalson. Not sure if it is needed, but might as well.
    MichielCottaar authored and Michiel Cottaar committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    0b9f133 View commit details
    Browse the repository at this point in the history
  4. OPT: use first volume to extract FOV mask

    Gives equivalent results, but is faster
    Michiel Cottaar authored and Michiel Cottaar committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    d84edef View commit details
    Browse the repository at this point in the history
  5. BUG: dilate the diffusion data before spline interpolation

    Michiel Cottaar authored and Michiel Cottaar committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    da6baaf View commit details
    Browse the repository at this point in the history
  6. Typo: -volume_dilate -> -volume-dilate

    Michiel Cottaar authored and Michiel Cottaar committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    05f42c2 View commit details
    Browse the repository at this point in the history
  7. BUG: added extensions to filenames for wb_command

    Michiel Cottaar authored and Michiel Cottaar committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    b161b1d View commit details
    Browse the repository at this point in the history
  8. ENH: added text file with percentage of brain mask in final mask

    Michiel Cottaar authored and Michiel Cottaar committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    26108f6 View commit details
    Browse the repository at this point in the history
  9. BUG: reduce number of voxels to dilate

    Michiel Cottaar authored and Michiel Cottaar committed Oct 6, 2019
    Configuration menu
    Copy the full SHA
    33afc22 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2019

  1. BUG: fixed several typos preventing code to run

    Michiel Cottaar authored and Michiel Cottaar committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    76578ca View commit details
    Browse the repository at this point in the history
  2. BUG: use fslmaths data -abs -Tmax -bin to only mask out data where al…

    …l data is zero
    Michiel Cottaar authored and Michiel Cottaar committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    cfe5076 View commit details
    Browse the repository at this point in the history
  3. REF: rename DILATE_DISTANCE to DilateDistance

    Michiel Cottaar authored and Michiel Cottaar committed Oct 11, 2019
    Configuration menu
    Copy the full SHA
    6c3d360 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Merge branch 'master' into mask_diff

    Michiel Cottaar authored and Michiel Cottaar committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    7684b3c View commit details
    Browse the repository at this point in the history
  2. Back to using Tmin, but now filling holes

    Adding -fillh should fill up any internal holes due to voxels
    being zero for some other reason than being marked like that by eddy.
    Michiel Cottaar authored and Michiel Cottaar committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    ddcad3b View commit details
    Browse the repository at this point in the history
  3. Fixed comments as suggested by @mharms

    Michiel Cottaar authored and Michiel Cottaar committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    588eb5e View commit details
    Browse the repository at this point in the history
  4. Do not remove the field of view mask

    Michiel Cottaar authored and Michiel Cottaar committed Oct 12, 2019
    Configuration menu
    Copy the full SHA
    b40903b View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2019

  1. REF: compute fov_mask in eddy_postproc rather than Diffusion2Structural

    Michiel Cottaar authored and Michiel Cottaar committed Oct 17, 2019
    Configuration menu
    Copy the full SHA
    39c59ce View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Updated comments and other minor changes suggested by @mharms

    Michiel Cottaar authored and Michiel Cottaar committed Oct 18, 2019
    Configuration menu
    Copy the full SHA
    1b5ca79 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2019

  1. Several last bug fixes

    Michiel Cottaar authored and Michiel Cottaar committed Oct 26, 2019
    Configuration menu
    Copy the full SHA
    56972db View commit details
    Browse the repository at this point in the history