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

Mmap acquisition vi #38

Open
wants to merge 26 commits into
base: develop
Choose a base branch
from
Open

Conversation

victorjonathanibanez
Copy link

This PR solves two issues combined (#36, #37):

  • Added functionality and tests to subset to specific channels by indexing
  • Added functionality and tests to subset to specific image region
  • Added functionality to load data into memory-mapped array, that is stored under a path provided by the user (so it can manually be deleted afterwards)
  • Changed data_start_offset & data_end_offset conditions such that empty acquisitions are allowed (but warning printed)

Copy link

codecov bot commented Mar 11, 2025

Codecov Report

Attention: Patch coverage is 78.84615% with 11 lines in your changes missing coverage. Please review.

Project coverage is 82.11%. Comparing base (6cf3c26) to head (4469fe8).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
readimc/mcd_file.py 78.84% 11 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop      #38      +/-   ##
===========================================
+ Coverage    80.77%   82.11%   +1.33%     
===========================================
  Files            9        9              
  Lines          619      643      +24     
===========================================
+ Hits           500      528      +28     
+ Misses         119      115       -4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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.

1 participant