Skip to content

Commit 7371e15

Browse files
committed
correcting the function doc-string
1 parent 0b2a017 commit 7371e15

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CPAC/anat_preproc/utils.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -504,23 +504,23 @@ def mri_convert(in_file, reslice_like=None, out_file=None, args=None):
504504

505505
def mri_convert_reorient(in_file, orientation, out_file=None):
506506
"""
507-
Convert files from mgz to nifti format.
507+
Reorient the mgz files using mri_orient.
508508
509509
Parameters
510510
----------
511511
in_file : string
512-
A path of mgz input file
512+
A path of mgz input file.
513513
orientation : string
514-
Orientation of the output file
514+
Orientation of the output file.
515515
out_file : string
516-
A path of nifti output file
516+
A path of mgz output file.
517517
args : string
518-
Arguments of mri_convert
518+
Arguments of mri_convert.
519519
520520
Returns
521521
-------
522522
out_file : string
523-
A path of nifti output file
523+
A path of reoriented mgz output file.
524524
"""
525525
import os
526526

0 commit comments

Comments
 (0)