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

[Enhancement IV] Add roi response series #19

Merged
merged 67 commits into from
Aug 28, 2024
Merged

Commits on Jun 24, 2024

  1. add multichannel volume

    CodyCBakerPhD committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    97bfa20 View commit details
    Browse the repository at this point in the history
  2. swap to datainterface

    CodyCBakerPhD committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    91db41b View commit details
    Browse the repository at this point in the history
  3. fix import

    CodyCBakerPhD committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    200eb9b View commit details
    Browse the repository at this point in the history
  4. fix test name

    CodyCBakerPhD committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b84aa0b View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    c27778f View commit details
    Browse the repository at this point in the history
  2. fix intercompatability

    CodyCBakerPhD committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c8b5dfd View commit details
    Browse the repository at this point in the history
  3. fix light sources

    CodyCBakerPhD committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    ad6b5e7 View commit details
    Browse the repository at this point in the history
  4. fix

    CodyCBakerPhD committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    8b69db4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    00d2270 View commit details
    Browse the repository at this point in the history
  6. fix autogenerated arg

    CodyCBakerPhD committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    c6b529c View commit details
    Browse the repository at this point in the history
  7. variable depth volume

    CodyCBakerPhD committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    22836ed View commit details
    Browse the repository at this point in the history
  8. swap to um

    CodyCBakerPhD committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9ad9f4b View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    13be731 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da5a1b2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #16 from catalystneuro/both_prs_together

    [Enhacement II] Testing
    CodyCBakerPhD authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    f9c93a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a00fa42 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b1d5f2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    56f7085 View commit details
    Browse the repository at this point in the history
  7. add container too

    CodyCBakerPhD committed Jun 27, 2024
    Configuration menu
    Copy the full SHA
    dd166ad View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

  1. ryans suggestion

    CodyCBakerPhD authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    0423071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd9ecb5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dbdad41 View commit details
    Browse the repository at this point in the history
  4. reorder kwargs in mock

    CodyCBakerPhD authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    963e894 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0962561 View commit details
    Browse the repository at this point in the history
  6. Implement lists of object references with tests

    CodyCBakerPhD committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    7a7ae66 View commit details
    Browse the repository at this point in the history
  7. Adjust constructor test to match

    CodyCBakerPhD committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4a6444a View commit details
    Browse the repository at this point in the history
  8. fix outer spec to match altered one

    CodyCBakerPhD committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    4912507 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2024

  1. Configuration menu
    Copy the full SHA
    523d972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5b645de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eb9ee22 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

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

Commits on Jul 17, 2024

  1. resolve conflicts

    CodyCBakerPhD committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5f12ff7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb380a4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    94ee228 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0501249 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e583e39 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eaf57c9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    635cdf4 View commit details
    Browse the repository at this point in the history
  8. fix import

    CodyCBakerPhD committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    b581087 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4a5e9c5 View commit details
    Browse the repository at this point in the history
  10. fix import

    CodyCBakerPhD committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    c4e8f3a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ff59317 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3f7961b View commit details
    Browse the repository at this point in the history
  13. fix import

    CodyCBakerPhD committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    93a72a8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a300f9d View commit details
    Browse the repository at this point in the history
  15. debug

    CodyCBakerPhD committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    335c81d View commit details
    Browse the repository at this point in the history
  16. debugs

    CodyCBakerPhD committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    70fa119 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    a3ea976 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    24ff701 View commit details
    Browse the repository at this point in the history
  19. debugs

    CodyCBakerPhD committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    5ac7eef View commit details
    Browse the repository at this point in the history
  20. debugs

    CodyCBakerPhD committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    7effd8e View commit details
    Browse the repository at this point in the history
  21. debugs

    CodyCBakerPhD committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1d6fede View commit details
    Browse the repository at this point in the history
  22. debugs

    CodyCBakerPhD committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    1d68a4a View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

  1. debugs

    CodyCBakerPhD committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    5400462 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e67e51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e372e9 View commit details
    Browse the repository at this point in the history
  4. debugs

    CodyCBakerPhD committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    bb24934 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f7e49d View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    8daadce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00a13e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2024

  1. Configuration menu
    Copy the full SHA
    0c434b3 View commit details
    Browse the repository at this point in the history
  2. start adding tests

    CodyCBakerPhD committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    4c5fa1e View commit details
    Browse the repository at this point in the history
  3. start adding tests

    CodyCBakerPhD committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    3d66f79 View commit details
    Browse the repository at this point in the history
  4. complete tests

    CodyCBakerPhD committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    5110cd8 View commit details
    Browse the repository at this point in the history
  5. debug

    CodyCBakerPhD committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    8b0fe29 View commit details
    Browse the repository at this point in the history
  6. debug

    CodyCBakerPhD committed Aug 27, 2024
    Configuration menu
    Copy the full SHA
    c024490 View commit details
    Browse the repository at this point in the history