#!/bin/csh # In this step, you have to edit the Varian to nmrPipe conversion script # Make sure that the following values are set properly: # Spectrometer Input should be ./fid.sp # Set the acquisition modes in each indirect dimension according to the experiment # The most common are Echo-Antiecho/Complex for Z diemension and Complex for Y # Any file permission errors in attempting to read the procpar file will # result in 0 or -1 values for other parameters. Double check! # Carrier frequencies may be off. Double check! var2pipe -in ./fid.sp -noaswap -aqORD 1 \ -xN 1074 -yN 720 -zN 152 \ -xT 537 -yT 360 -zT 76 \ -xMODE Complex -yMODE Complex -zMODE Echo-Antiecho \ -xSW 8384.865 -ySW 8384.865 -zSW 1763.746 \ -xOBS 600.144 -yOBS 600.144 -zOBS 60.819 \ -xCAR 4.638 -yCAR 4.638 -zCAR 118.120 \ -xLAB H1X -yLAB H1Y -zLAB N15Z \ -ndim 3 -aq2D States \ -out ./data/test%03d.fid -verb -ov