#!/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 data/Nnoesy.ft1 -verb \ # Dimension X \ | nmrPipe -fn POLY -auto -ord 1 \ | nmrPipe -fn TP \ # Dimension Y \ #| nmrPipe -fn LP -pred 64 -ord 10 \ | nmrPipe -fn SP -off 0.5 -end 0.98 -pow 1 -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 ZTP \ # Dimension Z \ #| nmrPipe -fn LP -fb -auto \ | nmrPipe -fn SP -off 0.5 -end 0.99 -pow 1 -c 0.5 \ | nmrPipe -fn ZF -auto \ | nmrPipe -fn FT -alt \ | nmrPipe -fn PS -p0 0 -p1 0 -di -sw \ | nmrPipe -fn POLY -auto -ord 0 \ | nmrPipe -fn TP -verb \ | nmrPipe -fn POLY -auto -ord 0 \ | pipe2xyz -out data/test%03d.ft3 -y -ov xyz2pipe -in ./data/test%03d.ft3 -y -verb \ > ./NUS_Nnoesy2.ft3 # pipe2ucsf -213 NUS_Nnoesy2.ft3 NUS_Nnoesy2.ucsf