#!/bin/csh # # hnca.pip # # nmrPipe script for processing 3D HNCA spectrum # acquired with the hncagp3d.cga1 pulse sequence. # Get 1H phasing from 2nd FID of first plane. # Generates nmrpipe format file test.ft2; additional # processed data formats can be selected by uncommenting # conversion lines at end 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 31.8 -p1 0 \ | nmrPipe -fn EXT -left -di -sw \ | nmrPipe -fn ZTP \ | nmrPipe -fn SP -off 0.5 -end 1.0 -c 0.5 \ | nmrPipe -fn ZF -size 128 \ | nmrPipe -fn FT -auto -verb -di \ | nmrPipe -fn YTP \ | nmrPipe -fn LP -ps0-0 -auto \ | nmrPipe -fn SP -off 0.5 -pow 2 -end 1.0 -c 0.5 \ | nmrPipe -fn ZF -size 128 \ | nmrPipe -fn FT -verb \ | nmrPipe -fn PS -p0 -90 -p1 0 -di \ | nmrPipe -fn ZTP \ | nmrPipe -out test.ft2 -ov -verb pipe2xeasy -f 0.001 -out hnca < test.ft2 #pipe2ucsf test.ft2 hnca.ucsf