Scripts of the NMRPipe System
varAdjust.tcl: Re-Arrange Order of Vectors in a Varian fid file.
Flag |
Argument |
Default |
Description |
-in |
inName |
stdin |
Input fid Name. |
-out |
outName |
stdout |
Output fid Name. |
-order |
oList |
1 ... |
Desired Order of Vectors in Output. |
-hb |
hByts |
32 |
Initial Header Size of Input. |
-pb |
pBytes |
28 |
Internal Pad Size of Input. |
-expand |
|
|
Expand Multi-Experiment Files. |
-verb |
|
|
Verbose Mode ON (Default). |
-noverb |
|
|
Verbose Mode OFF. |
Byte-Swap Flags (Temporary, for interpreting Varian Header Only):
-swap |
|
|
Do Temporary Four-Byte Swap. |
-noswap |
|
|
Suppress Four-Byte Swap. |
-aswap |
|
|
Do Four-Byte Swap. |
(Meaning is System-dependant)
-noaswap |
|
|
Suppress Four-Byte Swap (Default). |
(Meaning is System-dependant)
Notes:
1. Varian data must be four-byte.
|
|