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 
Troubled Tapir