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

Fix GriddedPSFModel plot_grid #1661

Merged
merged 3 commits into from
Nov 17, 2023
Merged

Conversation

larrybradley
Copy link
Member

This PR fixed a bug in GriddedPSFModel plot_grid where the grid could be plotted incorrectly if the input xygrid was not sorted in y then x order. The GriddedPSFModel now stores the ePSF grid such that it is first sorted by y then by x. As a result, the order of the data and xygrid attributes may be different.

@larrybradley larrybradley added this to the 1.10.0 milestone Nov 17, 2023
@larrybradley larrybradley merged commit 2170d1c into astropy:main Nov 17, 2023
20 checks passed
@larrybradley larrybradley deleted the grid-plot branch November 17, 2023 04:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant