nitransforms
nitransforms copied to clipboard
a standalone fork of nipy/nibabel#656
## Voxel shift maps As mentioned in today's call, I think that adding the full fieldmap into nitransforms would be difficult. But thinking a bit more about voxel shifts, I...
I was looking for this feature in nibabel and found this repo. Very cool initiative, so thanks for sharing! My question is whether support for .[dat files](https://surfer.nmr.mgh.harvard.edu/fswiki/RegisterDat) is planned, and...
Very undertested, but there is a new test that uses a "collapsed" transform from an ITK's .h5 file with one affine and one nonlinear (and it works). BSpline transforms are...
Hello, It seems that loading composite transforms using `ITKCompositeH5` may generate incorrect warp fields data. Here is some minimal code and data to replicate the problem: https://www.dropbox.com/sh/9q7fkiil5acd9wy/AAD9IAK-fPIQZ6HSke67nFPea?dl=0 My understanding is...
As brought up by Chris in the last bit of https://github.com/nipy/nitransforms/pull/166#issuecomment-1189631982, the right implementation should be carefully considered.
Ensure we have tests of `.h5` composites to make sure that #81 was properly addressed (see https://github.com/nipy/nitransforms/pull/165#issuecomment-1189201198 for further details).
This problem has not been addressed with the AFNI-obliques which only addressed linear transforms.
It would be beneficial to have this integrated, so that composite B-Spline can naturally be handled internally.
My plan is to merge #138 knowingly that the `BSplineFieldTransform.map()` method is broken, as reflected by the doctest (the outputs of this doctest should be very close to those of...