How to give the constrain to the Astrometry.net web service

22 views
Skip to first unread message

‍Ryoungwook Kang

unread,
Jun 2, 2022, 9:31:17 AM6/2/22
to astrometry
I use the Astrometry.net web service by python code (client.py.) Is there in any way to give the constrain like field of view, pixel size or magnitude?

Best regards,
Kang Ryoungwook

Dustin Lang

unread,
Jun 2, 2022, 11:09:45 AM6/2/22
to ‍Ryoungwook Kang, astrometry
Hi,

If you run
    python3 client.py -h
you will get the help message.

To give the image size, you want to use "--scale-units", "--scale-lower", and "--scale-upper".

For example, to say that your pixel scale is between 1.0 and 1.2 arcseconds per pixel,

--scale-units arcsecperpix --scale-lower 1.0 --scale-upper 1.2

cheers,
dustin


  --scale-units=SCALE_UNITS
                        Units for scale estimate ("arcsecperpix",
                        "arcminwidth", "degwidth", or "focalmm")
  --scale-lower=SCALE_LOWER
                        Scale lower-bound
  --scale-upper=SCALE_UPPER
                        Scale upper-bound


--
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/f7d336a8-3d38-40fe-b72d-847b90c23f1fn%40googlegroups.com.
Reply all
Reply to author
Forward
0 new messages