empty
#!/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
empty
#!/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
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us