#!/bin/csh # # This hncagp3d processing script was created using AGNuS 1.0. # # Processing of a XZ Plane from 3D States HN-Detected data. # Extraction and Processing of an X-Axis/Z-Axis 2D Plane from 3D: # Extract the first XZ Plane. # Process the plane with a 2D scheme. $NMRTXT/ext.xz.com ./pipe_conversion/HNCA%03d.fid ./HNCA_xz001.fid 2 nmrPipe -in ./HNCA_xz001.fid \ | nmrPipe -fn SOL \ | nmrPipe -fn SP -off 0.45 -end 0.98 -pow 2 -c 0.5 \ | nmrPipe -fn ZF -auto \ | nmrPipe -fn FT \ | nmrPipe -fn PS -p0 113 -p1 0 -di \ | nmrPipe -fn TP \ | nmrPipe -fn SP -off 0.45 -end 0.98 -pow 2 -c 0.5 \ | nmrPipe -fn ZF -auto \ | nmrPipe -fn FT -alt \ | nmrPipe -fn PS -p0 0 -p1 0 -di \ -verb -ov -out ./HNCA_xz.pipe rm ./HNCA_xz001.fid