Dear All,
I should first admit that I am very new to use astrometry.net and willing to integrate to my pipeline for blind astrometry of fields.
I am using MAC OS (Ventura) with a pip installed astrometry package which enables me to use solve-field, sky2xy, xy2sky etc successfully. I am aiming to extend my applications by using GAIA EDR2(or 3) catalog for solving the fields. Or, adding a switch between use of Tyco-2MASS and GAIA databases (index files).
After searching on GitHub I got this package which helps in building Index files using GAIA database https://github.com/LCOGT/gaia-astrometry-net. I tried building this package in my system after cloning this package but it fails saying can not found astrometry.utill package.
Is there any other way to just install this package along-with already working astrometry package? Then make the above mentioned index files.
Alternatively, I tried building the astrometry.net from scratch (latest version on MacOS or after cloning from https://github.com/dstndstn/astrometry.net). It fails miserably: I get the following error(s).
Please help me getting this issue solved and a smooth run of this fantastic package with my photometry pipeline.
Thanks in advance
Regards,
Sunil Chandra
make[1]: Nothing to be done for `all'.
/Applications/Xcode.app/Contents/Developer/usr/bin/make -C solver
gcc -o image2xy -g -Wall -ffinite-math-only -fno-signaling-nans -pthread -march=native -O3 -fomit-frame-pointer -DNDEBUG -fpic -fPIC -Winline image2xy-main.o image2xy-files.o libastrometry.a ../catalogs/libcatalogs.a ../util/libanfiles.a ../libkd/libkd.a ../util/libanutils.a ../qfits-an/libqfits.a ../util/libanbase.a ../gsl-an/libgsl-an.a -lm -lm
Undefined symbols for architecture x86_64:
"_ffclos", referenced from:
_image2xy_files in image2xy-files.o
"_ffcrim", referenced from:
_image2xy_files in image2xy-files.o
"_ffcrtb", referenced from:
_image2xy_files in image2xy-files.o
"_ffgerr", referenced from:
_cfitserr in image2xy-files.o
"_ffghdt", referenced from:
_image2xy_files in image2xy-files.o
"_ffgidm", referenced from:
_image2xy_files in image2xy-files.o
"_ffgidt", referenced from:
_image2xy_files in image2xy-files.o
"_ffgisz", referenced from:
_image2xy_files in image2xy-files.o
"_ffgmsg", referenced from:
_cfitserr in image2xy-files.o
"_ffgpxv", referenced from:
_image2xy_files in image2xy-files.o
"_ffinit", referenced from:
_image2xy_files in image2xy-files.o
"_ffmahd", referenced from:
_image2xy_files in image2xy-files.o
"_ffmcom", referenced from:
_image2xy_files in image2xy-files.o
"_ffopentest", referenced from:
_image2xy_files in image2xy-files.o
"_ffpcl", referenced from:
_image2xy_files in image2xy-files.o
"_ffpcom", referenced from:
_image2xy_files in image2xy-files.o
"_ffphis", referenced from:
_image2xy_files in image2xy-files.o
"_ffpky", referenced from:
_image2xy_files in image2xy-files.o
"_ffthdu", referenced from:
_image2xy_files in image2xy-files.o
ld: symbol(s) not found for architecture x86_64
collect2: error: ld returned 1 exit status
make[1]: *** [image2xy] Error 1
.....
.....
LATER I ALSO GET ERRORS AS FOLLOWING
......
......
In file included from fvrf_misc.c:15:
fverify.h:14:10: fatal error: fitsio.h: No such file or directory
14 | #include "fitsio.h"
| ^~~~~~~~~~
compilation terminated.
make[1]: *** [fitsverify] Error 1
--
You received this message because you are subscribed to the Google Groups "astrometry" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astrometry+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/astrometry/6bbca1d4-1698-4501-93cf-5267130dac4cn%40googlegroups.com.