7927c56133dbf7ed60e951a51490a6d17d50f44c,ants/core/ants_transform_io.py,,create_ants_transform,#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#Any#,57
Before Change
// Transforms that derive from itk::MatrixOffsetTransformBase
elif transform_type in matrix_offset_types:
matrix_offset_fn = lib.__dict__[_matrix_offset_dict[precision][dimension]]
itk_tx = matrix_offset_fn(transform_type,
precision,
dimension,
matrix,
After Change
// Transforms that derive from itk::MatrixOffsetTransformBase
elif transform_type in matrix_offset_types:
libfn = utils.get_lib_fn("matrixOffset%s%i" % (utils.short_ptype(precision), dimension))
itk_tx = libfn(transform_type,
precision,
dimension,
matrix,
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 11
Instances
Project Name: ANTsX/ANTsPy
Commit Name: 7927c56133dbf7ed60e951a51490a6d17d50f44c
Time: 2017-09-24
Author: ncullen.th@dartmouth.edu
File Name: ants/core/ants_transform_io.py
Class Name:
Method Name: create_ants_transform
Project Name: ANTsX/ANTsPy
Commit Name: 7927c56133dbf7ed60e951a51490a6d17d50f44c
Time: 2017-09-24
Author: ncullen.th@dartmouth.edu
File Name: ants/core/ants_transform_io.py
Class Name:
Method Name: write_transform
Project Name: ANTsX/ANTsPy
Commit Name: 7927c56133dbf7ed60e951a51490a6d17d50f44c
Time: 2017-09-24
Author: ncullen.th@dartmouth.edu
File Name: ants/core/ants_transform_io.py
Class Name:
Method Name: read_transform
Project Name: ANTsX/ANTsPy
Commit Name: 7927c56133dbf7ed60e951a51490a6d17d50f44c
Time: 2017-09-24
Author: ncullen.th@dartmouth.edu
File Name: ants/core/ants_transform_io.py
Class Name:
Method Name: new_ants_transform