Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Lanczos interpolation for affine warp
The Bicubic interpolation algorithm is not great for astronomy image subtraction; Lanczos is better. However, scikit does not support this, so I used the OpenCV implementation.
- Loading branch information