Scripts of the NMRPipe System
addTabVar.tcl: Add a New Variable to an NMRPipe format Table
Flag |
Argument |
Default |
Description |
-in |
inName |
test.tab |
Name of Input Table. |
-out |
outName |
stdout |
Name of Output Table. |
-var |
varName |
V |
Name of Table Variable to Create. |
-val |
varVal |
0 |
Initial Value of Variable to Create. |
-fmt |
varFmt |
%s |
Format of Table Variable. |
-after |
locVar |
END |
Existing Variable for Insert Location. |
Variable Type. Use Only One:
-float |
|
|
Variable is a Floating Point Number. |
-int |
|
|
Variable is an Integer. |
-text |
|
|
Variable is a Text String. |
|
|