Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

fslmaths subtract

#!/bin/sh

# Subtract one mask from another.  Binarize the resulting difference
# with -bin to get rid of negative numbers. See the jaccard index to expand on this use.

fslmaths mask1 -sub mask2 -bin mask_diff
Comment

fslmaths subtract

#!/bin/sh

# Make an empty image (same dimensions as input image). 
# See also fslhd.

fslmaths img -sub img empty_img # subtract the image from itself
# OR
fslmaths img -mul 0 empty_img  # mulitply the image by 0
Comment

PREVIOUS NEXT
Code Example
Shell :: cron cheatsheat 
Shell :: git config fodler level 
Shell :: attach a task in taskscheilar using powershell 
Shell :: shell redirect otpt to multiple files 
Shell :: remove first 3 commits 
Shell :: linux head command get 2nd line 
Shell :: how to upgrade sharepointpnppowershellonline 
Shell :: allocate memeory in hpc 
Shell :: install reachrouter 
Shell :: git add -M meaning 
Shell :: keyboard shortcut paste gnome-terminal 
Shell :: ubuntu change night light intensity 
Shell :: disable assertions python 
Shell :: ubuntu sed insert line after 
Shell :: cheese not working in ubuntu 20.04 asus 
Shell :: how to create project in ssh mobaxterm 
Shell :: how to remove duplicate packages 
Shell :: adminer installieren welcher ordner 
Shell :: install openvpn acces 2.5.2 
Shell :: sudo msys2 
Shell :: install mongodb mac stack overflow 
Shell :: install google client api individually 
Shell :: where is the jenkins_home variable in bunutu 
Shell :: debug ssh server ubuntu command 
Shell :: ubuntu ssh connect to server 
Shell :: rm bash 
Shell :: git revision plugin 
Shell :: grep show location 
Shell :: To find MTP devices in Power Shell use this command: 
Shell :: grep simon 
ADD CONTENT
Topic
Content
Source link
Name
9+3 =