melix / astro4j

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

Add ability to perform manual line detection #350

Closed melix closed 1 month ago

melix commented 1 month ago

This commit adds the ability to enter a custom polynomial. The easiest way to get the polynomial coefficients is to use the video analyzer, then press CTRL and click multiple times until you have enough measurements. Once you click on the "compute" button, the points will be fitted to a 3rd order polynomial and reported automatically in the process parameters.

Fixes #348