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

ENH,WIP: New transforms module #656

Closed
wants to merge 36 commits into from
Closed

Commits on Sep 20, 2019

  1. ENH: Add an utility to calculate obliquity of affines

    This implementation mimics the implementation of AFNI.
    oesteban committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    3cfff0d View commit details
    Browse the repository at this point in the history
  2. enh(tests): add not-oblique test, move tests to test_affines.py

    Addressing one of @matthew-brett's comments.
    oesteban committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    c92d560 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

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

Commits on Sep 23, 2019

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

Commits on Sep 24, 2019

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

Commits on Sep 27, 2019

  1. Initial commit

    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    70d9620 View commit details
    Browse the repository at this point in the history
  2. add TransformBase

    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    36a1764 View commit details
    Browse the repository at this point in the history
  3. add new module

    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    2a700c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fda2bfe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ef5adc View commit details
    Browse the repository at this point in the history
  6. optimize deformation field

    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    189a662 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2619ae4 View commit details
    Browse the repository at this point in the history
  8. used cached field

    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    4e7c19b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    23d7002 View commit details
    Browse the repository at this point in the history
  10. add bspline cython extension

    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    2acd9f3 View commit details
    Browse the repository at this point in the history
  11. a smarter ImageSpace

    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    385ceff View commit details
    Browse the repository at this point in the history
  12. add comment

    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    fa030a4 View commit details
    Browse the repository at this point in the history
  13. remove cython module

    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    fd418fe View commit details
    Browse the repository at this point in the history
  14. cleanup

    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    13d722f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    253aed5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    47c2a57 View commit details
    Browse the repository at this point in the history
  17. Add base implementation of transforms and change base implementation …

    …of linear and nonlinear transforms
    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    4478c06 View commit details
    Browse the repository at this point in the history
  18. export to hdf5

    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    99fa15d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5eed01d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    632e068 View commit details
    Browse the repository at this point in the history
  21. wip: reads & writes ITK's MatrixOffsetTransformBase transforms, with …

    …and without FixedParameters
    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    f2c062e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8eb670d View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    799fb6e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    ce36f06 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8e1bf44 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    e2df7cc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c5d10ed View commit details
    Browse the repository at this point in the history
  28. enh(transform): HDF5 - set values as attributes; generalize affines t…

    …o N transforms (through time axis)
    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    a18ce1d View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    9902f50 View commit details
    Browse the repository at this point in the history
  30. fix: add a first battery of tests

    Added some initial tests to check the writing of transforms to ITK and
    FSL formats.
    oesteban committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    fe74efb View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    596994c View commit details
    Browse the repository at this point in the history