I've been running astrometry.net, version 0.44 on my local machine, and I've been trying to solve about 200 fields that all come from the same telescope/detector. So far, I've had a "success" rate (insofar as ".solved" files are produced) of only 64%. I've noticed that when I pass certain flags to solve-field, it doesn't seem to notice them. This is my current command:
'solve-field --no-verify --scale-units degwidth --scale-low 0.15 --scale-high 0.16 --no-plots --cpulimit 60 '
First, some fields will solve quickly while others will hang up, and when they do hang up, I've noticed that the solver will try a lot of index files that correspond to fields outside of the scales that I have set (my field is about 9.3' x 9.3'). For example, it will check indices 4202-* 4203-*, and 4205-*. My understanding is that it should be checking indices between 0.1-1 x the width of the field, so why would it check 4205-*? Doesn't that correspond to 11'-16'?
Second, it seems to completely ignore the cpulimit I've set for it. It just goes and goes with no indication of when it will give up. In fact, it seems to ignore the default 600 second limit, as I've left it to solve images overnight and come back the next day to find it still working on an image!
I'm calling
astrometry.net using a Python script, as an os.system call, if that helps.
Thanks,
Nate