Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

fslmaths

#!/bin/sh

# Make image containing positive values only by thresholding at 0

fslmaths img -thr 0 img_pos 
 
PREVIOUS NEXT
Tagged: #fslmaths
ADD COMMENT
Topic
Name
4+1 =