We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0b6146 commit 5baceb7Copy full SHA for 5baceb7
nibabel/pointset.py
@@ -19,7 +19,15 @@ def n_coords(self):
19
return self.get_coords().shape[0]
20
21
def get_coords(self, name=None):
22
- """Nx3 array of coordinates in RAS+ space"""
+ """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
+ """
31
return self._coords
32
33
0 commit comments