Trapezoid Apodization
Functional form of apodization:
| Range | Description |
|---|---|
| 0:t1 | Linear increases from 0.0 to 1.0 |
| t1:size - t2 | Flat with value of 1.0 |
| -t2: | Linear descrease from 1.0 to 0.0 |
| Parameters : | data : ndarray
t1 : int
t2 : int
inv : bool, optional
|
|---|---|
| Returns : | ndata : ndarray
|