#!/bin/csh # Use this script to process the first plane of the spectrum # and determine the phase corrections in the directly detected dimension # Adjust the file names, phases, apodization parameters and region limits # Save and execute the script and use nmrDraw to view the output # The script will be saved under standard name 'plane1.com' nmrPipe -in ./data/test001.fid -verb \ # DO NOT DELETE OR MODIFY THIS COMMENT: BEGIN 1D \ #| nmrPipe -fn SOL \ | nmrPipe -fn POLY -time \ | nmrPipe -fn SP -off 0.35 -end 0.98 -pow 2 -c 1.0 \ | nmrPipe -fn SP -size 512 -off 0.35 -end 1.00 -pow 2 -c 1.0 \ | nmrPipe -fn ZF -auto \ | nmrPipe -fn FT \ | nmrPipe -fn PS -p0 -119 -p1 0 -di -sw \ | nmrPipe -fn EXT -x1 11.0ppm -xn 5.7ppm -sw \ #| nmrPipe -fn EXT -x1 10.5ppm -xn 6.0ppm -sw \ | nmrPipe -fn POLY -auto -ord 0 \ # DO NOT DELETE OR MODIFY THIS COMMENT: END 1D \ | nmrPipe -fn TP \ | nmrPipe -fn SP -off 0.5 -end 0.98 -pow 2 -c 0.5 \ | nmrPipe -fn ZF -auto \ | nmrPipe -fn FT -auto \ | nmrPipe -fn PS -p0 -90 -p1 0 -di -sw \ | nmrPipe -fn POLY -auto -ord 0 \ | nmrPipe -fn TP \ | nmrPipe -fn POLY -auto -ord 0 \ > ft/test001.ft2 -verb