| |
bool boundary=n [y/n] | if y, boundary is data, whereas zero
|
int nfw= | filter-window length (positive and odd integer)
|
int shnclip=(nfw+1)/2 | sharpener tuning parameter (1 <= shnclip <= (nfw+1)/2, the default is (nfw+1)/2)
|
int smnclip=(nfw+1)/2 | smoother tuning parameter (1 <= smnclip <= (nfw+1)/2, the default is (nfw+1)/2)
|
|