HNHA (ghnha.c)

From NMR Wiki

Jump to: navigation, search


This page is a part of the user-editable NMR Wiki pulse sequence database.

Disclaimer: You are solely responsible for correct use of these materials on your instrument.

Ps.DB

search database
help.edit.pulsesequence.record

see edit instructions
help.adding.pulse.sequence

see deposition instructions
report.suggestions

report suggestions

Basic facts about ghnha.c

Synopsis: 3D HNHA experiment

Family: HNHA

Code authors:

 ?

Information

x

' not found in the Varian 'registry page

Copyright: Varian, Inc.

Parameters

nameunitsmeaning
HA dimension
sw1Hzspectral width in HA dimension
niintnumber of inctrements in HA dimension
15N dimension
sw2Hzspectral width in 15N dimension
ni2intnumber of increments in 15N dimension

nmrPipe processing

xy.com

Process x & y dimensions

#!/bin/csh
 
xyz2pipe -in data/test%03d.fid -x -verb \
| nmrPipe  -fn SP -off 0.6 -end 0.98 -pow 2 -c 1.0  \
| nmrPipe  -fn ZF -auto                             \
| nmrPipe  -fn FT                                   \
| nmrPipe  -fn PS -p0 -43.0  -p1 0.0 -di               \
| nmrPipe  -fn POLY -auto \
| nmrPipe  -fn TP                                   \
| nmrPipe  -fn SP -off 0.55 -end 0.98 -pow 2 -c 0.5  \
| nmrPipe  -fn ZF -auto                             \
| nmrPipe  -fn FT                                   \
| nmrPipe  -fn PS -p0 83.0 -p1 191 -di              \
| pipe2xyz -out ft/test%03d.ft2 -y

z.com

Process z dimension

#!/bin/csh
 
xyz2pipe -in ft/test%03d.ft2 -z -verb               \
| nmrPipe  -fn SP -off 0.6 -end 0.98 -pow 2 -c 0.5  \
| nmrPipe  -fn ZF -auto                             \
| nmrPipe  -fn FT                                   \
| nmrPipe  -fn PS -p0 0.0 -p1 0.0 -di               \
| pipe2xyz -out ft/test%03d.ft3 -z
Personal tools