File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -88,14 +88,14 @@ def to_filename(fname: str | Path, x5_list: List[X5Transform]):
88
88
89
89
Parameters
90
90
----------
91
- fname : :obj:`os.pathlike `
91
+ fname : :obj:`os.PathLike `
92
92
The file name (preferably with the ".x5" extension) in which transforms will be stored.
93
93
x5_list : :obj:`list`
94
94
The list of transforms to be stored in the output dataset.
95
95
96
96
Returns
97
97
-------
98
- fname : :obj:`os.pathlike `
98
+ fname : :obj:`os.PathLike `
99
99
File containing the transform(s).
100
100
101
101
"""
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ async def _apply_serial(
63
63
----------
64
64
data : :obj:`~numpy.ndarray`
65
65
The input data array.
66
- spatialimage : :obj:`~nibabel.spatialimages.SpatialImage` or `os.pathlike `
66
+ spatialimage : :obj:`~nibabel.spatialimages.SpatialImage` or :obj: `os.PathLike `
67
67
The image object containing the data to be resampled in reference
68
68
space
69
69
targets : :obj:`~numpy.ndarray`
@@ -162,10 +162,10 @@ def apply(
162
162
----------
163
163
transform: :obj:`~nitransforms.base.TransformBase`
164
164
The 3D, 3D+t, or 4D transform through which data will be resampled.
165
- spatialimage : :obj:`~nibabel.spatialimages.SpatialImage` or `os.pathlike `
165
+ spatialimage : :obj:`~nibabel.spatialimages.SpatialImage` or :obj: `os.PathLike `
166
166
The image object containing the data to be resampled in reference
167
167
space
168
- reference : :obj:`~nibabel.spatialimages.SpatialImage` or `os.pathlike `
168
+ reference : :obj:`~nibabel.spatialimages.SpatialImage` or :obj: `os.PathLike `
169
169
The image, surface, or combination thereof containing the coordinates
170
170
of samples that will be sampled.
171
171
order : :obj:`int`, optional
You can’t perform that action at this time.
0 commit comments