#!/bin/csh # nmrPipe processing script for 2D # dataset collected with diff_h2o.bv # sequence for measuring PDF self-diffusion # coefficient. Data are stored as a series of # 1Ds of decreasing intensity due to increased # gradient power level, and subsequently fitted # using dsView.tcl interface. # --- PFG strength --- # specify the correct value for maximum gradient # strength on the following line, as determined for # the probe and spectrometer combination used in # your experiment by calibration against cyclodextrin # Gmax for Bartok, calibrated 031505 by BFV set gmax = 56 nmrPipe -in test.fid \ | nmrPipe -fn POLY -time \ | nmrPipe -fn SP -off 0.5 -end 1.0 -pow 2 -c 1.0 \ | nmrPipe -fn ZF -size 2048 \ | nmrPipe -fn FT -verb -auto \ | nmrPipe -fn PS -p0 -0.5 -p1 0 -di \ | nmrPipe -fn POLY -auto -ord 1 \ #| nmrPipe -fn EXT -x1 7.2ppm -xn 7.3ppm -sw \ #| nmrPipe -fn TP \ | nmrPipe -out test.ft1 -ov -verb #pipe2txt.tcl test.ft2 > test.txt dsView.tcl -gmax $gmax