NUS and hmsist Tutorial

Size: px
Start display at page:

Download "NUS and hmsist Tutorial"

Transcription

1 NUS and hmsist Tutorial How to setup NUS experiments on Bruker Spectrometer with PGS? (Topspin 3 and above) How to process NUS experiments on Bruker using hmsist How to think about coding NUS pulse sequences for Topspin 2 and 1 How to generate PGS schedules How to obtain NUS sofware and install it How to process NUS spectra using nmrpipe and hmsist How to extract NUS data from linear dataset and play with it

2 How to get hmsist (stand alone) and the Bruker (on spectrometer) NIH Grants Help us push new version of the software Stand Alone Version for 2D/3D/4D Linux 64b Darwin 64b Bruker 2D/3D Clemens Anklin (Bruker) No license needed Linux Windows?

3 How to get PSG scheduler to work on the spectrometer. Two files 1) C program scheduler; should be placed in the /opt/.. prog/bin directory 2) au program /opt/..au/src/user That is it

4 NUS and hmsist Tutorial How to install hmsist on Linux/Darwin (Mac) Place these files in the same directory you have the nmrpipe files (Done)

5 NUS and hmsist Tutorial Comes with example data sets and instructions.

6 NUS and hmsist Tutorial How to setup NUS experiments on Bruker Spectrometer with PGS? (Topspin 3 and above)

7 Steps Involved in the Reconstruction of 3D- NUS spectra by hmsist 1) Convert the Bruker/Varian data into nmrpipe format (fid.com) 2) Fourier Transform the direct dimension that was linearly acquired ; Adjust the phase in the direct dimension (ft1xyz.com) ; Fourier Transform the data in the direct dimension and rearrange the data for hmsist (ft1.com) 3) Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) 4) Rearrange the data to nmrpipe format, making it suitable for nmrpipe based Fourier Transform of the two indirect dimensions. (phf.com) 5) Fourier Transform the two indirect dimensions which are now reconstructed. (ft23.com) The name of the scripts are shown in red bold

8 Detail Explanation of Each Step

9 #!/bin/csh 1) Convert the Bruker/Varian data into nmrpipe format (fid.com) This could be setup using the bruker/varian command from nmrpipe bruk2pipe -in./ser \ -bad 0.0 -aswap -DMX -decim dspfvs 20 -grpdly \ -xn yn 4 -zn 1280 \ -xt yt 2 -zt 640 \ -xmode DQD -ymode Real -zmode Real \ -xsw ysw zsw \ -xobs yobs zobs \ -xcar ycar zcar \ -xlab HN -ylab 13C -zlab 1H \ -ndim 3 -aq2d States \ nmrpipe -fn MAC -macro $NMRTXT/ranceY.M -nord -nowr \ pipe2xyz -out./data/test%03d.fid -verb -ov

10 #!/bin/csh 1) Convert the Bruker/Varian data into nmrpipe format (fid.com) This could be setup using the bruker/varian command from nmrpipe bruk2pipe -in./ser \ -bad 0.0 -aswap -DMX -decim dspfvs 20 -grpdly \ -xn yn 4 -zn 1280 \ -xt yt 2 -zt 640 \ -xmode DQD -ymode Real -zmode Real \ -xsw ysw zsw \ -xobs yobs zobs \ -xcar ycar zcar \ -xlab HN -ylab 13C -zlab 1H \ -ndim 3 -aq2d States \ nmrpipe -fn MAC -macro $NMRTXT/ranceY.M -nord -nowr \ pipe2xyz -out./data/test%03d.fid -verb -ov Number of lines in your schedule

11 #!/bin/csh 1) Convert the Bruker/Varian data into nmrpipe format (fid.com) This could be setup using the bruker/varian command from nmrpipe bruk2pipe -in./ser \ -bad 0.0 -aswap -DMX -decim dspfvs 20 -grpdly \ -xn yn 4 -zn 1280 \ -xt yt 2 -zt 640 \ -xmode DQD -ymode Real -zmode Real \ -xsw ysw zsw \ -xobs yobs zobs \ -xcar ycar zcar \ -xlab HN -ylab 13C -zlab 1H \ -ndim 3 -aq2d States \ nmrpipe -fn MAC -macro $NMRTXT/ranceY.M -nord -nowr \ pipe2xyz -out./data/test%03d.fid -verb -ov

12 1) Convert the Bruker/Varian data into nmrpipe format (fid.com) This could be setup using the bruker/varian command from nmrpipe #!/bin/csh bruk2pipe -in./ser \ Always have to 4 and 2 to denote the 4 phases, two for each dimension -bad 0.0 -aswap -DMX -decim dspfvs 20 -grpdly \ -xn yn 4 -zn 1280 \ -xt yt 2 -zt 640 \ -xmode DQD -ymode Real -zmode Real \ -xsw ysw zsw \ -xobs yobs zobs \ -xcar ycar zcar \ -xlab HN -ylab 13C -zlab 1H \ -ndim 3 -aq2d States \ nmrpipe -fn MAC -macro $NMRTXT/ranceY.M -nord -nowr \ pipe2xyz -out./data/test%03d.fid -verb -ov

13 1) Convert the Bruker/Varian data into nmrpipe format (fid.com) This could be setup using the bruker/varian command from nmrpipe #!/bin/csh Number of points in the direct dimension bruk2pipe -in./ser \ -bad 0.0 -aswap -DMX -decim dspfvs 20 -grpdly \ -xn yn 4 -zn 1280 \ -xt yt 2 -zt 640 \ -xmode DQD -ymode Real -zmode Real \ -xsw ysw zsw \ -xobs yobs zobs \ -xcar ycar zcar \ -xlab HN -ylab 13C -zlab 1H \ -ndim 3 -aq2d States \ nmrpipe -fn MAC -macro $NMRTXT/ranceY.M -nord -nowr \ pipe2xyz -out./data/test%03d.fid -verb -ov

14 #!/bin/csh 1) Convert the Bruker/Varian data into nmrpipe format (fid.com) This could be setup using the bruker/varian command from nmrpipe bruk2pipe -in./ser \ -bad 0.0 -aswap -DMX -decim dspfvs 20 -grpdly \ -xn yn 4 -zn 1280 \ -xt yt 2 -zt 640 \ -xmode DQD -ymode Real -zmode Real \ -xsw ysw zsw \ -xobs yobs zobs \ -xcar ycar zcar \ -xlab HN -ylab 13C -zlab 1H \ -ndim 3 -aq2d States \ nmrpipe -fn MAC -macro $NMRTXT/ranceY.M -nord -nowr \ pipe2xyz -out./data/test%03d.fid -verb -ov Keep this Real always, we will correct later

15 #!/bin/csh 1) Convert the Bruker/Varian data into nmrpipe format (fid.com) This could be setup using the bruker/varian command from nmrpipe bruk2pipe -in./ser \ -bad 0.0 -aswap -DMX -decim dspfvs 20 -grpdly \ -xn yn 4 -zn 1280 \ -xt yt 2 -zt 640 \ -xmode DQD -ymode Real -zmode Real \ -xsw ysw zsw \ -xobs yobs zobs \ -xcar ycar zcar \ -xlab HN -ylab 13C -zlab 1H \ -ndim 3 -aq2d States \ nmrpipe -fn MAC -macro $NMRTXT/ranceY.M -nord -nowr \ pipe2xyz -out./data/test%03d.fid -verb -ov These are SW, Frequency, and carrier Frequency, can be obtained from eda in Bruker. There is nothing special here.

16 #!/bin/csh 1) Convert the Bruker/Varian data into nmrpipe format (fid.com) This could be setup using the bruker/varian command from nmrpipe bruk2pipe -in./ser \ -bad 0.0 -aswap -DMX -decim dspfvs 20 -grpdly \ -xn yn 4 -zn 1280 \ -xt yt 2 -zt 640 \ -xmode DQD -ymode Real -zmode Real \ -xsw ysw zsw \ -xobs yobs zobs \ -xcar ycar zcar \ -xlab HN -ylab 13C -zlab 1H \ -ndim 3 -aq2d States \ nmrpipe -fn MAC -macro $NMRTXT/ranceY.M -nord -nowr \ pipe2xyz -out./data/test%03d.fid -verb -ov Add this line if one of the dimension if acquired in an Echo-AntiEcho fashion.

17 1) Convert the Bruker/Varian data into nmrpipe format (fid.com) This could be setup using the bruker/varian command from nmrpipe nmrpipe -fn MAC -macro $NMRTXT/ranceY.M -nord -nowr \ If the Y dimension is Echo-AntiEcho nmrpipe -fn MAC -macro $NMRTXT/ranceZ.M -nord -nowr \ If the Z dimension is Echo-AntiEcho

18 #!/bin/csh 1) Convert the Bruker/Varian data into nmrpipe format (fid.com) This could be setup using the bruker/varian command from nmrpipe bruk2pipe -in./ser \ -bad 0.0 -aswap -DMX -decim dspfvs 20 -grpdly \ -xn yn 4 -zn 1280 \ -xt yt 2 -zt 640 \ -xmode DQD -ymode Real -zmode Real \ -xsw ysw zsw \ -xobs yobs zobs \ -xcar ycar zcar \ -xlab HN -ylab 13C -zlab 1H \ -ndim 3 -aq2d States \ pipe2xyz -out./data/test%03d.fid -verb -ov fid.com will look like this if both indirect dimensions are collected in STATES-TPPI/STATES/TPPI

19 STEP 2 Fourier Transform the direct dimension and phase correct the direct dimension. #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. xyz2pipe -in data/test%03d.fid -x \ nmrpipe -fn SOL \ ; Solvent Supression nmrpipe -fn SP -off 0.5 -end pow 1 -c 1.0 -size 400 \ nmrpipe -fn ZF -size 1024 \ nmrpipe -fn FT -verb \ nmrpipe -fn PS -p p1 0 -di \ nmrpipe -fn EXT -x1 11.0ppm -xn -1.0ppm -sw \ pipe2xyz -ov -out xyz/test%03d.ft1 -x

20 STEP 2 Fourier Transform the direct dimension and phase correct the direct dimension. #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. xyz2pipe -in data/test%03d.fid -x \ nmrpipe -fn SOL \ nmrpipe -fn SP -off 0.5 -end pow 1 -c 1.0 -size 400 \ ;Apodization nmrpipe -fn ZF -size 1024 \ nmrpipe -fn FT -verb \ nmrpipe -fn PS -p p1 0 -di \ nmrpipe -fn EXT -x1 11.0ppm -xn -1.0ppm -sw \ pipe2xyz -ov -out xyz/test%03d.ft1 -x

21 STEP 2 Fourier Transform the direct dimension and phase correct the direct dimension. #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. xyz2pipe -in data/test%03d.fid -x \ nmrpipe -fn SOL \ nmrpipe -fn SP -off 0.5 -end pow 1 -c 1.0 -size 400 \ ;Apodization nmrpipe -fn ZF -size 1024 \ ; Zerofill to the 1024 or nearest power of 2 nmrpipe -fn FT -verb \ nmrpipe -fn PS -p p1 0 -di \ nmrpipe -fn EXT -x1 11.0ppm -xn -1.0ppm -sw \ pipe2xyz -ov -out xyz/test%03d.ft1 -x

22 STEP 2 Fourier Transform the direct dimension and phase correct the direct dimension. #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. xyz2pipe -in data/test%03d.fid -x \ nmrpipe -fn SOL \ nmrpipe -fn SP -off 0.5 -end pow 1 -c 1.0 -size 400 \ ;Apodization nmrpipe -fn ZF -size 1024 \ ; Zerofill to the 1024 or nearest power of 2 nmrpipe -fn FT -verb \ ; Fourier Transform nmrpipe -fn PS -p p1 0 -di \ nmrpipe -fn EXT -x1 11.0ppm -xn -1.0ppm -sw \ pipe2xyz -ov -out xyz/test%03d.ft1 -x

23 STEP 2 Fourier Transform the direct dimension and phase correct the direct dimension. #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. xyz2pipe -in data/test%03d.fid -x \ nmrpipe -fn SOL \ nmrpipe -fn SP -off 0.5 -end pow 1 -c 1.0 -size 400 \ ;Apodization nmrpipe -fn ZF -size 1024 \ ; Zerofill to the 1024 or nearest power of 2 nmrpipe -fn FT -verb \ ; Fourier Transform nmrpipe -fn PS -p p1 0 -di \ ;Phase the data (start with 0 phase initially) nmrpipe -fn EXT -x1 11.0ppm -xn -1.0ppm -sw \ pipe2xyz -ov -out xyz/test%03d.ft1 -x

24 STEP 2 Fourier Transform the direct dimension and phase correct the direct dimension. #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. xyz2pipe -in data/test%03d.fid -x \ nmrpipe -fn SOL \ nmrpipe -fn SP -off 0.5 -end pow 1 -c 1.0 -size 400 \ ;Apodization nmrpipe -fn ZF -size 1024 \ ; Zerofill to the 1024 or nearest power of 2 nmrpipe -fn FT -verb \ ; Fourier Transform nmrpipe -fn PS -p p1 0 -di \ ;Phase the data (start with 0 phase initially) nmrpipe -fn EXT -x1 11.0ppm -xn -1.0ppm -sw \ ; Extract the spectral space in the direct dimension where we have signal pipe2xyz -ov -out xyz/test%03d.ft1 -x

25 STEP 2 Fourier Transform the direct dimension and phase correct the direct dimension. #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. xyz2pipe -in data/test%03d.fid -x \ nmrpipe -fn SOL \ nmrpipe -fn SP -off 0.5 -end pow 1 -c 1.0 -size 400 \ ;Apodization nmrpipe -fn ZF -size 1024 \ ; Zerofill to the 1024 or nearest power of 2 nmrpipe -fn FT -verb \ ; Fourier Transform nmrpipe -fn PS -p p1 0 -di \ ;Phase the data (start with 0 phase initially) nmrpipe -fn EXT -x1 11.0ppm -xn -1.0ppm -sw \ pipe2xyz -ov -out xyz/test%03d.ft1 -x Write out the data into the directr xyz

26 STEP 2 Fourier Transform the direct dimension and phase correct the direct dimension. Phasing the data in the direct dimension. Open the spectrum in nmrdraw, go to xyz directory and open test%03d.ft1 and phase the first (or sometimes the second) fid in nmrdraw. Note the phase and incoporate the phase in the next script ft1.com

27 STEP 2 Fourier Transform the direct dimension and rewrite the data ready for hmsist (ft1.com) #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. rm -rf yzx xyz2pipe -in data/test%03d.fid -x \ nmrpipe -fn SOL \ nmrpipe -fn SP -off 0.5 -end pow 1 -c 1.0 -size 400 \ nmrpipe -fn ZF -size 1024 \ nmrpipe -fn FT -verb \ nmrpipe -fn PS -p0 87 -p1 0 -di \ ; put the phase that was determined from the previous effort nmrpipe -fn EXT -x1 12.0ppm -xn -1.0ppm -sw \ pipe2xyz -ov -out yzx/test%03d.ft1 -z

28 STEP 2 Fourier Transform the direct dimension and rewrite the data ready for hmsist (ft1.com) #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. rm -rf yzx xyz2pipe -in data/test%03d.fid -x \ nmrpipe -fn SOL \ nmrpipe -fn SP -off 0.5 -end pow 1 -c 1.0 -size 400 \ nmrpipe -fn ZF -size 1024 \ nmrpipe -fn FT -verb \ nmrpipe -fn PS -p0 87 -p1 0 -di \ ; put the phase that was determined from the previous effort nmrpipe -fn EXT -x1 12.0ppm -xn -1.0ppm -sw \ pipe2xyz -ov -out yzx/test%03d.ft1 z ;Note we rearrange the data along z compared to x in the previous script (ft1xyz.com). Now the data is ready in the directory yzx Note the rest of the script is the same as ft1xyz.com.

29 Step 3 Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) First let us look at ist.csh #!/bin/csh -xv setenv FM_PROG /Users/hari/Applications/nmrPipe/nmrbin.mac set F = $1 set in = $F:t set out = $F:t:r.phf set ft1 = $F:t:r.ft1 echo $in $out $ft1 ${FM_PROG}/hmsIST -dim 2 -incr 1 -auton 1 -user 1 \ -itr 400 -verb 1 -ref 0 -vlist./nuslist \ <./yzx/${in} >!./yzx_ist/${out}

30 Step 3 Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) First let us look at ist.csh #!/bin/csh -xv setenv FM_PROG /Users/hari/Applications/nmrPipe/nmrbin.mac ; this is normally the directory in which the program hmsist is located, which is typically where the nmrpipe excecutables are. set F = $1 set in = $F:t set out = $F:t:r.phf set ft1 = $F:t:r.ft1 echo $in $out $ft1 ${FM_PROG}/hmsIST -dim 2 -incr 1 -auton 1 -user 1 \ -itr 400 -verb 1 -ref 0 -vlist./nuslist \ <./yzx/${in} >!./yzx_ist/${out}

31 Step 3 Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) First let us look at ist.csh #!/bin/csh -xv setenv FM_PROG /Users/hari/Applications/nmrPipe/nmrbin.mac ; this is normally the directory in which the program hmsist is located, which is typically where the nmrpipe excecutables are. set F = $1 set in = $F:t set out = $F:t:r.phf set ft1 = $F:t:r.ft1 Keep these the way they are, setting inputs and output holders echo $in $out $ft1 ${FM_PROG}/hmsIST -dim 2 -incr 1 -auton 1 -user 1 \ -itr 400 -verb 1 -ref 0 -vlist./nuslist \ <./yzx/${in} >!./yzx_ist/${out}

32 Step 3 Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) First let us look at ist.csh #!/bin/csh -xv setenv FM_PROG /Users/hari/Applications/nmrPipe/nmrbin.mac ; this is normally the directory in which the program hmsist is located, which is typically where the nmrpipe excecutables are. set F = $1 set in = $F:t set out = $F:t:r.phf set ft1 = $F:t:r.ft1 echo $in $out $ft1 Defines that there are two indirect dimensions that are NUS ${FM_PROG}/hmsIST -dim 2 -incr 1 -auton 1 -user 1 \ -itr 400 -verb 1 -ref 0 -vlist./nuslist \ <./yzx/${in} >!./yzx_ist/${out}

33 Step 3 Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) First let us look at ist.csh #!/bin/csh -xv setenv FM_PROG /Users/hari/Applications/nmrPipe/nmrbin.mac rm rf yzx_ist mkdir yzx_ist set F = $1 set in = $F:t set out = $F:t:r.phf set ft1 = $F:t:r.ft1 echo $in $out $ft1 Automatically takes the maximum increment from the schedule ${FM_PROG}/hmsIST -dim 2 -incr 1 -auton 1 -user 1 \ -itr 400 -verb 1 -ref 0 -vlist./nuslist \ <./yzx/${in} >!./yzx_ist/${out}

34 Step 3 Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) First let us look at ist.csh #!/bin/csh -xv setenv FM_PROG /Users/hari/Applications/nmrPipe/nmrbin.mac ; this is normally the directory in which the program hmsist is located, which is typically where the nmrpipe excecutables are. rm -rf yzx_ist mkdir yzx_ist set F = $1 set in = $F:t set out = $F:t:r.phf set ft1 = $F:t:r.ft1 This creates the directory for placing the reconstructed spectrum Tells that the schedule starts with the first point echo $in $out $ft1 ${FM_PROG}/hmsIST -dim 2 -incr 1 auton 1 --user 1 \ -itr 400 -verb 1 -ref 0 -vlist./nuslist \ <./yzx/${in} >!./yzx_ist/${out}

35 Step 3 Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) First let us look at ist.csh #!/bin/csh -xv setenv FM_PROG /Users/hari/Applications/nmrPipe/nmrbin.mac ; this is normally the directory in which the program hmsist is located, which is typically where the nmrpipe excecutables are. rm rf yzx_ist mkdir yzx_ist set F = $1 set in = $F:t set out = $F:t:r.phf set ft1 = $F:t:r.ft1 echo $in $out $ft1 Tells that NUS schedule file is named nuslist, if you have a different name please change this. ${FM_PROG}/hmsIST -dim 2 -incr 1 auton 1 --user 1 \ -itr 400 -verb 1 -ref 0 -vlist./nuslist \ <./yzx/${in} >!./yzx_ist/${out}

36 Step 3 Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) First let us look at ist.csh #!/bin/csh -xv setenv FM_PROG /Users/hari/Applications/nmrPipe/nmrbin.mac ; this is normally the directory in which the program hmsist is located, which is typically where the nmrpipe excecutables are. rm rf yzx_ist mkdir yzx_ist set F = $1 set in = $F:t set out = $F:t:r.phf set ft1 = $F:t:r.ft1 echo $in $out $ft1 Tells that NUS schedule file is named nuslist, if you have a different name please change this. ${FM_PROG}/hmsIST -dim 2 -incr 1 auton 1 --user 1 \ -itr 400 -verb 1 -ref 0 -vlist./nuslist \ <./yzx/${in} >!./yzx_ist/${out}

37 Step 3 Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) First let us look at ist.csh #!/bin/csh -xv setenv FM_PROG /Users/hari/Applications/nmrPipe/nmrbin.mac ; this is normally the directory in which the program hmsist is located, which is typically where the nmrpipe excecutables are. rm rf yzx_ist mkdir yzx_ist set F = $1 set in = $F:t set out = $F:t:r.phf set ft1 = $F:t:r.ft1 echo $in $out $ft1 400 iterations or until it converges for reconstruction ${FM_PROG}/hmsIST -dim 2 -incr 1 auton 1 --user 1 \ -itr 400 -verb 1 -ref 0 -vlist./nuslist \ <./yzx/${in} >!./yzx_ist/${out}

38 Step 3 Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) First let us look at ist.csh #!/bin/csh -xv setenv FM_PROG /Users/hari/Applications/nmrPipe/nmrbin.mac ; this is normally the directory in which the program hmsist is located, which is typically where the nmrpipe excecutables are. rm rf yzx_ist mkdir yzx_ist set F = $1 set in = $F:t set out = $F:t:r.phf set ft1 = $F:t:r.ft1 echo $in $out $ft1 Input and output directories ${FM_PROG}/hmsIST -dim 2 -incr 1 auton 1 --user 1 \ -itr 400 -verb 1 -ref 0 -vlist./nuslist \ <./yzx/${in} >!./yzx_ist/${out}

39 Step 3 Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) First let us look at ist.csh #!/bin/csh -xv setenv FM_PROG /Users/hari/Applications/nmrPipe/nmrbin.mac ; this is normally the directory in which the program hmsist is located, which is typically where the nmrpipe excecutables are. rm rf yzx_ist mkdir yzx_ist set F = $1 set in = $F:t set out = $F:t:r.phf set ft1 = $F:t:r.ft1 echo $in $out $ft1 ${FM_PROG}/hmsIST -dim 2 -incr 1 auton 1 --user 1 \ -itr 400 -verb 1 -ref 0 -vlist./nuslist \ <./yzx/${in} >!./yzx_ist/${out} Normally one does not need to change anything in this script.

40 Step 3 Reconstruct the two indirect dimensions using hmsist. (using script ist.csh; this is run using all the processors available by calling ist.csh from run.local) Let us look at run.local parallel -j 100% './ist.csh {} > /dev/null; echo {}' ::: yzx/test*.ft1 Uses the program parallel (provided in the directory) to run the script ist.csh on all the processors and using 100% of all the available processors.

41 STEP 4 Rearrange the data to nmrpipe format, making it suitable for nmrpipe based Fourier Transform of the two indirect dimensions. (phf.com) #!/bin/csh xyz2pipe -in yzx_ist/test%03d.phf phf2pipe -user 1 -xproj xz.ft1 -yproj yz.ft1 pipe2xyz -out rec/test%03d.ft1 This script takes the reconstructed data from the yzx_ist directory and uses the program phf2pipe (supplied along with hmsist) and rearranges the data for nmrpipe and writes to a directory rec. Normally nothing needs to be changed in this script. Make sure the program phf2pipe is in the nmrpipe executable directory.

42 STEP 5 Fourier Transform the two indirect dimensions which are now reconstructed. (ft23.com) #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. xyz2pipe -in rec/test%03d.ft1 -x \ # nmrpipe -fn LP -fb -ord 64\ nmrpipe -fn SP -off 0.4 -end pow 1 -c 0.5 \ nmrpipe -fn ZF -auto \ nmrpipe -fn FT -verb \ nmrpipe -fn PS -p0 0 -p1 0 -di \ # nmrpipe -fn REV -verb \ nmrpipe -fn TP \ # nmrpipe -fn LP -fb -ord 64 \ nmrpipe -fn SP -off 0.4 -end pow 1 -c 0.5 \ nmrpipe -fn ZF -auto \ nmrpipe -fn FT -alt -verb \ nmrpipe -fn PS -p0 0 -p1 0 -di \ # nmrpipe -fn PS -p p di \ # nmrpipe -fn REV -verb \ nmrpipe -fn TP -verb\ nmrpipe -fn ZTP \ pipe2xyz -ov -out rec2/test%03d.ft3 -x

43 STEP 5 Fourier Transform the two indirect dimensions which are now reconstructed. (ft23.com) #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. xyz2pipe -in rec/test%03d.ft1 -x \ # nmrpipe -fn LP -fb -ord 64\ nmrpipe -fn SP -off 0.4 -end pow 1 -c 0.5 \ nmrpipe -fn ZF -auto \ nmrpipe -fn FT -verb \ nmrpipe -fn PS -p0 0 -p1 0 -di \ # nmrpipe -fn REV -verb \ nmrpipe -fn TP \ # nmrpipe -fn LP -fb -ord 64 \ nmrpipe -fn SP -off 0.4 -end pow 1 -c 0.5 \ nmrpipe -fn ZF -auto \ nmrpipe -fn FT -alt -verb \ nmrpipe -fn PS -p0 0 -p1 0 -di \ # nmrpipe -fn PS -p p di \ # nmrpipe -fn REV -verb \ nmrpipe -fn TP -verb\ nmrpipe -fn ZTP \ pipe2xyz -ov -out rec2/test%03d.ft3 -x Optional Linear Prediction Apodization of the first Indirect Dim Zerofill of the first Indirect Dim Fourier Transform of the first Indirect Dim Phase correction of the first Indirect Dim Optional Reverse of the first Indirect Dim Optional Linear Prediction of the second ind dim Apodization of the second Indirect Dim Zerofill of the second Indirect Dim Fourier Transform of the second Indirect Dim Phase correction of the second Indirect Dim Optional Reverse of the second Indirect Dim

44 STEP 5 Fourier Transform the two indirect dimensions which are now reconstructed. (ft23.com) #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. xyz2pipe -in rec/test%03d.ft1 -x \ # nmrpipe -fn LP -fb -ord 64\ nmrpipe -fn SP -off 0.4 -end pow 1 -c 0.5 \ nmrpipe -fn ZF -auto \ nmrpipe -fn FT -verb \ nmrpipe -fn PS -p0 0 -p1 0 -di \ # nmrpipe -fn REV -verb \ nmrpipe -fn TP \ # nmrpipe -fn LP -fb -ord 64 \ nmrpipe -fn SP -off 0.4 -end pow 1 -c 0.5 \ nmrpipe -fn ZF -auto \ nmrpipe -fn FT -alt -verb \ nmrpipe -fn PS -p0 0 -p1 0 -di \ # nmrpipe -fn PS -p p di \ # nmrpipe -fn REV -verb \ nmrpipe -fn TP -verb\ nmrpipe -fn ZTP \ pipe2xyz -ov -out rec2/test%03d.ft3 -x Note the difference in the FT statement. Where there is a Echo-AntiEcho dim we have nmrpipe -fn FT -verb Note the difference in the FT statement. Where there is a States-TPPI dim we have nmrpipe -fn FT -alt -verb We need to have the -alt flag

45 STEP 5 Fourier Transform the two indirect dimensions which are now reconstructed. (ft23.com) #!/bin/csh -f # # 3D States-Mode HN-Detected Processing. xyz2pipe -in rec/test%03d.ft1 -x \ # nmrpipe -fn LP -fb -ord 64\ nmrpipe -fn SP -off 0.4 -end pow 1 -c 0.5 \ nmrpipe -fn ZF -auto \ nmrpipe -fn FT -verb \ nmrpipe -fn PS -p0 0 -p1 0 -di \ # nmrpipe -fn REV -verb \ nmrpipe -fn TP \ # nmrpipe -fn LP -fb -ord 64 \ nmrpipe -fn SP -off 0.4 -end pow 1 -c 0.5 \ nmrpipe -fn ZF -auto \ nmrpipe -fn FT -alt -verb \ nmrpipe -fn PS -p0 0 -p1 0 -di \ # nmrpipe -fn PS -p p di \ # nmrpipe -fn REV -verb \ nmrpipe -fn TP -verb\ nmrpipe -fn ZTP \ pipe2xyz -ov -out rec2/test%03d.ft3 -x The Fourier Transformed Spectra is written into the rec2 directory. We can write to Sparky format using pipe2ucsf

46 NUS-Pulse Programming in Bruker

47 15 N 13 C DW 13 C 2,1 1,1 1,2 1,4 1,3 X 1,7 DW 15 N

48 Schedule 1,1 1, 2 1, 4 1, 7 1, 9 1, 11 2, 1 2, 2 2, t1 list t2 list

49 prosol relations=<triple> #include <Avance.incl> #include <Grad.incl> #include <Delay.incl> define list<loopcounter> t1list=<$vclist> define list<loopcounter> t2list=<$vplist> 20u "cnst29=(t1list%2)*180" 20u "cnst30=(t2list%2)*180" 20u "cnst31=cnst29+cnst30" 3m ip4+cnst29 3m ip5+cnst30 3m ip31+cnst31 20u "d0=in0*t1list+3u" 20u "d10=tau1+in10*t2list" 20u "d29=tau2+in10*t2list" 20u "d30=tau1-in10*t2list" ; d11 do:f3 mc #0 to 2 ; F1PH(rd10 & rd29 & rd30 & rp5 & ip4, id0) ; F2PH(dp5, id10 & id29 & dd30) d11 do:f3 wr #0 if #0 zd 3m dp5 lo to 3 times 2 3m ip5*2 3m ip4 lo to 4 times 2 3m rp4 3m rp5 3m t1list.inc 3m t2list.inc 20u "cnst29=(t1list%2)*180" 20u "cnst30=(t2list%2)*180" 20u "cnst31=cnst29+cnst30" 3m ip4+cnst29 3m ip5+cnst30 3m ip31+cnst31 lo to 5 times COUNTER

50 #include <Avance.incl> #include <Grad.incl> #include <Delay.incl> #include<sysconf_nmrc.incl> define list<loopcounter> t1list=<$vclist> define list<loopcounter> t2list=<$vplist> define loopcounter MAX15N "p2=p1*2" "p22=p21*2" "p4=p3*2" "d0=3u" "d11=30m" "d13=4u" "d21=5.5m" "d23=12.4m" "d26=2.3m" "d28=3.6m" "in0=inf1/2" "in10=inf2/4 # ifdef CB_ONLY "d28=6.8m" # else "d28=3.6m" # endif /*CB_ONLY*/ "TAU=d28-p16-d16" "in29=in10" "in30=in10" "d10=d23/2-p14/2" "d29=d23/2-p14/2-p26-d21-4u" "d30=d23/2-p14/2" "DELTA1=d23-d21-p26" "DELTA2=d0*2+larger(p14,p22)-p14" "DELTA3=d26-p16-d16-p11-12u" "spoff2=0" "spoff3=0" "spoff5=bf2*(cnst21/ )-o2" "spoff8=0" "TAU1=d23/2-p14/2" "TAU2=d23/2-p14/2-p26-d21-4u" "TAU3=d23/2-p14/2" "MAX15N=d30*2/in30" "l29=max15n" "cnst31=l31" aqseq 321 "COUNTER=l3*l13/4" 1 ze ;if (l31==1) ;{ ;"d28=6.8m" ;"TAU=d28-p16-d16" ;} d11 pl16:f3 20u "cnst29=(t1list%2)*180" 20u "cnst30=(t2list%2)*180" 20u "cnst31=cnst29+cnst30" 3m ip9+cnst29 3m ip10+cnst29 3m ip5+cnst30 3m ip31+cnst3

51 2 d11 do:f3 3m 3 9m m ; d1 20u "d0=in0*t1list+3u" 20u "d10=tau1+in10*t2list" 20u "d29=tau2+in10*t2list" 20u "d30=tau3-in10*t2list" d11 pl1:f1 (p1 ph1) d26 pl3:f3 (center (p2 ph1) (p22 ph1):f3 ) d26 UNBLKGRAD (p1 ph2):f1 4u pl0:f1 (p11:sp1 ph1:r):f1 4u p16:gp1 d16 (p21 ph3):f3 d21 pl19:f1 (p26 ph2):f1 DELTA1 cpds1:f1 ph1 (center (p14:sp3 ph1):f2 (p22 ph1):f3 ) d23 (p21 ph1):f3 4u do:f1 (p26 ph7):f1 4u p16:gp6 d16 (p26 ph2):f1 20u cpds1:f1 ph1 (p13:sp2 ph10):f2 d28 (p13:sp8 ph9):f2 d0 (center (p14:sp5 ph1):f2 (p22 ph1):f3 ) d0 4u (p14:sp3 ph8):f2 DELTA2 (p14:sp5 ph1):f2 4u

52 go=2 ph31 cpd3:f3 ; d11 do:f3 mc #0 to 2 ; F1PH(rd10 & rd29 & rd30 & ip9 & ip10, id0 & dp9*2) ; F2PH(ip5, id10 & id29 & dd30) d11 do:f3 wr #0 if #0 zd 3m dp5 lo to 3 times 2 3m ip5*2 3m ip9 3m ip10 lo to 4 times 2 20u "cnst29=(t1list%2)*180" 20u "cnst30=(t2list%2)*180" 20u "cnst31=cnst29+cnst30" 3m ip9+cnst29 3m ip10+cnst29 3m ip5+cnst30 3m ip31+cnst31 lo to 5 times COUNTER 3m rp5 3m rp9 3m rp10 ; 3m dp9*2 3m t1list.inc 3m t2list.inc

Window Function and First Point Scaling Zero Fill Fourier Transform Phase Correction

Window Function and First Point Scaling Zero Fill Fourier Transform Phase Correction Window Function and First Point Scaling Zero Fill Fourier Transform Phase Correction Solvent Subtraction Baseline Correction Linear Prediction Hilbert Transform and Inverse Processing Gradient-Enhanced

More information

Goals of tutorial. Showcase NMRbox with NUS tools A dozen different NUS processing tools installed and configured more coming.

Goals of tutorial. Showcase NMRbox with NUS tools A dozen different NUS processing tools installed and configured more coming. Introduce NMRbox platform Goals of tutorial Showcase NMRbox with NUS tools A dozen different NUS processing tools installed and configured more coming. Demonstrate potential of NMRbox Now that the platform

More information

Quick Start Guide to nmrpipe Processing of 15 N-HSQC data

Quick Start Guide to nmrpipe Processing of 15 N-HSQC data Quick Start Guide to nmrpipe Processing of 15 N-HSQC data Data conversion: We make the basic assumption here that the data set was recorded on an INOVA-class or later model of NMR instrument running VNMRJ.

More information

Goals of tutorial. Introduce NMRbox platform

Goals of tutorial. Introduce NMRbox platform Introduce NMRbox platform Goals of tutorial Showcase NMRbox with NUS tools A dozen different NUS processing tools installed and configured more coming. Demonstrate potential of NMRbox Now that the platform

More information

Molecular Structure from a Single NMR Supersequence

Molecular Structure from a Single NMR Supersequence Electronic Supplementary Material (ESI) for Chemical Communications. This journal is The Royal Society of Chemistry 2018 Molecular Structure from a Single NMR Supersequence Ēriks Kupče and Tim D. W. Claridge

More information

From FID to 2D: Processing HSQC Data Using NMRPipe Macro Methods

From FID to 2D: Processing HSQC Data Using NMRPipe Macro Methods The data recorded during a NMR experiment are stored in the form of a digitized free induction decay (FID), which is in the time domain. In order for us to gain information regarding the chemical environment

More information

CONNJUR Workflow Builder: Tutorial. Where to download:

CONNJUR Workflow Builder: Tutorial. Where to download: CONNJUR Workflow Builder: Tutorial Part I: Introduction 1.1 About CONNJUR and CONNJUR Workflow Builder (CWB) The CONNJUR Project is to develop an open source integration environment for biomolecular NMR

More information

Introduction to Bruker Pulse Programs

Introduction to Bruker Pulse Programs Introduction to Bruker Pulse Programs Where to find the pulseprogram Computer: /opt/topspin/exp/stan/nmr/lists/pp/user or: cd $pp (changes direct to user folder) Topspin: edcpul, edpul Display: commandline:

More information

Rowland NMR Toolkit (RNMRTK) Overview

Rowland NMR Toolkit (RNMRTK) Overview Rowland NMR Toolkit (RNMRTK) Overview Originally developed as a platform for developing new NMR data processing methods Now widely used as a general processing platform Provides Rich set of apodization

More information

FOCUS. Image Based Automatic Shimming Using B 0 Gradients. Installation and Users Guide Version 0.9

FOCUS. Image Based Automatic Shimming Using B 0 Gradients. Installation and Users Guide Version 0.9 FOCUS Image Based Automatic Shimming Using B 0 Gradients Installation and Users Guide Version 0.9 FOCUS - Field Optimization by Computed Update of Shims Joost A. B. Lohman, Bruker Spectrospin ltd, U.K.

More information

Processing NMR Data With OS X/Linux Freeware

Processing NMR Data With OS X/Linux Freeware Processing NMR Data With OS X/Linux Freeware Volume : A User s Guide to NMRPipe by Josh Kurutz, Ph.D. Technical Director of the Biochemistry & Molecular Biology NMR Facility University of Chicago Last

More information

Convection in liquid-state NMR: expect the unexpected. Supporting Information

Convection in liquid-state NMR: expect the unexpected. Supporting Information Electronic Supplementary Material (ESI) for RSC Advances. This journal is The Royal Society of Chemistry 2016 Convection in liquid-state NMR: expect the unexpected Thaís M. Barbosa, Roberto Rittner, Cláudio

More information

Pulse Programming. Reference for TopSpin 2.0 Version 2.0.0

Pulse Programming. Reference for TopSpin 2.0 Version 2.0.0 Pulse Programming Reference for TopSpin 2.0 Version 2.0.0 Copyright (C) 2006 by Bruker BioSpin GmbH All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or

More information

Statut actuel de NUS et APSY

Statut actuel de NUS et APSY Statut actuel de NUS et APSY Martial PIOTTO Bruker BioSpin, France 30 ème Réunion Utilisateurs 29-30 Novembre 2016 Innovation with Integrity General features of NUS and APSY Techniques that allow to collect

More information

Bruker BioSpin. Acquisition Commands and Parameters. TopSpin 2.1 Version NMR Spectroscopy. think forward

Bruker BioSpin. Acquisition Commands and Parameters. TopSpin 2.1 Version NMR Spectroscopy. think forward Bruker BioSpin Acquisition Commands and Parameters TopSpin 2.1 Version 2.1.2 think forward NMR Spectroscopy Copyright (C) by Bruker BiosSpin GmbH All rights reserved. No part of this publication may be

More information

Estimating the signal-to-noise ratio of the spin-noise signal in the glucose solution. where the following factors are taken into account:

Estimating the signal-to-noise ratio of the spin-noise signal in the glucose solution. where the following factors are taken into account: SNR SN = SNR eb r N r µ r LW r SW, Estimating the signal-to-noise ratio of the spin-noise signal in the glucose solution The SNR of the spin- noise signal (SNR SN) can be estimated via the SNR of the ethylbenzene

More information

NUS: non-uniform sampling

NUS: non-uniform sampling FMP, 10.10.2012 2/48 NMR-spectroscopy uses the nuclear spin that can be thought of as a mixture between gyroscope and magnet 3/48 The frequency of the rotation of the spin in a magnetic field is what we

More information

Short instructions for the basic operation of the AVANCE II 400 MHz Bruker NMR Using ICON-NMR (PS751)

Short instructions for the basic operation of the AVANCE II 400 MHz Bruker NMR Using ICON-NMR (PS751) Dissimilar This manual is intended to be only a very brief introduction for using the Bruker 400 MHz NMR spectrometer (PS751) at the California State University LA NMR Facility. For complete information

More information

15. HOMONUCLEAR COSY

15. HOMONUCLEAR COSY Homonuclear COSY Page 67 15. HOMONUCLEAR COSY by cg fry: created 12/27/94 updated 11/26/00 In COrrelational SpectroscopY (COSY), a fast 2D spectrum is usually obtained first. This initial set of data takes

More information

Machine Cycle- 1: OFMC: Status signals IO/M=0, S 1 =1, S 0 =1

Machine Cycle- 1: OFMC: Status signals IO/M=0, S 1 =1, S 0 =1 Lecture-31 6. Rcond: This is a conditional return statement. It is also a part of the subroutine. Whenever this instruction is executed, μp checks the conditional flags. If the condition is found true

More information

nmrglue Documentation

nmrglue Documentation nmrglue Documentation Release 0.7-dev Jonathan J. Helmus November 29, 2017 Contents 1 Installation Guide 3 1.1 Where to get nmrglue.......................................... 3 1.2 Requirements...............................................

More information

Intro to 2D NMR: Homonuclear correlation COSY, lr-cosy, and DQ-COSY experiments

Intro to 2D NMR: Homonuclear correlation COSY, lr-cosy, and DQ-COSY experiments Homework 9 Chem 636, Spring 2014 due at the beginning of lab April 8-10 updated 8 Apr 2014 (cgf) Intro to 2D NMR: Homonuclear correlation COS, lr-cos, and DQ-COS experiments Use Artemis (Av-400) or Callisto

More information

NMR Spectrometer Crib-Sheet

NMR Spectrometer Crib-Sheet NMR Spectrometer Crib-Sheet Sample Preparation: 1. Dissolve your sample in a deuterated solvent. For 1 H NMR use ~ 1 mm concentrations. For 13 C NMR, use ~ 10 mm. 2. Use clean dry tubes to avoid contaminating

More information

Package PepsNMRData. R topics documented: November 1, Type Package Title Datasets for the PepsNMR package Version 1.1.0

Package PepsNMRData. R topics documented: November 1, Type Package Title Datasets for the PepsNMR package Version 1.1.0 Type Package Title Datasets for the PepsNMR package Version 1.1.0 Package PepsNMRData Suggests knitr, markdown, rmarkdown, BiocStyle November 1, 2018 Contact Manon Martin , Bernadette

More information

NMR Data Acquisition and Processing Procedure

NMR Data Acquisition and Processing Procedure NMR Data Acquisition and Processing Procedure Dr. Jianfeng Zhu (Research Officer) Please DO NOT remove from NMR lab! Things to Avoid when Using NMR Lab Here's a list of stuff that I have seen that you

More information

1 of 1 12/06/06 05:47 PM

1 of 1 12/06/06 05:47 PM biglogo.gif (GIF Image, 800x418 pixels) http://matnmr.sourceforge.net/pics/biglogo.gif 1 of 1 12/06/06 05:47 PM matnmr Manual Page: Navigation file:///home3/jabe/matlab/matnmrsourcecode/webpages/manual/navigate...

More information

HIFI NMR : part1 automated backbone assignments using 3D->2D

HIFI NMR : part1 automated backbone assignments using 3D->2D HIFI NMR : part automated backbone assignments using 3D->2D Marco Tonelli National Magnetic Resonance Facility At Madison NMRFAM Recording multidimensional experiments is time costly In conventional multidimensional

More information

MestReC Cheat Sheet. by Monika Ivancic, July 1 st 2005

MestReC Cheat Sheet. by Monika Ivancic, July 1 st 2005 MestReC Cheat Sheet by Monika Ivancic, July 1 st 2005 This Cheat Sheet is to be used at UW-Madison as a quick guide to processing using the MestReC NMR software. You may find more help at the MestReC homepage

More information

TOCSY 15. Goto. Introduction Pulse Sequence Diagram AVANCE User s Guide Bruker 167

TOCSY 15. Goto. Introduction Pulse Sequence Diagram AVANCE User s Guide Bruker 167 Chapter TOCSY 15 Introduction 15.1 Goto TOtal Correlation SpectroscopY provides a different mechanism of coherence transfer than COSY for 2D correlation spectroscopy in liquids. In TOCSY, cross peaks are

More information

Processing With Topspin

Processing With Topspin Processing With Topspin Duncan Howe October 31, 2016 Department Of Chemistry University Of Cambridge 1 Introduction Topspin is a pretty vast piece of software and can do many, many things... There s not

More information

VNMRJ 4.2 INSTRUCTIONS: QANUC 500 FOR CHEMISTS

VNMRJ 4.2 INSTRUCTIONS: QANUC 500 FOR CHEMISTS VNMRJ 4.2 INSTRUCTIONS: QANUC 500 FOR CHEMISTS April 16, 2018 1. Sample preparation a. Tubes of any length can be used b. Make your samples 4 cm deep. They will not shim as well if they are shorter; you

More information

TopSpin QuickStart. Default State TopSpin should be running at all times. If this is not the case, you may need to Log In and Start TopSpin.

TopSpin QuickStart. Default State TopSpin should be running at all times. If this is not the case, you may need to Log In and Start TopSpin. TopSpin QuickStart Preliminaries Sign Up Sign up for instrument time at calendar.yahoo.com/hmcnmr The password is nmr. During the summer, 1100-1200 and 1600-1700 are reserved for walk-on use (15 min maximum

More information

Diffusion Ordered Spectroscopy (DOSY) Overview BRUKER last edit 5/14/12

Diffusion Ordered Spectroscopy (DOSY) Overview BRUKER last edit 5/14/12 Diffusion Ordered Spectroscopy (DOSY) Overview BRUKER last edit 5/14/12 DOSY Diffusion Ordered SpectroscopY. NMR diffusion experiments, like DOSY, are used to determine the diffusion coefficients of solute

More information

DCIF NMR Training Guide 400 MHz Bruker AVANCE III HD b400 last edit 3/9/2015

DCIF NMR Training Guide 400 MHz Bruker AVANCE III HD b400 last edit 3/9/2015 DCIF NMR Training Guide 400 MHz Bruker AVANCE III HD b400 last edit 3/9/2015 The Bruker AVANCE III HD 400 has a broadband (BBO) probe with a 1 H Channel and X-Channel tunable from (30-300 MHz). Both channels

More information

2 Dimensional NMR User s Brief Guide

2 Dimensional NMR User s Brief Guide 2D NMR Handout 7/17/18 Weiguo Hu 2 Dimensional NMR User s Brief Guide (This handout presumes your thorough familiarity with the 1D handout commands and their use!) Options There are a vast number of 2D

More information

2 Initialize a git repository on your machine, add a README file, commit and push

2 Initialize a git repository on your machine, add a README file, commit and push BioHPC Git Training Demo Script First, ensure that git is installed on your machine, and you have configured an ssh key. See the main slides for instructions. To follow this demo script open a terminal

More information

T 1 Relaxation Measurement: The Inversion-Recovery Experiment (Using IconNMR) Revised

T 1 Relaxation Measurement: The Inversion-Recovery Experiment (Using IconNMR) Revised T 1 Relaxation Measurement: The Inversion-Recovery Experiment (Using IconNMR) Revised 4-21-2015 Relaxation times are divided into two types: longitudinal, which concerns change in magnetization along the

More information

DCIF NMR Training Guide 401 MHz Bruker AVANCE III HD b401 last edit 3/11/2015

DCIF NMR Training Guide 401 MHz Bruker AVANCE III HD b401 last edit 3/11/2015 DCIF NMR Training Guide 401 MHz Bruker AVANCE III HD b401 last edit 3/11/2015 The Bruker AVANCE III HD 401 has a broadband (BBO) probe with a 1 H Channel and X-Channel tunable from (30-300 MHz). Both channels

More information

Introduction to the Graphical User Interface of TREND

Introduction to the Graphical User Interface of TREND Introduction to the Graphical User Interface of TREND Description: Both GUI and command-line versions of TREND are available. The arguments and usages of the GUI panels are briefly introduced below. Detailed

More information

VNMRJ 4.2 INSTRUCTIONS: VARIAN MERCURY 400

VNMRJ 4.2 INSTRUCTIONS: VARIAN MERCURY 400 VNMRJ 4.2 INSTRUCTIONS: VARIAN MERCURY 400 January 10, 2019 1. Sample preparation a. Tubes of any length can be used b. Make your samples 4 cm deep. They will not shim as well if they are shorter; you

More information

See XwinNMR Acquisition Manual, Sections 1.4, 1.5 (see list of acquistion parameter descriptions starting , pg. A-39), 1.6

See XwinNMR Acquisition Manual, Sections 1.4, 1.5 (see list of acquistion parameter descriptions starting , pg. A-39), 1.6 Bruker Avance360 X-Nucleus Experiments Page 13 III. X-Nucleus Acquisitions Example Session See XwinNMR Acquisition Manual, Sections 1.4, 1.5 (see list of acquistion parameter descriptions starting 1.5.2.4,

More information

Basic SeismicHandler Introduction

Basic SeismicHandler Introduction Basic SeismicHandler Introduction Sebastian Rost October 2006 SeismicHandler (SH) is a tool for analyzing digital seismograms. It can be used for the analysis of earthquake records, as well as for examining

More information

TOPSPINPLOT(XWINPLOT)

TOPSPINPLOT(XWINPLOT) Mississippi NMR Workshop TOPSPINPLOT(XWINPLOT) Easy and Simple Plotting Written by: Mike Brown Version 01092006.meb Bruker South Training Center Topics Covered Definitions Starting XWINPLOT Layouts Plot

More information

CSImage Tutorial v August 2000

CSImage Tutorial v August 2000 CSImage Tutorial v 1.0 8 August 2000 To use CSImage you need to have Java2 installed. Development was done using JDK 1.2.2 from Sun Microsystems. The program has been run on Digital Unix (Compaq Tru64

More information

VNMRJ 4.2 INSTRUCTIONS: VARIAN MERCURY 400 AND VARIAN VNMRS 500

VNMRJ 4.2 INSTRUCTIONS: VARIAN MERCURY 400 AND VARIAN VNMRS 500 VNMRJ 4.2 INSTRUCTIONS: VARIAN MERCURY 400 AND VARIAN VNMRS 500 August 9, 2016 1. Sample preparation a. Tubes of any length can be used b. Make your samples 4 cm deep. They will not shim as well if they

More information

Processing data with Bruker TopSpin

Processing data with Bruker TopSpin Processing data with Bruker TopSpin This exercise has three parts: a 1D 1 H spectrum to baseline correct, integrate, peak-pick, and plot; a 2D spectrum to plot with a 1 H spectrum as a projection; and

More information

TopSpin. Acquisition Commands and Parameters. Innovation with Integrity. Version 003 NMR

TopSpin. Acquisition Commands and Parameters. Innovation with Integrity. Version 003 NMR TopSpin Acquisition Commands and Parameters Version 003 Innovation with Integrity NMR Copyright by Bruker Corporation All rights reserved. No part of this publication may be reproduced, stored in a retrieval

More information

* need 4-6GB memory... depending on the size of protein and spectrum data

* need 4-6GB memory... depending on the size of protein and spectrum data How to use Filt_Robot 1-1. Before to use Filt_Robot [requirements] * TCL/Tk8.4 or newer * csh * spectrum data in NMRView format (see the NMRPipe macros) currently limited type of spectrum data can be used

More information

TopSolids Where Expertise meets Convenience

TopSolids Where Expertise meets Convenience TopSolids Where Expertise meets Convenience Dr. Sebastian Wegner Bruker BioSpin, France 30 ème Réunion Utilisateurs 29-30 Novembre 2016 Innovation with Integrity 12/9/2016 2 With TopSolids the delicate

More information

Introduction to UNIX. Logging in. Basic System Architecture 10/7/10. most systems have graphical login on Linux machines

Introduction to UNIX. Logging in. Basic System Architecture 10/7/10. most systems have graphical login on Linux machines Introduction to UNIX Logging in Basic system architecture Getting help Intro to shell (tcsh) Basic UNIX File Maintenance Intro to emacs I/O Redirection Shell scripts Logging in most systems have graphical

More information

Supplementary Material

Supplementary Material Supplementary Material Sugar-to-base correlation in nucleic acids with a 5D APSY-HCNCH or two 3D APSY-HCN experiments Barbara Krähenbühl Daniela Hofmann Christophe Maris Gerhard Wider Institute of Molecular

More information

PROCESSING 2D SPECTRA USING VNMRJ JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University

PROCESSING 2D SPECTRA USING VNMRJ JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University PROCESSING 2D SPECTRA USING VNMRJ JB Stothers NMR Facility Materials Science Addition 0216 Department of Chemistry Western University 1. INTRODUCTION...1 1.1. About this Worksheet... 1 1.2. A Very Brief

More information

Vanderbilt Small Molecule NMR Center

Vanderbilt Small Molecule NMR Center Vanderbilt Small Molecule NMR Center Instructions for Using TOPSPIN version 2.0 DRX 400: Setting up 1H, 13C (1H decoupled), and 31P NMR Experiments Getting started: Sample Preparation: Make sure your sample

More information

Installing TopSpin 4

Installing TopSpin 4 Installing TopSpin 4 Note: the screenshots in this guide are from the Windows installation. The Mac installation should be similar, but you must follow the prompts carefully. Start 1. Make an account with

More information

Release Notes Spinsight Version 4.1

Release Notes Spinsight Version 4.1 Release Notes Spinsight Version 4.1 Spinsight 4.1 can be installed over any previous version of Spinsight. It is not necessary that you have 3.5.2 before installing 4.1. Details of new software features

More information

On Artemis and Cronus, make sure you are adjusting the db scale and not the watts

On Artemis and Cronus, make sure you are adjusting the db scale and not the watts Solvent Suppression - Presaturation (NOTE: There are many types of solvent suppression this is presaturation and all exchangeable protons will be attenuated-instructions for other types follow) 1. Turn

More information

PINMRF. Bruker AV-III / Avance DRX NMR Spectrometers running TopSpin Training Supplement for Advanced 1D NMR Spectroscopy

PINMRF. Bruker AV-III / Avance DRX NMR Spectrometers running TopSpin Training Supplement for Advanced 1D NMR Spectroscopy PINMRF Bruker AV-III / Avance DRX NMR Spectrometers running TopSpin Training Supplement for Advanced 1D NMR Spectroscopy INCLUDING: AV-III-400-HD w/ 5mm BBFO SmartProbe 369 WTHR AV-III-500-HD w/ 5mm BBFO

More information

C Shell Tutorial. Section 1

C Shell Tutorial. Section 1 C Shell Tutorial Goals: Section 1 Learn how to write a simple shell script and how to run it. Learn how to use local and global variables. About CSH The Barkley Unix C shell was originally written with

More information

NMR Users Guide Organic Chemistry Laboratory

NMR Users Guide Organic Chemistry Laboratory NMR Users Guide Organic Chemistry Laboratory Introduction The chemistry department is fortunate to have a high field (400 MHz) Nuclear Magnetic Resonance (NMR) spectrometer. You will be using this instrument

More information

Bruker Avance 400 MHz Instructions

Bruker Avance 400 MHz Instructions Bruker Avance 400 MHz Instructions General Policy: 1) All users must pass the training course before they will obtain their own access to the spectrometer. 2) A key to Bruker Avance 400 Room is accessible

More information

DAGMan workflow. Kumaran Baskaran

DAGMan workflow. Kumaran Baskaran DAGMan workflow Kumaran Baskaran NMRbox summer workshop June 26-29,2017 what is a workflow? Laboratory Publication Workflow management Softwares Workflow management Data Softwares Workflow management

More information

TopSpin 3.5 Tips and Tricks. Nicole Kruse US Applications Pre PANIC Workshop February 20 th 2017

TopSpin 3.5 Tips and Tricks. Nicole Kruse US Applications Pre PANIC Workshop February 20 th 2017 TopSpin 3.5 Tips and Tricks Nicole Kruse US Applications Pre PANIC Workshop February 20 th 2017 Non-Uniform Sampling Incorporated into TopSpin 3.0 Higher Resolution NUS HSQC NS = 2 TD = 2048 NUS @ 10 %

More information

Bruker Topspin NMR Training Manual

Bruker Topspin NMR Training Manual Bruker Topspin NMR Training Manual Rev 180521 Perry Pellechia University of South Carolina NMR Facility Subject Page Number Overview of Operation... 1 Gauging Samples in Spinners... 2 Starting and logging

More information

IN CASE OF DIFFICULT Y

IN CASE OF DIFFICULT Y User s Manual for the Two-Line Speakerphone 922 Fold open this manual for information about this telephone s installation and operation. Please read Part 1 Important Product Information, included in this

More information

NMR TOOLS. Pre-processing. Manon Martin Marie Tremblay-Franco Cécile Canlet 31/05/2017 v 1.0.0

NMR TOOLS. Pre-processing. Manon Martin Marie Tremblay-Franco Cécile Canlet 31/05/2017 v 1.0.0 NMR TOOLS Pre-processing Manon Martin Marie Tremblay-Franco Cécile Canlet 31/05/2017 v 1.0.0 Standard Advanced NMR workflow Legend 1. Read 2. TopSpin 3. Alignment 4. Bucketing 5. Normalize 6. Analyze 7.

More information

Acquiring Data in VnmrJ 4.2A

Acquiring Data in VnmrJ 4.2A Acquiring Data in VnmrJ 4.2A Linux Primer Initial Steps Changing Password Disabling Screen Lock Reservations Reservation Terminals Rules and Proper Etiquette System Identification Working with VnmrJ 4.2A

More information

Introduction to UNIX/Linux

Introduction to UNIX/Linux Introduction to UNIX/Linux Biochemistry Boot Camp 2018 Session #3 Nick Fitzkee nfitzkee@chemistry.msstate.edu Operating system (OS) Some terms Command-line interface (CLI) Graphical user interface (GUI)

More information

Bruker AVANCE-360 User s Guide for the UWChemMRF

Bruker AVANCE-360 User s Guide for the UWChemMRF Bruker AVANCE-360 User s Guide for the UWChemMRF by CG Fry last revised: 2004.08.01 Bruker Avance360 Introduction Page 2 UWChemMRF User Guide for XwinNMR I. Introduction... 3 a) Account information...

More information

Routine 1 H and 13 C NMR Data Acquisition Basic Topspin Processing Guide For PSC and NSC Bruker 400 NMR Spectrometer

Routine 1 H and 13 C NMR Data Acquisition Basic Topspin Processing Guide For PSC and NSC Bruker 400 NMR Spectrometer Routine 1 H and 13 C NMR Data Acquisition Basic Topspin Processing Guide For PSC and NSC Bruker 400 NMR Spectrometer Dr. Zhenming Du Email: zdu@gsu.edu Phone: 3-5538 Revised 04/02/2015 LC=Left click; DC=double

More information

NMR INSTRUMENT INSTRUCTIONS: Safety and Sample Preparation

NMR INSTRUMENT INSTRUCTIONS: Safety and Sample Preparation NMR INSTRUMENT INSTRUCTIONS: Safety and Sample Preparation The GVSU chemistry department owns 2 NMR spectrometers. A JEOL Eclipse 300 MHz and a Varian Inova 400 MHz. Due to their strong, constant magnetic

More information

MLP (Multi-Link Programming) SOFTWARE

MLP (Multi-Link Programming) SOFTWARE FOR REVISIONS 1.10 AND ABOVE Doc-6001005 Rev - 3380 USER'S GUIDE TO MLP (Multi-Link Programming) SOFTWARE CHATSWORTH, CALIFORNIA Multi-Link Programming software makes programming a chain of Sentex Infinity

More information

If you have suggestions or requests please ask!

If you have suggestions or requests please ask! Tutorial Nonuniform Sampling Software nus-tool v0.3 Presenter Adam Schuyler A. Introduction 1. What is nus-tool? The nus-tool software package is a sample schedule utility that provides functions to generate

More information

Fundamentals. Fundamentals. Fundamentals. We build up instructions from three types of materials

Fundamentals. Fundamentals. Fundamentals. We build up instructions from three types of materials Fundamentals We build up instructions from three types of materials Constants Expressions Fundamentals Constants are just that, they are values that don t change as our macros are executing Fundamentals

More information

Compiling C++ Programs Flow Control in C++ CS 16: Solving Problems with Computers I Lecture #3

Compiling C++ Programs Flow Control in C++ CS 16: Solving Problems with Computers I Lecture #3 Compiling C++ Programs Flow Control in C++ CS 16: Solving Problems with Computers I Lecture #3 Ziad Matni Dept. of Computer Science, UCSB Compiling Programs in C++ Input and Output Streams Simple Flow

More information

Improved Spatial Localization in 3D MRSI with a Sequence Combining PSF-Choice, EPSI and a Resolution Enhancement Algorithm

Improved Spatial Localization in 3D MRSI with a Sequence Combining PSF-Choice, EPSI and a Resolution Enhancement Algorithm Improved Spatial Localization in 3D MRSI with a Sequence Combining PSF-Choice, EPSI and a Resolution Enhancement Algorithm L.P. Panych 1,3, B. Madore 1,3, W.S. Hoge 1,3, R.V. Mulkern 2,3 1 Brigham and

More information

KJM Proton T1 Spectra on the AVI-600 and AVII-600. Version 1.0

KJM Proton T1 Spectra on the AVI-600 and AVII-600. Version 1.0 KJM 9250 Proton T1 Spectra on the AVI-600 and AVII-600 Version 1.0 Professor Emeritus Alistair Lawrence Wilkins, University of Waikato, New Zealand. February 2018 Proton T1 Spectra on the AVI-600 and AVII-600

More information

CU 6005 DCS 6000 Medium Power Central Control Unit

CU 6005 DCS 6000 Medium Power Central Control Unit CU 6005 DCS 6000 Medium Power Central Control Unit CU 6005 Configuration The Central Control Unit (CU) powers and controls the conference units, mixes the audio, distributes simultaneous interpretation

More information

Lab #3 Automating Installation & Introduction to Make Due in Lab, September 15, 2004

Lab #3 Automating Installation & Introduction to Make Due in Lab, September 15, 2004 Lab #3 Automating Installation & Introduction to Make Due in Lab, September 15, 2004 Name: Lab Time: Grade: /10 Error Checking In this lab you will be writing a shell script to automate the installation

More information

DCIF NMR Training Guide 400 MHz Bruker DRX B401 Bruker DPX B400

DCIF NMR Training Guide 400 MHz Bruker DRX B401 Bruker DPX B400 1 DCIF NMR Training Guide 400 MHz Bruker DRX B401 Bruker DPX B400 400: The Bruker DPX 400 has a broadband probe with 1 H Channel and X-Channel tunable from (30-300 MHz). Both Channels may be tuned researchers.

More information

KJM NMR processing everywhere with Windows Remote Desktop and TopSpin 3.5 at nmr-server.uio.no. Windows Server Version 1.

KJM NMR processing everywhere with Windows Remote Desktop and TopSpin 3.5 at nmr-server.uio.no. Windows Server Version 1. KJM 5280 V NMR processing everywhere with Windows Remote Desktop and TopSpin 3.5 at nmr-server.uio.no Windows Server 2012 Version 1.4 F. Rise May 2018 1 Nmr-server.uio.no is the final destination for all

More information

Homework 2. Lecture 6: Machine Code. Instruction Formats for HW2. Two parts: How to do Homework 2!!!!

Homework 2. Lecture 6: Machine Code. Instruction Formats for HW2. Two parts: How to do Homework 2!!!! Lecture 6: Machine How to do Homework 2!!!! Homework 2 Two parts: Part 1: Use Debug to enter and run a simple machine code program convert input data into 2 s complement hex enter data at the correct address

More information

BACnet PTEC Controller Constant Volume - Cooling Only, Application Application Note Building Technologies

BACnet PTEC Controller Constant Volume - Cooling Only, Application Application Note Building Technologies BACnet PTEC Controller Constant Volume - Cooling Only, Application 6660 Application Note 140-1107 Building Technologies Table of Contents Overview... 4 BACnet... 5 Hardware Inputs... 5 Room Unit Identification...

More information

5. AM/AC Spectrometer Software

5. AM/AC Spectrometer Software BUG User s Guide Page 28 5. AM/AC Spectrometer Software by cg fry: created 12/10/94 updated 20.Aug.2002 I. ADAKOS (Aspect Disk And Keyboard Operating System) ADAKOS is the base operating system of the

More information

Mnova Training Basics

Mnova Training Basics Mnova Training Basics Version 12.0.3 Oct. 23, 2018 Chen Peng, PhD, VP of Business Development, North America & Asia Mestrelab Research SL chen.peng@mestrelab.com 858.736.4563 Main Topics Installation and

More information

Linux environment. Graphical interface X-window + window manager. Text interface terminal + shell

Linux environment. Graphical interface X-window + window manager. Text interface terminal + shell Linux environment Graphical interface X-window + window manager Text interface terminal + shell ctrl-z put running command to background (come back via command fg) Terminal basics Two basic shells - slightly

More information

Brief IconNMR and Topspin 3.5 User Guide for Bruker NMR Spectrometers Avance IIIHD 400MHz NMR with Autosampler in Chemistry room 93 DISCLAIMER

Brief IconNMR and Topspin 3.5 User Guide for Bruker NMR Spectrometers Avance IIIHD 400MHz NMR with Autosampler in Chemistry room 93 DISCLAIMER DISCLAIMER Brief IconNMR and Topspin 3.5 User Guide for Bruker NMR Spectrometers Avance IIIHD 400MHz NMR with Autosampler in Chemistry room 93 This document is intended to be a brief, bare-bones user s

More information

intellaspot XT-1 Menu Map

intellaspot XT-1 Menu Map intellaspot XT-1 Map Level 2 Level 3 Option/Setting Description/tes DMX ADDRESS Set DMX Start Channel: ### 1 474 Sets the first value of a unique 39-channel range on DMX link. Factory Default Settings:

More information

File: /home/young/mywork/5.cordic_vhdl/a.beh/print.cordic_beh Page 1 of 10

File: /home/young/mywork/5.cordic_vhdl/a.beh/print.cordic_beh Page 1 of 10 File: /home/young/mywork/5.cordic_vhdl/a.beh/print.cordic_beh Page 1 of 10.SUFFIXES :.o.vhdl.vhdl.o : ghdl -a $< cordic_tb : cordic_pkg.o cordic_beh.o cordic_tb.o ghdl -e cordic_tb anal : cordic_pkg.o

More information

Basic 1D Processing. Opening Saved Data. Start the VnmrJ software. Click File > Open.

Basic 1D Processing. Opening Saved Data. Start the VnmrJ software. Click File > Open. Basic 1D Processing Opening Saved Data Start the VnmrJ software. Click File > Open. This will open a pop-up window. Clicking Home will take you to the data directory within your account. You can create

More information

UC DAVIS NMR FACILITY BRUKER SHORT MANUAL FOR TOPSPIN 3.X

UC DAVIS NMR FACILITY BRUKER SHORT MANUAL FOR TOPSPIN 3.X TABLE OF CONTENTS UC DAVIS NMR FACILITY BRUKER SHORT MANUAL FOR TOPSPIN 3.X VERSION 3 February, 2016 Disclaimer... 2 Conventions... 2 Routine 1D NMR Experiments Procedure for acquiring 1D Proton spectrum...

More information

Rat 2D EPSI Dual Band Variable Flip Angle 13 C Dynamic Spectroscopy

Rat 2D EPSI Dual Band Variable Flip Angle 13 C Dynamic Spectroscopy Rat 2D EPSI Dual Band Variable Flip Angle 13 C Dynamic Spectroscopy In this example you will load a dynamic MRS animal data set acquired on a GE 3T scanner. This data was acquired with an EPSI sequence

More information

Instructions for 1 H-, 13 C-, 19 F-, and 31 P-Spectra on the Varian Mercury-Vx-300

Instructions for 1 H-, 13 C-, 19 F-, and 31 P-Spectra on the Varian Mercury-Vx-300 1 Instructions for 1 H-, 13 C-, 19 F-, and 31 P-Spectra on the Varian Mercury-Vx-300 Please note: Under no circumstances move the magnet or the automatic sampler table. Do not attempt to use the auto sampler

More information

SIVIC Scripting Tutorial

SIVIC Scripting Tutorial SIVIC Scripting Tutorial HMTRC Workshop - March 23-24, 2017 Department of Radiology and Biomedical Imaging, UCSF Supported by NIBIB P41EB013598 Goal: The purpose of this tutorial is to introduce you to

More information

The power of PowerShell

The power of PowerShell The power of PowerShell Created by Ryan Woodward North Central Missouri College Table of Contents H R P C U G 1. About me 2. What is PowerShell? 3. Installing/Starting PowerShell 4. PowerShell Basics Variables

More information

OPERATION MANUAL. auto range + type K Temp. optional Humidity, Light, Anemometer SOUND LEVEL METER Model : SL-4112

OPERATION MANUAL. auto range + type K Temp. optional Humidity, Light, Anemometer SOUND LEVEL METER Model : SL-4112 auto range + type K Temp. optional Humidity, Light, Anemometer SOUND LEVEL METER Model : SL-4112 Your purchase of this SOUND LEVEL METER marks a step forward for you into the field of precision measurement.

More information

Gap-Filling of Solar Wind Data by Singular Spectrum Analysis

Gap-Filling of Solar Wind Data by Singular Spectrum Analysis Gap-Filling of Solar Wind Data by Singular Spectrum Analysis Dmitri Kondrashov University of California, Los Angeles Yuri Shprits University of California, Los Angeles Motivation 1. Observational data

More information

1D NMR Training Manual for Operating the Bruker 700 MHz Avance III HD NMR. Spectrometer without the Sample Changer and IconNMR

1D NMR Training Manual for Operating the Bruker 700 MHz Avance III HD NMR. Spectrometer without the Sample Changer and IconNMR 1D NMR Training Manual for Operating the Bruker 700 MHz Avance III HD NMR Spectrometer without the Sample Changer and IconNMR Scheduling NMR Time: Any use of the 700 MHz NMR spectrometer requires prior

More information

IconNMR Operating Procedures

IconNMR Operating Procedures IconNMR Operating Procedures Revised: 7-1-2015 This guide provides basic instructions for acquiring NMR spectra using the IconNMR automation program. 1. Insert your sample(s) in the SampleXpress sample

More information

UP-2000 Universal Panel Installation & User's Guide

UP-2000 Universal Panel Installation & User's Guide Copyright 2009, Access Specialties International, LLC All Rights Reserved. UP-2000 Universal Controller Table of Contents Introduction--------------------------------------------------------------- pg

More information

NUSRAT HUSSAIN/DR.IQBAL/NH-ST-1 1H

NUSRAT HUSSAIN/DR.IQBAL/NH-ST-1 1H Electronic Supplementary Material (ESI) for RSC Advances. This journal is The Royal Society of Chemistry 2018 1.21 1.48 1.47 0.88 0.88 1.39 1.69 2.66 1.45 1.54 1.66 1.51 1.31 1.482 1.538 1.543 1.549 1.577

More information