I seem to be having some problems running solve-field. Â I have some troubleshooting to do on some of them, but one of the issues is that
solve-field falls over trying to create the annotation plot for a successful solve. Â Error messages from the
apod3.jpg demo file are below:
Â
Creating index object overlay plot...
Creating annotation plot...
sip_qfits.c:313:read_polynomial: SIP: warning: key "A_0_0" not found; setting to zero.
sip_qfits.c:313:read_polynomial: SIP: warning: key "A_0_1" not found; setting to zero.
sip_qfits.c:313:read_polynomial: SIP: warning: key "A_1_0" not found; setting to zero.
sip_qfits.c:313:read_polynomial: SIP: warning: key "B_0_0" not found; setting to zero.
I'm running astrometry on a Mac with OS X 10.9, installed using HomeBrew. Â I ran into a couple of issues with the installation of netpbm where it was insistent on using gcc-4.2 and not being able to install dependencies. The only way I found around that was to use the --devel option to install the developer version of netpbm. Â (Seems to be a known issue with netpbm.) Â I'm not sure if that may be contributing to the this issue? Â (Also had an issue where the formula for astrometry was looking for an old version (4.19) of wcslib and couldn't find it on the server... Â I manually downloaded the old version of wcslib and put it in the brew cache as a workaround for that.)
Any thoughts on what I might do to fix this?
Thanks in advance,
Corey