SP - Sinebell Apodization (nmrPipe function)

From NMR Wiki

(Difference between revisions)
Jump to: navigation, search
(Parameters)
(Parameters)
Line 17: Line 17:
|'''-pow'''||real number, <math>\in (-\infty,\infty)</math>, but '''typical values are 1.0 and 2.0'''||exponent of the apodization function
|'''-pow'''||real number, <math>\in (-\infty,\infty)</math>, but '''typical values are 1.0 and 2.0'''||exponent of the apodization function
|-
|-
-
|'''-c''','''-start''','''-size''','''-one''','''-hdr''','''-inv'''||colspan=2|extra parameters that apply to all available window functions
+
|'''-c''','''-start''','''-size''','''-one''','''-hdr''','''-inv'''||colspan=2|extra parameters that apply to all available window functions; '''-c''' is the most frequently used one
|}
|}
[[Category:NMRPipe manuals]]
[[Category:NMRPipe manuals]]

Revision as of 05:02, 22 April 2008

Overview

Sine-bell apodization used in nmrPipe is defined i-th point as follows:

f(i) = \sin\left( \frac{\pi \cdot off + \pi \cdot (off-end) \cdot i}{tSize-1} \right)^{pow}

where value of off corresponds to value of -off parameter, end - to -end parameter, pow - to -pow parameter. tSize is automatically read from the data file (it's header). Meanings of parameters are described below.

Parameters

parametertype and range of valuesmeaning
-offreal number, \in [0,1]starting offset if sine bell in units of π
-endreal number, \in (-off,1]ending offset if sine bell in units of π
-powreal number, \in (-\infty,\infty), but typical values are 1.0 and 2.0exponent of the apodization function
-c,-start,-size,-one,-hdr,-invextra parameters that apply to all available window functions; -c is the most frequently used one
Personal tools