Difference between revisions of "Reg resample"

From CMIC
Jump to: navigation, search
(Created page with "==Usage== <code><pre> </pre></code>")
 
 
Line 1: Line 1:
 
==Usage==
 
==Usage==
 
<code><pre>
 
<code><pre>
 +
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 +
Usage: reg_resample -ref <filename> -flo <filename> [OPTIONS].
 +
-ref <filename>
 +
Filename of the reference image (mandatory)
 +
-flo <filename>
 +
Filename of the floating image (mandatory)
  
 +
* * OPTIONS * *
 +
-trans <filename>
 +
Filename of the file containing the transformation parametrisation (from reg_aladin, reg_f3d or reg_transform)
 +
-res <filename>
 +
Filename of the resampled image [none]
 +
-blank <filename>
 +
Filename of the resampled blank grid [none]
 +
-inter <int>
 +
Interpolation order (0, 1, 3, 4)[3] (0=NN, 1=LIN; 3=CUB, 4=SINC)
 +
-pad <int>
 +
Interpolation padding value [0]
 +
-tensor
 +
The last six timepoints of the floating image are considered to be tensor order as XX, XY, YY, XZ, YZ, ZZ [off]
 +
-psf
 +
Perform the resampling in two steps to resample an image to a lower resolution [off]
 +
-voff
 +
Turns verbose off [on]
 +
 +
--version
 +
Print current source code git hash key and exit
 +
(3d24c3580a0cd227f30540578b3f84eca9d01e4a)
 +
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 
</pre></code>
 
</pre></code>

Latest revision as of 11:33, 3 October 2014

Usage

* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Usage:	reg_resample -ref <filename> -flo <filename> [OPTIONS].
	-ref <filename>
		Filename of the reference image (mandatory)
	-flo <filename>
		Filename of the floating image (mandatory)

* * OPTIONS * *
	-trans <filename>
		Filename of the file containing the transformation parametrisation (from reg_aladin, reg_f3d or reg_transform)
	-res <filename>
		Filename of the resampled image [none]
	-blank <filename>
		Filename of the resampled blank grid [none]
	-inter <int>
		Interpolation order (0, 1, 3, 4)[3] (0=NN, 1=LIN; 3=CUB, 4=SINC)
	-pad <int>
		Interpolation padding value [0]
	-tensor
		The last six timepoints of the floating image are considered to be tensor order as XX, XY, YY, XZ, YZ, ZZ [off]
	-psf
		Perform the resampling in two steps to resample an image to a lower resolution [off]
	-voff
		Turns verbose off [on]

	--version
		Print current source code git hash key and exit
				(3d24c3580a0cd227f30540578b3f84eca9d01e4a)
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *