pylops.utils.tapers.tapernd¶
- pylops.utils.tapers.tapernd(nmask, ntap, tapertype='hanning')[source]¶
ND taper
Create nd mask of size \([n_\text{mask}[0] \times n_\text{mask}[1] \times ... \times n_\text{mask}[N-1]]\) with tapering of size
ntapalong all dimensions- Parameters:
- Returns:
- taper
numpy.ndarray Nd mask with tapering along first dimension of size \([n_\text{mask,0} \times n_\text{mask,1} \times ... \times n_\text{mask,N-1}]\)
- taper