Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

fslmaths multiplication masking

#!/bin/sh

# Multiply image by mask to extract just those voxels 
# from image that are in the mask (see also -mas):

fslmaths img -mul mask img_in_mask
 
PREVIOUS NEXT
Tagged: #fslmaths #multiplication #masking
ADD COMMENT
Topic
Name
5+6 =