melix / astro4j

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

Fix race condition when reconstructing images #270

Closed melix closed 3 months ago

melix commented 3 months ago

This commit fixes a race condition which could lead to incorrectly reconstructed images. A typical symptom was that from one run to the other the image was slightly different. In some rare cases where the image was having a large tilt, this could even lead to completely broken geometry correction.