How can I calculate the following 2D Fourier integral: $$ \iint \frac{{\rm e}^{{\rm i}(ax+by)}}{x^2-y^2+q} {\rm d}x\,{\rm d}y, $$ where $q$ is a complex number?
If there was a "+" sign in the denominator: $(x^2+y^2+q)^{-1}$, I'd use polar coordinates to get to the Hankel transform of a simple function $(r^2+q)^{-1}$, that can be calculated in terms of modified Bessel function. But I've no idea how to deal with the $(x^2-y^2+q)^{-1}$ function.
Update:
I am also interested in calculating even more general integral $$ \iint \frac{{\rm e}^{{\rm i}(ax+by)}}{x^2-y^2 + sy+q} {\rm d}x\,{\rm d}y, $$ where both $s$ and $q$ are complex numbers (for example $s=-2{\rm i}$, $q=4-{\rm i}$).
I have reasons to believe that this integral can be calculated in a closed form using Bessel $J_0$ function.
Let us consider a function
$$ f(x,y) = \frac{1}{x^2+ay^2+q}. $$
If $a$ and $b$ is a positive real values then the Fourier transform is $$ \hat{f}(k_x,k_y) = \frac{2 \pi}{\sqrt{a}} K_0\left(\sqrt{q (k_x^2+k_y^2/a)}\right). $$
It can be easily derived as in your link. Now you can try to analytically continue the function to other values of $a$ and $q$. I.e. just substitute desired values of $a$ and $q$ to the formula above (and maybe choose the right branch of square roots). I numerically verify it and it works! See my post on mathematica SE for details.