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

Add helper function to split run JSON into multiple smaller files #82

Closed
ngreenwald opened this issue Apr 8, 2022 · 2 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@ngreenwald
Copy link
Member

Is your feature request related to a problem? Please describe.
Generating a single JSON to image and entire is useful to ensure proper randomization and avoid batch effects. However, it can be too long to image all at once. This means that the user either has to manually delete FOVs from the run which is slow, or edit the JSON computationally, which is error prone.

Describe the solution you'd like
A helper function to take in a JSON file and split it into smaller ones based on a) desired amount of time per run or b) desired number of FOVs per run

@ngreenwald ngreenwald added the enhancement New feature or request label Apr 8, 2022
@ngreenwald
Copy link
Member Author

image

@camisowers
Copy link
Contributor

Closed with PR #145

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants