When I run astrometry.net (local installation) on an image that already contains a WCS and specify --crpix-center on the command line, the resulting WCS actually has CRPIX at [0, 0].
I see the same behavior with release 0.72 and when I build from source at commit 59afe904e2c095d0b755648b7df975c274272231.
When I run astrometry.net (local installation) on an image that already contains a WCS and specify
--crpix-center
on the command line, the resulting WCS actually hasCRPIX
at[0, 0]
.I see the same behavior with release 0.72 and when I build from source at commit 59afe904e2c095d0b755648b7df975c274272231.
To reproduce:
solve-field
on it; the key option is--crpix-center
:solve-field --obj 100 --scale-low 0.5 --scale-high 0.6 --scale-units arcsecperpix --no-remove-lines --uniformize 0 --use-sextractor --no-plot --corr none --rdls none --match none --wcs none --crpix-center TIC_83210867.01-S001-R089-C001-rp.fts
solve-field
has crpix at[0, 0]
:The original FITS file had
CRPIX
at the center of the image.Note: This may be related to #79