Answers for "fsl atlas"

3

fsl atlas

#!/bin/sh

# List co-ordinates of each labeled region in an atlas with fslstats. 
# Use preoption -K < indexMask > will generate seperate n submasks from 
# indexMask, for indexvalues 1..n where n is the maximum index value 
# in indexMask, and generate statistics for each submask.

fslstats -K myLabelAtlas myLabelAtlas -x
Posted by: Guest on April-10-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language