Hi everyone
kubuntu 22.04.2
Whilst autotools finds curl but not glib-networking:
checking for glib-networking (GIO HTTPS implementation)… no
configure: glib-networking not found
checking for gawk… (cached) gawk
checking for curl-config… /usr/bin/curl-config
checking for the version of libcurl… 7.81.0
checking for libcurl >= version 7.10.0… yes
checking whether libcurl is usable… yes
checking for curl_free… yes
configure: networking solution found with either glib-networking or curl
meson finds glib-networking but not curl:
Optional dependencies
json glib : True
exiv2 : True
libraw : True
TIFF : True
XISF : True
JPEG : True
PNG : True
HEIF : True
FFMS2 : True
ffmpeg : True
libcurl : False
glib-networking : True
wcslib : True
criterion : False
The autotools build works with online plate solving, the meson build doesn’t:
meson:
log: Plate solving image from an online catalogue for a field of view of 2.48 degrees, using a limit magnitude of 12.32
log: Catalog Gaia DR3 size: 0 objects
log: Plate Solving failed. The image could not be aligned with the reference stars.
log: Server unreachable or unresponsive. (The specified location is not supported)
log: Plate solving image from an online catalogue for a field of view of 2.48 degrees, using a limit magnitude of 12.32
log: Catalog TYCHO-2 size: 0 objects
log: Plate Solving failed. The image could not be aligned with the reference stars.
autotools:
log: Reading FITS: file r_pp_cyg-1_Light_stacked.fits, 3 layer(s), 6224x4168 pixels, 32 bits
log: Plate solving image from an online catalogue for a field of view of 2.48 degrees, using a limit magnitude of 12.32
log: Catalog TYCHO-2 size: 688 objects
log: Findstar: processing for channel 1…
log: Using 688 detected stars from image.
using min_scale 0.698424, max_scale 1.047636
using trans_order 1
using trans_order 1.
Initial trans structure:
sig=1.2340e+01 Nr=36 Nm=0 sx=0.0000e+00 sy=0.0000e+00
TRANS based on matches only :
sig=7.5274e+00 Nr=301 Nm=311 sx=2.1939e+00 sy=2.0747e+00
After tuning with recalc, num matches is 290
sig=7.5274e+00 Nr=301 Nm=290 sx=2.1939e+00 sy=2.0747e+00
TRANS based on recalculated matches is
sig=6.6059e+00 Nr=290 Nm=290 sx=1.6800e+00 sy=1.6925e+00
Transformation Matrix:
-0.96991 +0.69847 +1517.99779
+0.69800 +0.97040 -4159.92953
+0.00000 +0.00000 +1.00000
log: Up is -35.73 deg ClockWise wrt. N (flipped)
log: Resolution: 1.195 arcsec/px
log: Focal length: 648.84 mm
log: Pixel size: 3.76 µm
log: Field of view: 02d 03m 59.50s x 01d 23m 1.98s
log: Saved focal length 648.84 and pixel size 3.76 as default values
log: Image center: alpha: 20h15m27s, delta: +41°33’39"
log: Flipping image and updating astrometry data.
Any idea what I’m missing for the meson build?
TIA,
Steve