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

Make objects for plate and well acquisitions #59

Merged
merged 48 commits into from
Dec 13, 2023
Merged

Make objects for plate and well acquisitions #59

merged 48 commits into from
Dec 13, 2023

Conversation

imagejan
Copy link
Member

@imagejan imagejan commented Nov 8, 2023

These objects are aware of their source folder, and can provide references to files, positions, and channel metadata.

Copy link

codecov bot commented Nov 8, 2023

Codecov Report

Attention: 17 lines in your changes are missing coverage. Please review.

Comparison is base (7fdc82c) 96.39% compared to head (9799357) 98.74%.

❗ Current head 9799357 differs from pull request most recent head 17c0197. Consider uploading reports for the commit 17c0197 to get more accurate results

Files Patch % Lines
src/faim_hcs/roitable/FractalROITable.py 89.79% 3 Missing and 2 partials ⚠️
src/faim_hcs/hcs/imagexpress/StackAcquisition.py 90.24% 2 Missing and 2 partials ⚠️
...hcs/imagexpress/test_ImageXpressWellAcquisition.py 93.22% 2 Missing and 2 partials ⚠️
src/faim_hcs/hcs/cellvoyager/StackAcquisition.py 95.45% 1 Missing and 2 partials ⚠️
src/faim_hcs/hcs/acquisition.py 99.06% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #59      +/-   ##
==========================================
+ Coverage   96.39%   98.74%   +2.35%     
==========================================
  Files          27       42      +15     
  Lines        1884     2319     +435     
  Branches        0      232     +232     
==========================================
+ Hits         1816     2290     +474     
+ Misses         68       17      -51     
- Partials        0       12      +12     

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

@imagesc-bot
Copy link

This pull request has been mentioned on Image.sc Forum. There might be relevant details there:

https://forum.image.sc/t/outcomes-of-the-next-generation-bioimage-analysis-workflows-hackathon/88733/1

@tibuch tibuch force-pushed the dev-jan branch 5 times, most recently from 3a3e709 to a2fec4e Compare November 28, 2023 17:00
return tif.asarray(self.position.z)


class JohnsonWellAcquisition(WellAcquisition):
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice! 🙂 We should call it VisiViewMultipositionAcquisition or similar and add it to the main code base.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely! But it needs a bit more love. Currently a bunch of things (e.g. spacing) is hard-coded and file-name parsing is also not very general.

@tibuch
Copy link
Contributor

tibuch commented Dec 13, 2023

@imagejan I would squash-merge this into main and then continue with the renaming to faim-ipa. There are a few points where I am not sure if this will stay exactly as it is now, but it is hard to tell without testing it in the wild.

I will add a couple issues to keep track of these points and then we can address them later.

@tibuch tibuch marked this pull request as ready for review December 13, 2023 16:05
@tibuch tibuch merged commit 993ab79 into main Dec 13, 2023
4 checks passed
@imagejan imagejan deleted the dev-jan branch December 14, 2023 09:21
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.

4 participants