Skip to content

Commit 5baceb7

Browse files
effigiesoesteban
andauthored
Update nibabel/pointset.py
Co-authored-by: Oscar Esteban <[email protected]>
1 parent c0b6146 commit 5baceb7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

nibabel/pointset.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,15 @@ def n_coords(self):
1919
return self.get_coords().shape[0]
2020

2121
def get_coords(self, name=None):
22-
"""Nx3 array of coordinates in RAS+ space"""
22+
"""Nx3 array of coordinates.
23+
24+
Parameters
25+
----------
26+
name : :obj:`str`
27+
Select a particular coordinate system if more than one may exist.
28+
By default, `None` is equivalent to `"world"` and corresponds to
29+
an RAS+ coordinate system.
30+
"""
2331
return self._coords
2432

2533

0 commit comments

Comments
 (0)