Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

fslstats volume

#!/bin/sh

# Get the voxel count for a mask
fslstats mask -V | awk '{printf $1 "
"}'

# Get the volume in cubic mm for a mask
fslstats mask -V | awk '{printf $2 "
"}'
Comment

PREVIOUS NEXT
Code Example
Shell :: shell redirect otpt to multiple files 
Shell :: fslmeants fslstats time series 
Shell :: Could NOT find Boost (missing: filesystem) 
Shell :: awk string match 
Shell :: angular cli compatible with angular 10 
:: nasa-ingenuity-helicopter github 
Shell :: vim cd cant use variables 
:: shell relatives path 
Shell :: Failed to fetch http://archive.ubuntu.com/ubuntu/dists/focal/InRelease 
Shell :: keyboard shortcut paste gnome-terminal 
Shell :: staticpodpath in kuberetes 
::  
::  
:: how to delete a directory for a different user in linux 
::  
Shell :: sending to git 
:: get OS name from lsb-release 
Shell :: connecting to timescaledb from terminal 
:: dnstwist kali linux 
Shell :: documentation gitlab ci en francais 
Shell :: zsh silent backgrousd task output 
Shell :: wget -v usage 
Shell :: linux batch display number of lines 
:: create new workflow branch 
Shell ::  
Shell :: git-revision-webpack-plugin 
Shell ::  
Shell :: remove white space from file and display result 
Shell :: powershell get unique without sort 
Shell :: powershell delete scoop 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =