#!/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 1568 -dspfvs 20 -grpdly 67.984146\ -xN 1024 -yN 140 -zN 600 \ -xT 512 -yT 70 -zT 300 \ -xMODE DQD -yMODE Echo-AntiEcho -zMODE States-TPPI-N \ -xSW 12755.102 -ySW 1809.154 -zSW 11051.352 \ -xOBS 850.104 -yOBS 86.150 -zOBS 850.104 \ -xCAR 4.78 -yCAR 119.521 -zCAR 4.78 \ -xLAB H1X -yLAB N15Y -zLAB H1Z \ -ndim 3 -aq2D States \ -out ./data/test%03d.fid -verb -ov