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

Register NIST phantom data to ROI for subsequent quantification #10

Merged
merged 21 commits into from
Aug 4, 2020

Commits on Jul 27, 2020

  1. Added download ROIs routine

    TODO: do this download outside of this CLI (ie should be part of another "install required data" CLI)
    jcohenadad committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    37e698d View commit details
    Browse the repository at this point in the history
  2. Created labels for the NIST ROI files

    These labels {1, 2, 3} are used for the first affine transformation between the ROI image and each NIST site
    jcohenadad committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    76681b3 View commit details
    Browse the repository at this point in the history
  3. Creating 3x3 labels instead of 1x1

    Related to: #1 (comment)
    jcohenadad committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    10b888b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9859370 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Removed fsl dependency; Fixed bug related to image dim

    - now using nibabel
    - fixed bug that happened when using fslsplit on 4d single-slice data --> the output image was 2d instead of 3d, which created a blanck image when applying the transfo obtained from the 3d labels
    jcohenadad committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    f52c31f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab22c7a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4bd0e40 View commit details
    Browse the repository at this point in the history
  4. Cleanup

    jcohenadad committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    502fadc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    662da97 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1c1db20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50e7c5a View commit details
    Browse the repository at this point in the history
  8. Removed comma

    jcohenadad committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    5a6c379 View commit details
    Browse the repository at this point in the history
  9. Refactored to construct gif based on exact jpg file names

    Instead of using the ugly glob.glob
    jcohenadad committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    3cf78df View commit details
    Browse the repository at this point in the history
  10. Removed unused deps

    jcohenadad committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    53f1ae1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    deb7ba1 View commit details
    Browse the repository at this point in the history
  12. Removed FSL dependency

    jcohenadad committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    a517c13 View commit details
    Browse the repository at this point in the history
  13. Added ANTs version

    jcohenadad committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    49329d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Configuration menu
    Copy the full SHA
    f28fa73 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a168d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f52f37a View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

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