Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WCS SD Tile transformation incorrect #704

Open
christinawlindberg opened this issue Mar 15, 2021 · 0 comments
Open

WCS SD Tile transformation incorrect #704

christinawlindberg opened this issue Mar 15, 2021 · 0 comments

Comments

@christinawlindberg
Copy link
Contributor

It looks like the tile transformation from RA/DEC to x/y isn't correct when figuring out which tiles fall within the boundary region in make_ast_xy_list.py around lines 286. I noticed this since there were edge tiles in high source density bins that clearly overlapped the boundary area in RA/DEC, resulting in 4 non-empty source density map bins, but when the code actually ran, only 3 non-empty map bins were filled.

Currently, the boundary and tile overlap in make_ast_xy_list.py is checked in xy coordinates. If the same check is made with RA/DEC coordinates, then the edge tiles remain and aren't removed, resulting in 4 non-empty map bins.

sd_radec_v_xy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants