Computing angular scale

43 views
Skip to first unread message

Robert Siska

unread,
Jan 13, 2014, 5:06:04 AM1/13/14
to astro...@googlegroups.com
Hello,

I have a problem - I need to know the max. angular scale spanned by the image. (the larger value from 'Size' field of Calibration)
The nova API only sends radius and pixscale. Is there a way to compute the value from these?

I found that it's approximately 1.6 times the radius, but I'd rather know what's exactly going on in here :)

Thanks!

Dustin Lang

unread,
Jan 13, 2014, 11:22:53 AM1/13/14
to astro...@googlegroups.com
Hi,

pixscale is in arcseconds per pixel.

The radius computed by the API is simply the hypot(W,H)/2 of the image size in pixels, times the pixscale.

Assuming you know the maximum of the width and height of the image, you can just do pixscale * max(W,H)

cheers,
--dustin

Robert Siska

unread,
Jan 13, 2014, 11:38:55 AM1/13/14
to
Thanks! Quite obvious after you point it out :D

Regards,
Robert
Reply all
Reply to author
Forward
0 new messages