Ladislav Heller
Ladislav Heller
@rlancaste I have this version: https://www.gnu.org/software/gsl/#development I built this for Android and as output I have headers and library files as usual. BTW there is a note on the above...
Hi @rlancaste I was not able to build this project for Android. It always failed to detect GSL library. As I wrote earlier, I only built the [original](https://github.com/dstndstn/astrometry.net) astrometry.net suite....
Hi @rlancaste Not directly related to this topic, rather a general question to StellarSolver: How do you perform the parallel solving? Do you run more than one instances of _solve-field_...
Hi @rlancaste In case of an external solver (solve-field) what is the benefit of parallel threads sharing **the same** config file? I would expect parallelism to speed up the solving...
@rlancaste OK, thanks for explanation. First I will try multiple solver threads with different scales option while sharing the same config. BTW you can try my experimental Android build of...
> Hi @rlancaste > > Trying to build StellarSolver for Android platform, and the cmake somehow can't find the **gsl** library, but it founds **cftitsio**. > > Here is how...
@rlancaste OK, understand. Just one more question: In the StellarSolver library itself are any GUI-related QT5 function calls? If not, I maybe can workaround/eliminate them.
> No, the library itself is just meant to be a workhorse for programs like kstars. As far as I recall, the GUI related items are all in the Tester...
> I know I changed the data structs a few years ago, and it was a few weeks to months before all the issues worked themselves out @rlancaste Sure, nothing...
@iwarp Thank you!