#!/bin/csh # hnco.pip # # nmrpipe script for processing 3D HNCO spectrum # acquired with hncogp3d.bv pulse program # # nmrpipe format file test.ft2 is generated, select # additional processed data formats by commenting in # conversion lines at bottom of script. # # version 072002 BFV bvolkman@mcw.edu xyz2pipe -in ./fid/test%03d.fid -x \ | nmrPipe -fn POLY -time \ | nmrPipe -fn SP -off 0.5 -end 1 -c 0.5 \ | nmrPipe -fn ZF -size 1024 \ | nmrPipe -fn FT -verb \ | nmrPipe -fn PS -p0 180.0 -p1 0 \ | nmrPipe -fn EXT -left -di -sw \ | nmrPipe -fn ZTP \ | nmrPipe -fn SP -off 0.45 -end 1.0 -c 0.5 \ | nmrPipe -fn ZF -size 128 \ | nmrPipe -fn FT -verb -auto -di \ | nmrPipe -fn YTP \ | nmrPipe -fn LP -ps0-0 -ord 10 \ | nmrPipe -fn SP -off 0.5 -pow 2 -end 1.0 -c 0.5 \ | nmrPipe -fn ZF -size 128 \ | nmrPipe -fn FT -verb -di \ | nmrPipe -fn ZTP \ | nmrPipe -out test.ft2 -ov pipe2xeasy -f 0.001 -out hnco < test.ft2 #pipe2ucsf test.ft2 hnco