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

Reduce memory usage for simulated images with analytic PSFs #29

Open
AnthonyHorton opened this issue Oct 4, 2018 · 0 comments
Open
Labels

Comments

@AnthonyHorton
Copy link
Member

Currently Imager.make_noiseless_image evaluates analytic PSFs for every pixel in the ouput image, for every star in the image. With the oversampling evaluation method this results in some huge temporary arrays being created, which can easily consume all the free RAM. Some memory usage optimisation are required.

This issue has been blocking #16

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

No branches or pull requests

1 participant