Description Usage Arguments Details Value Author(s) See Also Examples
This function builds a Gauss-Hermite kernel of order 4. A Gaussian
kernel is obtained by setting p[3]=0 and p[4]=0.
1 | build.kernel(p, nsig = 8)
|
p |
vector of parameters v, sigma, h3, h4 of the Gauss-Hermite series to be built. |
nsig |
One-sided extent of the Gaussian in units of standard deviation |
The parameters p[1] and p[2] are expected to be
in units of pixels, hence the physical values have to be divided by
the velocity step dv before calling build.kernel.
A data.frame with components
x |
pixel values at which the Gaussian is evaluated, centred on 0. |
y |
the values of the Gaussian kernel |
Oliver Czoske
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.