#!/bin/csh # NMRPipe script for processing 3D HNCACO spectrum acquired with # pulse program hncacogp3d.bv # # Select choice of optional output formats (xeasy or Sparky) # by commenting in/out appropriate lines at the end of the script. 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 181.0 -p1 0 \ | nmrPipe -fn EXT -left -di -sw \ | nmrPipe -fn POLY -ord 1 \ | nmrPipe -fn ZTP \ | nmrPipe -fn SP -off 0.5 -end 1.0 -c 0.5 \ | nmrPipe -fn ZF -size 128 \ | nmrPipe -fn FT -auto \ | nmrPipe -fn PS -p0 0 -p1 0 -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 -auto -verb \ | nmrPipe -fn REV -di -sw \ | nmrPipe -fn ZTP \ | nmrPipe -out test.ft2 -ov -verb pipe2xeasy -f 0.001 -out hncaco < test.ft2 #pipe2ucsf test.ft2 hncaco.ucsf