Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve type consistency of kernel code
`gaussian_psf_asymmetric_integral_halfpix` previously used hard-coded `Float64` constants which would promote lower-precision arguments if provided. This update slightly improves readability and will use lower precision constants if lower precision arguments are provided.
- Loading branch information