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

Commits on Oct 11, 2024

  1. 296 Add memory usage to PyOPIA log output

    Raymond Nepstad committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f5e5517 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. 296 Bgstack stored as uint8 to save memory and speed up mean calc

    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.
    Raymond Nepstad committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9fab8f8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into 296-suspected-memory-leak-when-processing-la…

    …rge-datasets-with-append=false
    nepstad authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    25aa919 View commit details
    Browse the repository at this point in the history
  3. 296 Update remaining bgstack appends to use uint8

    Raymond Nepstad committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f532ecf View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

  1. 296 Increment PATCH version

    Raymond Nepstad committed Oct 21, 2024
    Configuration menu
    Copy the full SHA
    c134703 View commit details
    Browse the repository at this point in the history