#!/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 -bad 0.0 -noaswap -DMX -decim 16 -dspfvs 12 -grpdly -1.000000\ -xN 2048 -yN 56 -zN 400 \ -xT 1024 -yT 28 -zT 200 \ -xMODE DQD -yMODE Echo-AntiEcho -zMODE States-TPPI-N \ -xSW 8389.262 -ySW 3925.271 -zSW 8404.659 \ -xOBS 600.333 -yOBS 150.972 -zOBS 600.333 \ -xCAR 4.698 -yCAR 127.668 -zCAR 4.698 \ -xLAB H1X -yLAB C13Y -zLAB H1Z \ -ndim 3 -aq2D States \ -out ./data/test%03d.fid -verb -ov