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

2d onto 3d with euclidean, similarity transforms #58

Merged
merged 32 commits into from
Feb 15, 2024

Commits on Mar 5, 2022

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

Commits on Mar 12, 2022

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

Commits on Mar 19, 2022

  1. Configuration menu
    Copy the full SHA
    8988159 View commit details
    Browse the repository at this point in the history
  2. fixed 2D-3D bug in reset_view (but badly - might still cause issues f…

    …or other multidimensional pairings)
    thanushipeiris committed Mar 19, 2022
    Configuration menu
    Copy the full SHA
    e799865 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

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

Commits on Mar 23, 2022

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

Commits on Apr 3, 2022

  1. 2D_3D tests work

    thanushipeiris committed Apr 3, 2022
    Configuration menu
    Copy the full SHA
    9eb6a24 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. Configuration menu
    Copy the full SHA
    f17ce04 View commit details
    Browse the repository at this point in the history
  2. yapf formatting

    thanushipeiris committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    5fbbb6c View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2022

  1. Configuration menu
    Copy the full SHA
    dd15f8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32a45c2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8343a21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    be5a2fc View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

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

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    ac8ff81 View commit details
    Browse the repository at this point in the history
  2. merge from main

    thanushipeiris committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    e1b4417 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2023

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

Commits on Nov 26, 2023

  1. Configuration menu
    Copy the full SHA
    d4565c2 View commit details
    Browse the repository at this point in the history
  2. updated 3D affine test

    thanushipeiris committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    9f1b5cc View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2023

  1. affine matrix dimensions will forcefully match minimum dimensions of …

    …either ref or moving layer
    Thanushi Peiris committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    308c005 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    984c6df View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2023

  1. modified tests to include all affine transform types

    Thanushi Peiris committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    cd85f71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    389de3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c0a2b93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9bff5c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b3fdcaa View commit details
    Browse the repository at this point in the history
  6. Fix ndim computation wtf

    jni committed Dec 12, 2023
    Configuration menu
    Copy the full SHA
    03471e7 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Start cleaning up tests

    jni committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    535f71d View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    27455f8 View commit details
    Browse the repository at this point in the history
  2. Use generated test data instead of .zarr

    Also, clean up some of the code, including unnecessary list comprehensions
    jni committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0953f82 View commit details
    Browse the repository at this point in the history
  3. Add 3d-3d test

    jni committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    7e7a4d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d4e310 View commit details
    Browse the repository at this point in the history