Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

fsl convert_xfm

#!/bin/sh

# convert_xfm creates new flirt registration matrix files 
# from existing ones.

# Concatenate 2 flirt registration matrices to make a 3rd:
convert_xfm -omat outmat_AtoC.mat -concat mat_BtoC.mat mat_AtoB.mat
#----------------------------------------
# Create the output (AtoB.mat) as the inverse 
# of an existing matrix (BtoA.mat)
convert_xfm -omat AtoB.mat -inverse BtoA.mat
Comment

PREVIOUS NEXT
Code Example
Shell :: shell insert variable line to file after match 
Shell :: connect to open vpn with conf file linux 
Shell :: how do i install xcode 7 in 2021 
Shell :: msf tlc screen locked terminal 
Shell :: docker compose deps 
Shell :: grails environment variables ubuntu 
Shell :: autologin Ubuntu 20.04 LightDM 
Shell :: install triangula 
Shell :: Errors were encountered while processing: linux-image-5.4.0-71-generic linux-image-5.4.0-70-generic 
Shell :: rubocop ruby says autocorrectable 
Shell :: how to disable suspend in ubuntu 20.04 
Shell :: Rclone initial commit to remote drive 
Shell :: hjhvjhv 
Shell :: cheese not working in ubuntu 20.04 asus 
Shell :: how to install pakages using ancaonda prompt 
Shell :: wsl2 icmp_seq=165 Destination Host Unreachable after installing docker 
Shell :: how to assign a file in bash 
Shell :: sc CentOS 
Shell :: iterm full screen cmd 
Shell :: how to uninstall htcondor 
Shell :: how to install gatsby transformer plugin 
Shell :: verify in core compressor with swap backend VM_PAGER_COMPRESSOR_WITH_SWAP 
Shell :: ubuntu mate 20.04 videodev module not working 
Shell :: zsh leading zeros 
Shell :: how to run program startup linus 
Shell :: Turn on bluetooth in kali linux / soft unblock 
Shell :: change php version devilbox fish function 
Shell :: how to set path variable in linux temporarily? 
Shell :: linux instal netmanager 
Shell :: Exception: No Linux desktop project configured. See 
ADD CONTENT
Topic
Content
Source link
Name
6+8 =