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

Should the PSF functions be stored remotely? #124

Open
nabobalis opened this issue Sep 3, 2023 · 0 comments
Open

Should the PSF functions be stored remotely? #124

nabobalis opened this issue Sep 3, 2023 · 0 comments

Comments

@nabobalis
Copy link
Contributor

In GitLab by @wtbarnes on Sep 3, 2023, 13:48

Computing the PSF in both Python and IDL takes a really long time. In Python, this process is sped up significantly with a GPU, but is still significantly slower than the actual deconvolution.

I would suggest precomputing these once and then storing them remotely somewhere and downloading them as needed (similar to how we handle the data needed for the wavelength response calculation. We could still maintain the code to compute the PSF functions if people really wanted to do that computation, but the default behavior would just be to use the remote files.

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

1 participant