[–mopt_smooth float] [–mopt_inner_iter int] [–mopt_q_levels int] [–mopt_double_gradient] [–mopt_step_type str] [–step_length float]
[–ss_sigma_factor float] [–opt_tol float] [–inv_iter int] [–inv_tol float] [–out_dir str] [–out_warped str] [–out_inv_static str]
[–out_field str]
static_image_files moving_image_files static_image_files Path of the static image file.
moving_image_files Path to the moving image file. show this help message and exit The text file containing pre alignment information via an affine matrix. Apply the inverse mapping to the static image. The number of iterations at each level of the gaussian pyramid. The metric to be used. metric available: cc (Cross Correlation), ssd (Sum Squared Difference), em (Expectation-Maximization). Metric option applied on Cross correlation (CC). The standard deviation of the Gaussian smoothing kernel to be applied to the update field at each iteration. Metric option applied on Cross correlation (CC). the radius of the squared (cubic) neighborhood at each voxel to be considered to compute the cross correlation. Metric option applied on Sum Squared Difference (SSD) and Expectation Maximization (EM). Smoothness parameter, the larger the value the smoother the deformation field. (default 1.0 for EM, 4.0 for SSD) Metric option applied on Sum Squared Difference (SSD) and Expectation Maximization (EM). This is number of iterations to be performed at each level of the multi-resolution Gauss-Seidel optimization algorithm (this is not the number of steps per Gaussian Pyramid level, that parameter must be set for the optimizer, not the metric). Default 5 for EM, 10 for SSD. Metric option applied on Expectation Maximization (EM). Number of quantization levels (Default: 256 for EM) Metric option applied on Expectation Maximization (EM). if True, the gradient of the expected static image under the moving modality will be added to the gradient of the moving image, similarly, the gradient of the expected moving image under the static modality will be added to the gradient of the static image. Metric option applied on Sum Squared Difference (SSD) and Expectation Maximization (EM). The optimization schedule to be used in the multi-resolution Gauss-Seidel optimization algorithm (not used if Demons Step is selected). Possible value: (‘gauss_newton’, ‘demons’). default: ‘gauss_newton’ for EM, ‘demons’ for SSD. the length of the maximum displacement vector of the update displacement field at each iteration. parameter of the scale-space smoothing kernel. For example, the std. dev. of the kernel will be factor*(2^i) in the isotropic case where i = 0, 1, …, n_scales is the scale. the optimization will stop when the estimated derivative of the energy profile w.r.t. time falls below this threshold. the number of iterations to be performed by the displacement field inversion algorithm. the displacement field inversion algorithm will stop iterating when the inversion error falls below this threshold. Directory to save the transformed files (default current directory). Name of the warped file. Name of the file to save the static image after applying the inverse mapping. Name of the file to save the diffeomorphic map. Garyfallidis, E., M. Brett, B. Amirbekian, A. Rokem, S. Van Der Walt, M. Descoteaux, and I. Nimmo-Smith. Dipy, a library for the analysis of diffusion MRI data. Frontiers in Neuroinformatics, 1-18, 2014.dipy_align_syn
Usage
Positional Arguments
Optional Arguments
Output Arguments(Optional)
References