Dodatek FSLMaths

#!/bin/sh

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

fslmaths img -add 100 img_bright
Troubled Tapir