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

Speed up PSF generation through caching #25

Open
1 of 3 tasks
wmwv opened this issue Sep 26, 2024 · 1 comment
Open
1 of 3 tasks

Speed up PSF generation through caching #25

wmwv opened this issue Sep 26, 2024 · 1 comment

Comments

@wmwv
Copy link
Collaborator

wmwv commented Sep 26, 2024

Cache PSF

  • 1. Cache at least for current ra, dec, band, pointing, sca.
  • 2. Cache for ra, dec, band, sca. Rotate WCS of PSF as necessary to match pointing.
  • 3. Cache base for sca, band. Calculate PSF for x, y from ra, dec. Rotate WCS of PSF as necessary to match pointing.
@wmwv
Copy link
Collaborator Author

wmwv commented Sep 26, 2024

@laldoroty Okay, I've started by just adding the simplest caching, which just use the existing saved PSF file when it exists.

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

1 participant