augment_xylist Failed

38 views
Skip to first unread message

Rafael Morales

unread,
Nov 11, 2021, 6:58:58 AM11/11/21
to astrometry
Hi Dustin,

I'm using this solve-field version:   Revision 0.86-36-g830d6705, date Wed_Oct_6_10:28:43_2021_-0400.

Using my own-cooking GAIA EDR 3 indexes.

Solving a list a images locally, sometimes this error appears:

solve-field.c:1279:main augment-xylist failed
 augment-xylist.c:715:augment_xylist Failed to find size of FITS image "26": got NAXIS1 = -1, NAXIS2 = -1

The image is solved in any case.
Is it just a warning that can be ommited?

Thanks in advance.
Rafa.

Dustin Lang

unread,
Nov 17, 2021, 11:37:40 AM11/17/21
to Rafael Morales, astrometry
Hi,

Sorry for the slow reply, this got put in Spam by my gmail...

This looks sort of like you have an extra "26" in your command-line arguments and it's trying to read it as a file?  Could you please send the full command-line arg you're running?

That's not a warning I've ever seen before.

cheers,
--dustin



--
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/1c0f210e-e376-47f4-ab29-14b43582be40n%40googlegroups.com.

Rafael Morales

unread,
Nov 19, 2021, 4:16:20 AM11/19/21
to astrometry
Hi Dustin,
 
  Probably you are right and is a problem in the calling parameters.
  I call "solve-field" using parallel (https://www.gnu.org/software/parallel/) to solve massively images in local using a script.
  I've modified that script and I did not see the weird message again, but if it appears again I will take note of the parameters.

Best regards,

Rafa.

Rafael Morales

unread,
Nov 22, 2021, 5:16:16 AM11/22/21
to astrometry
Hi Dustin,

  Here you can find a reproducible test that shows the error message regarding unknown image "20".
  If CPU time is increased, the image is solved, and not error is shown.

#-------------------------------
#image
https://cloud.iaa.csic.es/public.php?service=files&t=27ad7aae7c96ccf67f40185c7c66e60d
#-------------------------------

#-------------------------------
#solve-field call
IN=/home/rafa/Downloads/deleteme3/Quaoar-016Cle.fit
OUT=/home/rafa/Downloads/deleteme4/Quaoar-016Cle.fits

solve-field $IN --fits-image --new-fits $OUT --fits-image --timestamp --no-plots --no-verify --crpix-center --downsample 2 --overwrite --tweak-order 4 --cpulimit 30 --objs 1000 --ra 17 20 38 --dec -15 20 36 --radius 1 --scale-units arcminwidth --scale-low 1 --scale-high 20
#-------------------------------

#-------------------------------
#solve-field result
Total CPU time limit reached!
Field 1 did not solve (index index-4202-16.fits, field objects 121-130).
[ 18411: 120.992] Field: /home/rafa/Downloads/deleteme3/Quaoar-016Cle.fit
[ 18411: 120.992] Did not solve (or no WCS file was written).
[ 18411: 120.992]
[ 18411: 120.992] Reading input file 2 of 5: "20"...
solve-field.c:1284:main augment-xylist failed
 augment-xylist.c:715:augment_xylist Failed to find size of FITS image "20": got NAXIS1 = -1, NAXIS2 = -1

 qfits:errfunc error: Failed to read FITS file "20"
#-------------------------------

Dustin Lang

unread,
Nov 22, 2021, 7:39:54 AM11/22/21
to Rafael Morales, astrometry
The --ra and --dec arguments MUST have colons between the HH:MM:SS / DD:MM:SS.

Because solve-field is expecting only *one* argument (one "word") following --ra, it's doing:

"--ra 17 20 38 --dec -15 20 36"

--> ra = 17
--> dec = -15
additional arguments must be names of image files to load: "20", "38", "20", ond "36".

cheers,
--dustin




--
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.

Rafael Morales

unread,
Nov 22, 2021, 7:50:03 AM11/22/21
to astrometry
Ok, my fault. Thank you Dustin
Reply all
Reply to author
Forward
0 new messages