dstndstn / astrometry.net

Astrometry.net -- automatic recognition of astronomical images
http://astrometry.net
Other
683 stars 189 forks source link

--dont-augment doesn't quit but tries to solve anyway (and fails) #27

Open letmaik opened 9 years ago

letmaik commented 9 years ago

I want to use --dont-augment together with --keep-xylist path.axy to just get the result of star extraction. The solve-field help says -A / --dont-augment: quit after writing the unaugmented xylist but this seems to be not working. It tries to invoke astrometry-engine with the unaugmented .axy file and then obviously fails.

dstndstn commented 9 years ago

For now, maybe also add --just-augment. Bug fix in the works...

Fixed in 2be9885 ?

dstndstn commented 9 years ago

Hah, how about a version that actually builds? 1473b3b

letmaik commented 9 years ago

I won't test it now as it basically works for me when I ignore the error message.. But it's probably a good idea if you write tests that check the parameters. In this case, it would be to check if exit code is 0 and the .axy file exists and is unaugmented.