HNHA (ghnha.c)

From NMR Wiki

(Difference between revisions)
Jump to: navigation, search
(Parameters)
Line 14: Line 14:
|-
|-
|name||units||meaning
|name||units||meaning
 +
|-
 +
|colspan=3||HA dimension
|-
|-
|sw1||Hz||spectral width in HA dimension
|sw1||Hz||spectral width in HA dimension
-
|-
 
-
|sw2||Hz||spectral width in {{15N}} dimension
 
|-
|-
|ni||int||number of inctrements in HA dimension
|ni||int||number of inctrements in HA dimension
|-
|-
-
|ni2||int||number of increments in {{15N} dimension
+
|colspan=3||{{15N}} dimension
 +
|-
 +
|sw2||Hz||spectral width in {{15N}} dimension
 +
|-
 +
|ni2||int||number of increments in {{15N}} dimension
|}
|}
 +
==nmrPipe processing==
==nmrPipe processing==
===xy.com===
===xy.com===

Revision as of 23:58, 21 March 2009


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
colspan=3HA dimension
sw1Hzspectral width in HA dimension
niintnumber of inctrements in HA dimension
colspan=315N 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