#!/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 1792 -dspfvs 20 -grpdly 67.984177\ -xN 2048 -yN 200 -zN 600 \ -xT 1024 -yT 100 -zT 300 \ -xMODE DQD -yMODE Echo-AntiEcho -zMODE States-TPPI-N \ -xSW 11160.714 -ySW 14488.094 -zSW 11203.133 \ -xOBS 800.224 -yOBS 201.224 -zOBS 800.224 \ -xCAR 4.700 -yCAR 42.664 -zCAR 4.700 \ -xLAB H1X -yLAB C13Y -zLAB H1Z \ -ndim 3 -aq2D States \ -out ./data/test%03d.fid -verb -ov