#!/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 120 -zN 700 \ -xT 512 -yT 60 -zT 350 \ -xMODE DQD -yMODE Echo-AntiEcho -zMODE States-TPPI-N \ -xSW 12755.102 -ySW 13888.889 -zSW 10204.248 \ -xOBS 850.104 -yOBS 213.766 -zOBS 850.104 \ -xCAR 4.8 -yCAR 41.8 -zCAR 4.8 \ -xLAB HC -yLAB 13C -zLAB 1H \ -ndim 3 -aq2D States \ -out ./data/test%03d.fid -verb -ov