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

296 Add memory usage to PyOPIA log output #328

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

nepstad
Copy link
Collaborator

@nepstad nepstad commented Oct 11, 2024

No description provided.

@nepstad nepstad marked this pull request as draft October 11, 2024 14:01
In background.py, the bgstack can become memory intensive when large
average window sizes are used. It is sufficient to store these as uint8,
as long as the resulting mean image is stored as float64. Averaging
over uint8 is also faster than over float64.
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

Successfully merging this pull request may close these issues.

Suspected memory leak when processing large datasets with append=false
2 participants