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

Support falcon datasets with latest micromanager #237

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

talonchandler
Copy link
Contributor

@talonchandler talonchandler commented Aug 6, 2024

This PR adds support for

Tested on:
Input: /hpc/instruments/cm.falcon/zebrafish/20240808_coro1a_mpeg_1dpf_10x/fish_with_coro1a_1/
Output: /hpc/projects/balla_group/imaging/zebrafish_infection/falcon/2024_08_08_coro1a_mpeg_1dpf_10x/0-zarr/timelapse1.zarr

@ieivanov the new Tile Creator prefix format might affect OPS in this future, so I'm requesting your review.
@dsundarraman heads up that we need to convert with this branch going forward.

@talonchandler talonchandler marked this pull request as ready for review August 10, 2024 00:26

except Exception:
labels = [pos.get("Label") for pos in self.stage_positions]
raise ValueError(
Copy link
Collaborator

Choose a reason for hiding this comment

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

I feel that we have made this pile of error catching too big over time. At this point a regex match at the top and throwing early is probably a better solution.

Copy link
Collaborator

Choose a reason for hiding this comment

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

And by 'too big' I mean a 20-character indentation 😅

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.

2 participants