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

Adds BinaryIOWindow class #77

Merged
merged 5 commits into from
Sep 12, 2024
Merged

Adds BinaryIOWindow class #77

merged 5 commits into from
Sep 12, 2024

Conversation

tclose
Copy link
Contributor

@tclose tclose commented Sep 12, 2024

Adds BinaryIOWindow class so a part of a file can be presented as a file stream to be read into a 3rd party reader, e.g. trailing DICOM header appended to Siemens raw pet data files

Copy link

codecov bot commented Sep 12, 2024

Codecov Report

Attention: Patch coverage is 93.91304% with 7 lines in your changes missing coverage. Please review.

Project coverage is 92.37%. Comparing base (86f0f68) to head (4640a85).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
fileformats/core/io.py 96.26% 2 Missing and 2 partials ⚠️
fileformats/core/fileset.py 40.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #77      +/-   ##
==========================================
+ Coverage   92.34%   92.37%   +0.02%     
==========================================
  Files          44       45       +1     
  Lines        5108     5219     +111     
  Branches      560      580      +20     
==========================================
+ Hits         4717     4821     +104     
- Misses        296      301       +5     
- Partials       95       97       +2     

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

@tclose tclose merged commit 9e399fa into main Sep 12, 2024
17 checks passed
@tclose tclose deleted the binaryIOWindow branch September 12, 2024 04:12
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