Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

threshold

#!/bin/sh

# Make image containing positive values only by thresholding at 0

fslmaths img -thr 0 img_pos 
 
PREVIOUS NEXT
Tagged: #threshold
ADD COMMENT
Topic
Name
2+7 =