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

Use correct bolus values in CBF calculation and temporarily disable Q2TIPS, multi-PLD, and no-BolusCutOff processing #235

Merged
merged 70 commits into from
Mar 29, 2023

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    d470dba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bab13cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    536e1fa View commit details
    Browse the repository at this point in the history
  4. Update misc.py

    tsalo committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    6ca94c9 View commit details
    Browse the repository at this point in the history
  5. Update misc.py

    tsalo committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    cca03a2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2420dfe View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cd2a1b9 View commit details
    Browse the repository at this point in the history
  8. Update cbf_computation.py

    tsalo committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    9578fcf View commit details
    Browse the repository at this point in the history
  9. Update cbf_computation.py

    tsalo committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    da04ac8 View commit details
    Browse the repository at this point in the history
  10. Update cbf_computation.py

    tsalo committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    27d8137 View commit details
    Browse the repository at this point in the history
  11. Update cbf_computation.py

    tsalo committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    1c55346 View commit details
    Browse the repository at this point in the history
  12. Remove logger messages.

    tsalo committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    acd5b8b View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. Configuration menu
    Copy the full SHA
    74e031a View commit details
    Browse the repository at this point in the history
  2. Remove unused att output.

    tsalo committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    911704f View commit details
    Browse the repository at this point in the history
  3. Remove unused BASIL inputs.

    Not sure why the output filenames can be set as inputs when those inputs are never used...
    tsalo committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    ac627ee View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c4e1899 View commit details
    Browse the repository at this point in the history
  5. Update ge.py

    tsalo committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    a14b816 View commit details
    Browse the repository at this point in the history
  6. Check ASLT more explicitly.

    tsalo committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    b70f4bc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bcc30a1 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Remove duplicate references.

    tsalo committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    240255a View commit details
    Browse the repository at this point in the history
  2. Work around nilearn-made singleton dims.

    Nilearn's maskers add a singleton time dimension when the data are purely spatial.
    tsalo committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    0fa6415 View commit details
    Browse the repository at this point in the history
  3. Pin nilearn version.

    Starting in 0.12.0, nilearn masker.transform on a 3D image will return a 1D array.
    tsalo committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b6eb752 View commit details
    Browse the repository at this point in the history
  4. Improve comment.

    tsalo committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    08f2164 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

  1. Clean up CBF calculation.

    tsalo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    41476af View commit details
    Browse the repository at this point in the history
  2. Fix PASL CSF calculation.

    tsalo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    44a0cbe View commit details
    Browse the repository at this point in the history
  3. Improve comments.

    tsalo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    74a998e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dfb2d3c View commit details
    Browse the repository at this point in the history
  5. Improve documentation again.

    tsalo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    06406d6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d73b221 View commit details
    Browse the repository at this point in the history
  7. Document ComputeCBF.

    tsalo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    9979d4c View commit details
    Browse the repository at this point in the history
  8. Update cbf_computation.py

    tsalo committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a0adad9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2023

  1. Improve variable naming.

    tsalo committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    573e396 View commit details
    Browse the repository at this point in the history
  2. Change a lot of variable names.

    tsalo committed Mar 24, 2023
    Configuration menu
    Copy the full SHA
    e0fa265 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

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

    tsalo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    8068dbf View commit details
    Browse the repository at this point in the history
  3. Add a message about Q2TIPS.

    tsalo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    de6a9a4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4f74fd View commit details
    Browse the repository at this point in the history
  5. Add a test for ComputeCBF.

    tsalo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    2fd718c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    13530ad View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd5bcab View commit details
    Browse the repository at this point in the history
  8. Just use tmpdir.

    tsalo committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    4c5bc12 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8828ba5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a6ea23e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    183ccb5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    567b926 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    0d6f4f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    915fede View commit details
    Browse the repository at this point in the history
  3. Try fixing the PLDs.

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    741e435 View commit details
    Browse the repository at this point in the history
  4. Add logger messages.

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    ce385b2 View commit details
    Browse the repository at this point in the history
  5. Update cbf_computation.py

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    24bc1ed View commit details
    Browse the repository at this point in the history
  6. Update cbf_computation.py

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    cc976f1 View commit details
    Browse the repository at this point in the history
  7. Update cbf_computation.py

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c27ded8 View commit details
    Browse the repository at this point in the history
  8. Update cbf_computation.py

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    229f3d5 View commit details
    Browse the repository at this point in the history
  9. Fix?

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bdaf2a3 View commit details
    Browse the repository at this point in the history
  10. Add another integration test.

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a01e2a4 View commit details
    Browse the repository at this point in the history
  11. Update test.

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a97598c View commit details
    Browse the repository at this point in the history
  12. Skip new test for now.

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a279bc6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d970d7d View commit details
    Browse the repository at this point in the history
  14. Fix bugs hopefully.

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    4b60eb1 View commit details
    Browse the repository at this point in the history
  15. Move connections around a bit.

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a811b4a View commit details
    Browse the repository at this point in the history
  16. Fix bug maybe.

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    e1cde1e View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    757346e View commit details
    Browse the repository at this point in the history
  18. Fix test.

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    150ea6a View commit details
    Browse the repository at this point in the history
  19. Fix things more.

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    c8b94ac View commit details
    Browse the repository at this point in the history
  20. Update cbf_computation.py

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    a32304f View commit details
    Browse the repository at this point in the history
  21. Fix...

    tsalo committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    de3017f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2023

  1. Update cbf_computation.py

    tsalo committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    d5634e6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67f1483 View commit details
    Browse the repository at this point in the history
  3. Split things up a bit.

    tsalo committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    b7113c0 View commit details
    Browse the repository at this point in the history
  4. Disable Q2TIPS.

    tsalo committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    7b63aec View commit details
    Browse the repository at this point in the history