#!/bin/bash # This processing script was created using the auto_proc script. # 3D States-Mode HN-Detected Processing. xyz2pipe -in //misc/scr_dragon/dasnyder/PfR48_Scratch3//data/HCCcoNHTOCSY%03d.fid -x -verb \ | nmrPipe -fn SOL \ | nmrPipe -fn SP -off 0.45 -end 0.98 -pow 2 -c 0.5 \ | nmrPipe -fn ZF -size 1024 \ | nmrPipe -fn FT \ | nmrPipe -fn PS -p0 16.1 -p1 36 -di \ | nmrPipe -fn EXT -sw -left \ | nmrPipe -fn TP \ | nmrPipe -fn SP -off 0.45 -end 0.98 -pow 2 -c 0.5 \ | nmrPipe -fn ZF -size 512 \ | nmrPipe -fn FT \ | nmrPipe -fn PS -p0 -13.9 -p1 50 -di \ | pipe2xyz -out //misc/scr_dragon/dasnyder/PfR48_Scratch3//ft/HCCcoNHTOCSY%03d.ft2 -y -ov -verb xyz2pipe -in //misc/scr_dragon/dasnyder/PfR48_Scratch3//ft/HCCcoNHTOCSY%03d.ft2 -z -verb \ | nmrPipe -fn SP -off 0.45 -end 0.98 -pow 2 -c 0.5 \ | nmrPipe -fn ZF -size 256 \ | nmrPipe -fn FT \ | nmrPipe -fn PS -p0 0 -p1 0 -di \ | pipe2xyz -out //misc/scr_dragon/dasnyder/PfR48_Scratch3//ft/HCCcoNHTOCSY%03d.ft3 -z -ov -verb xyz2pipe -in //misc/scr_dragon/dasnyder/PfR48_Scratch3//ft/HCCcoNHTOCSY%03d.ft3 > //misc/scr_dragon/dasnyder/PfR48_Scratch3//HCCcoNHTOCSY.pipe