Skip to content

Commit e1bd579

Browse files
authored
Merge pull request #1188 from jhlegarreta/FixVolResliceScriptDoc
DOC: Fix script name in volume reslicing script documentation example
2 parents 9201c2b + aaeb3c0 commit e1bd579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/scil_volume_reslice_to_reference.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
This script can be used to align freesurfer/civet output, as .mgz,
77
to the original input image.
88
9-
>>> scil_volume_reshape_to_reference.py wmparc.mgz t1.nii.gz wmparc_t1.nii.gz\\
9+
>>> scil_volume_reslice_to_reference.py wmparc.mgz t1.nii.gz wmparc_t1.nii.gz\\
1010
--interpolation nearest
1111
1212
To

0 commit comments

Comments
 (0)