| | | \n\n \n \n \n bool boundary=n [y/n] | \tif y, boundary is data, whereas zero \n | \n \n\n \n \n \n int nfw1= | \tfilter-window length in n1 direction (positive and odd integer) \n | \n \n\n \n \n \n int nfw2=nfw1 | \tfilter-window length in n2 direction (default=nfw1) \n | \n \n\n \n \n \n int shnclip=(nfw1*nfw2+1)/2 | \tsharpener tuning parameter (1 <= shnclip <= (nfw1*nfw2+1)/2, the default is (nfw1*nfw2+1)/2) \n | \n \n\n \n \n \n int smnclip=(nfw1*nfw2+1)/2 | \tsmoother tuning parameter (1 <= smnclip <= (nfw1*nfw2+1)/2, the default is (nfw1*nfw2+1)/2) \n | \n \n\n \n \n \n string type= | \t[rectangular,cross] 2-D window type, the default is rectangular \n | \n \n\n \n \n \n bool verb=n [y/n] | \tverbosity flag \n | \n \n |