Skip to content

For weighted reproject_and_coadd, don't assume weight WCS is same as input #486

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

Closed
keflavich opened this issue Jan 24, 2025 · 1 comment
Closed

Comments

@keflavich
Copy link
Contributor

Currently, the weights are treated as if they're on an identical grid to the data, but this assumption isn't enforced.

We should enforce that assumption to avoid logical errors of the variety I'm usually making - i.e., the input WCS is being applied to the weight array no matter what.

We should also make it possible to use weights that are on a different grid. This is straightforward enough, I think, but requires a good deal of checking.

@keflavich
Copy link
Contributor Author

Fixed with 5cfa233 in #474

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

No branches or pull requests

2 participants