Skip to content

Commit 2c1daa3

Browse files
committedJan 26, 2024
Fix typo in docs
1 parent 345c552 commit 2c1daa3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎defineROICluster.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@
4848
-------------
4949
Define 100 voxel cluster from zstat around seed at [10,20,30]
5050
51-
> python3 defineROICluster.py -i myZstat.nii.gz -n 100 -c 10 20 30
51+
> python3 defineROICluster.py -i myZstat.nii.gz -n 100 -c 10 20 30 \\
52+
-o myClusterMask.nii.gz
5253
5354
As above, but also apply initial mask and increase lower bound to Z = 3.1
5455

0 commit comments

Comments
 (0)