Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

fslstats center-of-gravity

#!/bin/sh

# Center of gravity: 
# -C : output centre-of-gravity (cog) in voxel coordinates 
# -c : output centre-of-gravity (cog) in mm coordinates 

fslstats mask -C -c 
 
PREVIOUS NEXT
Tagged: #fslstats
ADD COMMENT
Topic
Name
6+8 =