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

NF: volume computation function for nifti masks #952

Merged
merged 9 commits into from
Oct 20, 2020

Commits on Sep 9, 2020

  1. Added a volume computation function

    Compute volume of mask image.
    Equivalent to "fslstats /path/file.nii -V"
    JulianKlug authored Sep 9, 2020
    Configuration menu
    Copy the full SHA
    d7c7069 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2020

  1. Configuration menu
    Copy the full SHA
    73bff0f View commit details
    Browse the repository at this point in the history
  2. Fix style errors

    - blank lines
    - variable declaration in example
    JulianKlug committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    57f7723 View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review: Removing unused code

    Co-authored-by: Chris Markiewicz <[email protected]>
    JulianKlug and effigies authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    e15bb8d View commit details
    Browse the repository at this point in the history
  4. Apply suggestions from code review: Use header.get_zooms instead of h…

    …eader.pixdim
    
    Co-authored-by: Chris Markiewicz <[email protected]>
    JulianKlug and effigies authored Oct 18, 2020
    Configuration menu
    Copy the full SHA
    7412ba9 View commit details
    Browse the repository at this point in the history
  5. Split Mask_volume into a function for voxels and a function for volum…

    …e in mm3
    
    - use a mask-like volume for testing
    JulianKlug committed Oct 18, 2020
    Configuration menu
    Copy the full SHA
    d357eae View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Fix failing docstring

    JulianKlug committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    93532de View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Chris Markiewicz <[email protected]>
    JulianKlug and effigies authored Oct 19, 2020
    Configuration menu
    Copy the full SHA
    2331e9d View commit details
    Browse the repository at this point in the history
  3. Style issues, use capsys

    JulianKlug committed Oct 19, 2020
    Configuration menu
    Copy the full SHA
    35beaba View commit details
    Browse the repository at this point in the history