Frank Delaglio, Ph.D.

19804 Maycrest Way
Germantown MD 20876 USA

301 806-0867
delaglio@nmrscience.com



NMRWish Built-In TCL Functions
vResize: Resize a 1D, 2D or 3D data matrix in an nmrWish floating point data array using Fourier interpolation.

Resize/Shift a 1D-3D Matrix by Fourier Transform:
Flag Argument Default Description
 -src srcPtr Source Matrix.
 -dest destPtr Optional Destination Matrix.
 -ndim dimCount Matrix Dimension Count.
 -xSize xSize Initial X-Size.
 -ySize ySize Initial Y-Size.
 -zSize zSize Initial Z-Size.
 -xZF xZF Final X-Size.
 -yZF yZF Final Y-Size.
 -zZF zZF Final Z-Size.
Shift Options, Use Only One per Axis:
 -xLS xLS X-Axis Left Shift to Apply, Pts.
 -yLS yLS Y-Axis Left Shift to Apply, Pts.
 -zLS zLS Z-Axis Left Shift to Apply, Pts.
 -xRS xRS X-Axis Right Shift to Apply, Pts.
 -yRS yRS Y-Axis Right Shift to Apply, Pts.
 -zRS zRS Z-Axis Right Shift to Apply, Pts.
 -free Free Existing Resize Buffers.