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