#!/bin/csh # In this step, you have to edit the Bruker to nmrPipe conversion script # Make sure that the following values are set properly: # Spectrometer Input should be ./ser.sp # Set the acquisition modes in each indirect dimension according to the experiment # The most common are Echo-Antiecho for Y diemension and States-TPPI-N for Z # Any file permission errors in attempting to read acqu* files will # result in 0 or -1 values for other parameters. Double check! bruk2pipe -in ./ser.sp -bad 0.0 -aswap -DMX -decim 1680 -dspfvs 20 -grpdly 67.986603\ -xN 1024 -yN 128 -zN 700 \ -xT 512 -yT 64 -zT 350 \ -xMODE DQD -yMODE Echo-AntiEcho -zMODE States-TPPI-N \ -xSW 11904.762 -ySW 13681.068 -zSW 9351.144 \ -xOBS 850.104 -yOBS 213.767 -zOBS 850.104 \ -xCAR 4.78 -yCAR 44.165 -zCAR 4.78 \ -xLAB H1X -yLAB C13Y -zLAB H1Z \ -ndim 3 -aq2D States \ -out ./data/test%03d.fid -verb -ov