SP - Sinebell Apodization (nmrPipe function)
From NMR Wiki
Overview
Sine-bell apodization used in nmrPipe is defined i-th point as follows:
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
parameter | type and range of values | meaning |
-off | real number, | starting offset if sine bell in units of π |
-end | real number, | ending offset if sine bell in units of π |
-pow | real number, , but typical values are 1.0 and 2.0 | exponent of the apodization function |
-c,-start,-size,-one,-hdr,-inv | extra parameters that apply to all available window functions; -c is the most frequently used one |