melix / astro4j

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

Fix missing images when a shift is dynamic #329

Closed melix closed 1 month ago

melix commented 1 month ago

In some expressions like find_shift(...)+1, we can't precompute the pixel shift value. In this case, we introduce a fallback which will reconstruct the image on demand.