rzellem / EXOTIC

EXOplanet Transit Interpretation Code
Other
86 stars 45 forks source link

Issue 1310: Fixing plate scale format on FOV Plots #1311

Closed ivenzor closed 1 month ago

ivenzor commented 1 month ago

In the get_img_scale function in exotic.py: WCS(wcs_hdr).proj_plane_pixel_scales() returns the pixel scales in degrees per pixel, not arcseconds per pixel, we need to multiply by 3600 to get the correct arcsec/pixel value. Also, there were some minor typos, e.g. arsec instead of arcsec. This PR is fixing issue #1310.

I have tested the fix and appears to be working. FOV_before_fix FOV_with_fix