From 1622283bc4d3b9f6d462544ef79343fe7a5174cb Mon Sep 17 00:00:00 2001 From: Yujing Huang Date: Fri, 9 Feb 2024 15:27:55 -0500 Subject: [PATCH] add comment in docstring --- surfa/transform/affine.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/surfa/transform/affine.py b/surfa/transform/affine.py index b2b09ea..08f03a2 100644 --- a/surfa/transform/affine.py +++ b/surfa/transform/affine.py @@ -219,6 +219,8 @@ def transform(self, data, method='linear', rotation='corner', resample=True, fil be updated (this is not possible if a displacement field is provided). fill : scalar Fill value for out-of-bounds voxels. + points : N-D point values + Deprecated. Use the `data` argument instead. Returns -------