#!/bin/csh # Use this script to process the directly detected dimension of the spectrum # and to extract the region of interest for further processing # Make sure to cut out water in 13C-aliphatic spectra # Use the phase corrections from the previous step # Adjust the file names, phases, apodization parameters and region limits # Save and execute the script # The script will be saved under standard name 'proc1d.com' # Make sure not to change the output mode. I.e. DO NOT use pipe2xyz! xyz2pipe -in ./data/test%03d.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 -50 -p1 0 -di -sw \ | nmrPipe -fn EXT -x1 7ppm -xn -2.0ppm -sw \ # DO NOT DELETE OR MODIFY THIS COMMENT: END 1D \ > ft/test_nus1.dat -verb