Skip to content

Commit ec1140d

Browse files
committed
fix: remove unused parameter and docstring from function
Co-authored-by: Chris Markiewicz <[email protected]>.
1 parent fde03b9 commit ec1140d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

nitransforms/io/afni.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ def _cardinal_rotation(oblique, real_to_card=True):
285285
)
286286

287287

288-
def _afni_warpdrive(oblique, forward=True, ras=False):
288+
def _afni_warpdrive(oblique, forward=True):
289289
"""
290290
Calculate AFNI's ``WARPDRIVE_MATVEC_FOR_000000`` (de)obliquing affine.
291291
@@ -297,8 +297,6 @@ def _afni_warpdrive(oblique, forward=True, ras=False):
297297
Returns the forward transformation if True, i.e.,
298298
the matrix to convert an oblique affine into an AFNI's plumb (if ``True``)
299299
or viceversa plumb -> oblique (if ``false``).
300-
ras : :obj:`bool`
301-
Whether output should be referrenced to AFNI's internal system (LPS+) or RAS+
302300
303301
Returns
304302
-------

0 commit comments

Comments
 (0)