#!/bin/csh # In this step the user has to use nmrPipe to Fourier Transform the indirect dimensions # Use this template to change the required file names # and any other parameters to your liking. # This script will be saved under standard file name 'proc_indirect.com' # At this point you may also create your own script, as this is the final step. nmrPipe -in ft/Cnoesy.ft1 -verb \ # Dimension X \ #| nmrPipe -fn POLY -auto \ | nmrPipe -fn TP \ # Dimension Y \ #| nmrPipe -fn LP -fb -auto \ | 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 0 -p1 0 -di -sw \ #| nmrPipe -fn POLY -auto \ | nmrPipe -fn ZTP \ # Dimension Z \ #| nmrPipe -fn LP -fb -auto \ | nmrPipe -fn SP -off 0.5 -end 0.99 -pow 2 -c 0.5 \ | nmrPipe -fn ZF -auto \ | nmrPipe -fn FT -auto \ | nmrPipe -fn PS -p0 0 -p1 0 -di -sw \ #| nmrPipe -fn POLY -auto \ > ft/Cnoesy.ft3 -verb