⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 cps.tff

📁 toolbox of BVQX, This is the access between BV and matlab. It will help you to analysis data from BV
💻 TFF
字号:
# TextFileFormat (leave this tag as magic token!)

# BVQX file format for *.CPS files (Corresponding PointS)
# CPS FileVersions supported: 2
#
# Version:  v0.7
# Build:    7071714
# Date:     Jul-17 2007, 2:06 PM CEST
# Author:   Jochen Weber, Brain Innovation, B.V., Maastricht, NL
# URL/Info: http://wiki.brainvoyager.com/BVQXtools

# FILE FORMAT
Description:Corresponding points files
Extensions:cps
FieldDelimiters: {[32]}
LineDelimiters: {[13, 10], [10]}
ParagraphArrays:0
SkipEmptyLines:1
Magic:|
name          |range       |type    |magic
CPS_NrOfCPS   |1, 56       |regexp  |\s+NrOfCorrespondingPoints\:?\s*\d+
EndMagic

# FIELDS
ListOfFields:!
type !cond               !field               !datatype!format !dim    !default !varname
FIELD!                   !FileVersion         !double  !%d     !1      !2       !FileVersion
WRTLN!!!!!!!  # empty line
FIELD!                   !NrOfCorrespondingPoints!double !%d   !1      !3       !NrOfCorrespondingPoints
ARRAY!                   !CorrespondingPoints !double  !%.2f   !@NrOfCorrespondingPoints, 6 ! !CorrespondingPoints
WRTLN!!!!!!!  # empty line
FIELD!                   !CreateFMR3DMethod   !double  !%d     !1      !2       !CreateFMR3DMethod
WRTLN!!!!!!!  # empty line
EXPRE!$TFFWRITE     !!!!!!@SourceToSAGMatrix = '';
FIELD!                   !SourceToSAGMatrix   !string  !%s     !1      !        !SourceToSAGMatrix
ARRAY!                   !ToSAGMatrixValues   !double  !%7.4f  !4, 4   !        !ToSAGMatrixValues
EndListOfFields

NewFileCode:!
@FileVersion = 2;
@NrOfCorrespondingPoints = 3;
@CorrespondingPoints = repmat([4, 4, 4; 5, 4, 4; 4, 4, 6] * 32, [1, 2]);
@CreateFMR3DMethod = 2;
@SourceToSAGMatrix = '';
@ToSAGMatrixValues = eye(4);
EndNewFileCode

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -