#!/bin/csh # hncoca.pip # # nmripe script for processing 3D HNCOCA spectrum # acquired with hncocagp3d.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 072102 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 185.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 -neg -verb \ | nmrPipe -fn PS -p0 90 -p1 0 -di \ | nmrPipe -fn ZTP \ | nmrPipe -out test.ft2 -ov pipe2xeasy -f 0.001 -out hncoca < test.ft2 #pipe2ucsf test.ft2 hncoca