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

[WIP] Add support for streaming files as they are being acquired #70

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

tlnagy
Copy link
Owner

@tlnagy tlnagy commented Feb 24, 2020

For smart microscopy purposes, it would be very nice to be able to stream an OME-TIFF file as it is being written such that the loaded Julia struct gets updated behind-the-scenes as the on-disk file is updated.

My approach is to create a wrapper object that allows the in-place replacement of the internal data as it is changed on the disk. This should be invisible to the end-user.

  • finish implementation
  • thorough docs
  • walk through example
  • tests, especially during acquisition tests

@codecov
Copy link

codecov bot commented Feb 24, 2020

Codecov Report

Merging #70 into master will decrease coverage by 7.67%.
The diff coverage is 3.44%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #70      +/-   ##
==========================================
- Coverage   94.26%   86.58%   -7.68%     
==========================================
  Files           6        7       +1     
  Lines         314      343      +29     
==========================================
+ Hits          296      297       +1     
- Misses         18       46      +28
Impacted Files Coverage Δ
src/OMETIFF.jl 100% <ø> (ø) ⬆️
src/stream.jl 0% <0%> (ø)
src/loader.jl 98.46% <100%> (+0.02%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ddec999...3419f4f. Read the comment docs.

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

Successfully merging this pull request may close these issues.

1 participant