stnava
stnava
one note: this is only valid for a rigid map. the generic FD just uses point transformations. the ``` fdOffset: offset value to use in framewise displacement calculation ``` gives...
note edit of previous comment.
also here: https://github.com/ANTsX/ANTsPy/blob/c3986e269f5c6430922665a9c37930d454b44beb/ants/registration/interface.py#L827-L831
OK, I would definitely appreciate a pull request ... antsrtransform class And its associated functions will get you all the things you need without scipy ... We certainly appreciate the...
`ants.read_transform` and `ants.write_transform` ,,, they also have get parameters and related ops.
@wangyibin0011 please open a different issue for this question
it's possible but you would have to make changes to the existing code base (in antspy) to do so.
take a look at the setup.py and follow the leads from there. you might also look way back into the beginning of the history to see how we did this...
for the most part, we use ANTsR or ANTsPy for such things as they both allow easy split/combine functionality which will let you perform whatever transformation combination(s) that you want....
I have a fix - it just seems slow .... let me test further - will push to my pull request if it goes ok