pylops.utils.tapers.taper3d¶
-
pylops.utils.tapers.taper3d(nt, nmask, ntap, tapertype='hanning')[source]¶ 3D taper
Create 2d mask of size \([n_\text{mask}[0] \times n_\text{mask}[1] \times n_t]\) with tapering of size
ntapalong the first and second dimensionParameters: Returns: - taper :
numpy.ndarray 2d mask with tapering along first dimension of size \([n_\text{mask,0} \times n_\text{mask,1} \times n_t]\)
- taper :