美文网首页stroke
fnirt函数简介

fnirt函数简介

作者: 要努力的人儿 | 来源:发表于2020-02-04 12:03 被阅读0次

fnirt --in=struct_brain --aff=my_affine_transf.mat --cout=my_nonlinear_transf --ref=MNI152_T1_2mm_brain --config=T1_2_MNI152_2mm --iout=struct_MNI

--in输入:struct_brain

--aff仿射矩阵:my_affine_transf.mat 

--cout:带有场系数(field coefficients)的输出矩阵(应该是变换矩阵)

--ref参考图像(目标图像):MNI152_T1_2mm_brain

--config:指定命令行参数的配置文件的名称

--iout:输出图像名称 struct_MNI

Usage:

fnirt --ref=<some template> --in=<some image>

fnirt --ref=<some template> --in=<some image> --infwhm=8,4,2 --subsamp=4,2,1 --warpres=8,8,8

Compulsory arguments (You MUST set one or more of):

--ref name of reference image

--in name of input image

Optional arguments (You may optionally specify one or more of):

--aff name of file containing affine transform

--inwarp name of file containing initial non-linear warps

--intin name of file/files containing initial intensity mapping

--cout name of output file with field coefficients

--iout name of output image

--fout name of output file with field

--jout name of file for writing out the Jacobian of the field (for diagnostic or VBM purposes)

--refout name of file for writing out intensity modulated --ref (for diagnostic purposes)

--intout name of files for writing information pertaining to intensity mapping

--logout Name of log-file

--config Name of config file specifying command line arguments

--refmask name of file with mask in reference space

--inmask name of file with mask in input image space

--applyrefmask Use specified refmask if set, default 1 (true)

--applyinmask Use specified inmask if set, default 1 (true)

--imprefm If =1, use implicit masking based on value in --ref image. Default =1

--impinm If =1, use implicit masking based on value in --in image, Default =1

--imprefval Value to mask out in --ref image. Default =0.0

--impinval Value to mask out in --in image. Default =0.0

--minmet non-linear minimisation method [lm | scg] (Levenberg-Marquardt or Scaled Conjugate Gradient)

--miter Max # of non-linear iterations, default 5,5,5,5

--subsamp sub-sampling scheme, default 4,2,1,1

--warpres (approximate) resolution (in mm) of warp basis in x-, y- and z-direction, default 10,10,10

--splineorder Order of spline, 2->Quadratic spline, 3->Cubic spline. Default=3

--infwhm FWHM (in mm) of gaussian smoothing kernel for input volume, default 6,4,2,2

--reffwhm FWHM (in mm) of gaussian smoothing kernel for ref volume, default 4,2,0,0

--regmod Model for regularisation of warp-field [membrane_energy bending_energy], default bending_energy

--lambda Weight of regularisation, default depending on --ssqlambda and --regmod switches. See user documentation.

--ssqlambda If set (=1), lambda is weighted by current ssq, default 1

--jacrange Allowed range of Jacobian determinants, default 0.01,100.0

--refderiv If =1, ref image is used to calculate derivatives. Default =0

--intmod Model for intensity-mapping [none global_linear global_non_linear local_linear global_non_linear_with_bias local_non_linear]

--intorder Order of polynomial for mapping intensities, default 5

--biasres Resolution (in mm) of bias-field modelling local intensities, default 50,50,50

--biaslambda Weight of regularisation for bias-field, default 10000

--estint Estimate intensity-mapping if set, default 1 (true)

--numprec Precision for representing Hessian, double or float. Default double

--interp Image interpolation model, linear or spline. Default linear

-v,--verbose Print diagnostic information while running

-h,--help display help info

相关文章

  • fnirt函数简介

    fnirt --in=struct_brain --aff=my_affine_transf.mat --cout...

  • Kotlin函数式编程 (1)高级函数

    函数式编程简介高级函数函数类型函数字面量函数作为另一个函数返回值使用函数作为参数使用 一、函数式编程简介   函数...

  • 窗口函数(OVER 子句)

    窗口函数简介 数据准备 问题描述 解答 窗口函数简介 窗口函数是 SQL 中一类特别的函数。 和聚合函数相似,窗口...

  • 01 面向对象

    -------------------【面向对象】------- ----《构造函数》--- 简介:所有的构造函数...

  • LARGE函数简介

    Large 我会学好Large函数 名称:Large函数 用途:返回数据集中的第K个最大值 格式:Large(ar...

  • applywarp函数简介

    applywarp --in=core_mask_struct --out=core_mask_MNI --ref...

  • inwarp函数简介

    invwarp -w warpvol -o invwarpvol -r refvol Compulsory arg...

  • 激活函数简介

    Activation functions Sigmoids Sigmoid函数的导数最大值为0.25。这意味着当使...

  • 函数式编程思想简介

    函数式编程思想简介

  • 3.7 ALLSELECTED介绍

    第3章 使用基本表函数 3.1 表函数简介3.2 EVALUATE语法简介3.3 理解FILTER3.4 ALL和...

网友评论

    本文标题:fnirt函数简介

    本文链接:https://www.haomeiwen.com/subject/nerilctx.html