Answers for "fslmaths addition"

0

fslmaths addition

#!/bin/sh

# Add 100 to every voxel in image (making the image uniformly brighter)

fslmaths img -add 100 img_bright
Posted by: Guest on April-08-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language