Lanczos#
- class scarlet2.interpolation.Lanczos(n)[source]#
Bases:
InterpolantLanczos interpolation class
Lanczos interpolant
- Parameters:
n (
int) – Lanczos order
- __call__()#
Code to execute when the class is called
- extent: int#
Size of the interpolation kernel
- uval(u)#
Evaluate the kernel in Fourier space at frequency u
- Parameters:
u (
complexorarray) – Position in Fourier space- Return type:
complexorarray