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: Read (and apply) ITK/ANTs' composite HDF5 transforms #79

Merged
merged 5 commits into from
Mar 26, 2020

Commits on Mar 25, 2020

  1. feat(io.reader): draft implementation of ITK/ANTs' composite HDF5 tra…

    …nsforms
    
    Uses ``h5py`` to browse the transforms group, and concatenates them in a list
    ready for nitransforms' wrapping into a ``TransformsChain``.
    
    The writer is not included in this PR.
    
    The implementation takes into account the misspelling of "Tranforms" present
    in transforms generated with older versions of ITK.
    
    This implementation only accepts the composite transforms generated by ANTs.
    
    Resolves: nipy#4
    oesteban committed Mar 25, 2020
    Configuration menu
    Copy the full SHA
    a3372bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44c4966 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3869064 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2020

  1. feat: split transform chains out from base and add a load function

    This was necessary to integrate one test equivalent to resampling with
    ``antsApplyTransforms``, but via nitransforms.
    oesteban committed Mar 26, 2020
    Configuration menu
    Copy the full SHA
    26f9e80 View commit details
    Browse the repository at this point in the history
  2. Update nitransforms/tests/test_manip.py

    Co-Authored-By: Mathias Goncalves <goncalves.mathias@gmail.com>
    oesteban and mgxd authored Mar 26, 2020
    Configuration menu
    Copy the full SHA
    3185b1d View commit details
    Browse the repository at this point in the history