Scripts of the NMRPipe System
resetLW.tcl: Adjust Linewidth (LW) Values in Peak Table.
Flag |
Argument |
Default |
Description |
-in |
inName |
test.tab |
Input Peak Table. |
-out |
outName |
new.tab |
Output Peak Table. |
-var |
varList |
XW ... |
List of Linewidth Variables to Adjust. |
-mult |
mList |
0.0 ... |
Scale Factor (M). |
-add |
aList |
1.0 ... |
Linewidth Offset Values (A). |
Notes:
New LW = M*LW + A.
|
|