#!/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 SP -off 0.35 -end 0.98 -pow 2 -c 1.0 \ | nmrPipe -fn ZF -auto \ | nmrPipe -fn FT \ | nmrPipe -fn PS -p0 -32 -p1 0 -di -sw \ | nmrPipe -fn EXT -x1 -1ppm -xn 6.0ppm -sw \ # 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 \ > ft/test001.ft2 -verb