melix / astro4j

Astronomy libraries for Java
Apache License 2.0
28 stars 5 forks source link

Fix misleading image filename #395

Closed melix closed 3 months ago

melix commented 3 months ago

Ideally the naming strategy should be reworked to not depend on the pixel shift directly, but this is significantly more work and this may introduce other bugs, so this commit is simply a hotfix.

Fixes #393