美文网首页
applywarp函数简介

applywarp函数简介

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

applywarp --in=core_mask_struct --out=core_mask_MNI --ref=MNI152_T1_2mm_brain --interp=nn --warp=my_nonlinear_transf

--in: filename of input image (to be warped)   core_mask_struct

--out: filename for output (warped) image      core_mask_MNI

--ref: filename for reference image                 MNI152_T1_2mm_brain

--interp: interpolation method {nn,trilinear,sinc,spline}     nn

--warp: filename for warp/coefficient (volume)     my_nonlinear_transf

Usage:

applywarp -i invol -o outvol -r refvol -w warpvol

applywarp -i invol -o outvol -r refvol -w coefvol

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

-i,--in filename of input image (to be warped)

-r,--ref filename for reference image

-o,--out filename for output (warped) image

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

-w,--warp filename for warp/coefficient (volume)

--abs treat warp field as absolute: x' = w(x)

--rel treat warp field as relative: x' = x + w(x)

-d,--datatype Force output data type [char short int float double].

-s,--super intermediary supersampling of output, default is off

--superlevel level of intermediary supersampling, a for 'automatic' or integer level. Default = 2

--premat filename for pre-transform (affine matrix)

--postmat filename for post-transform (affine matrix)

-m,--mask filename for mask image (in reference space)

--interp interpolation method {nn,trilinear,sinc,spline}

--paddingsize Extrapolates outside original volume by n voxels

-v,--verbose switch on diagnostic messages

-h,--help display this message

相关文章

  • applywarp函数简介

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

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

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

  • 窗口函数(OVER 子句)

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

  • 01 面向对象

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

  • LARGE函数简介

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

  • inwarp函数简介

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

  • fnirt函数简介

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

  • 激活函数简介

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

  • 函数式编程思想简介

    函数式编程思想简介

  • 3.7 ALLSELECTED介绍

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

网友评论

      本文标题:applywarp函数简介

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