melix / astro4j

Astronomy libraries for Java
Apache License 2.0
27 stars 4 forks source link

Make sure that requested pixel shifts are available #336

Closed melix closed 1 month ago

melix commented 1 month ago

In some cases, it's possible for the user to directly or indirectly request an image at some pixel shift which would go beyond the cropping window.

If that happens, the software will now warn the user and pick the closest available pixel shift.

Fixes #334