#!/bin/csh # # nmrPipe script for processing 2D 13C-1H constant-time HSQC # acquired with cthsqcse.bv pulse sequence # # generates nmrPipe format outpute (test.ft2), as well as # sparky (cths.ucsf) and xeasy (test.3D.16) formats. nmrPipe -in test.fid \ | nmrPipe -fn POLY -time -nw 30 \ | nmrPipe -fn SP -off 0.5 -end 1.0 -pow 2 -c 1.0 \ | nmrPipe -fn ZF -size 2048 \ | nmrPipe -fn FT -verb \ | nmrPipe -fn PS -p0 -2.4 -p1 0.0 -di \ | nmrPipe -fn POLY -ord 2 \ | nmrPipe -fn TP \ #| nmrPipe -fn LP -ps0-0 -ord 30 -pred 150 \ | nmrPipe -fn SP -off 0.5 -end 1.0 -pow 2 -c 0.5 \ | nmrPipe -fn ZF -size 1024 \ | nmrPipe -fn FT -verb -di \ | nmrPipe -fn TP \ | nmrPipe -out test.ft2 -ov -verb pipe2xeasy -f 0.001 -out cths < test.ft2 #pipe2ucsf test.ft2 cths.ucsf