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

Trace groups need to be named #383

Open
vreuter opened this issue Nov 27, 2024 · 0 comments
Open

Trace groups need to be named #383

vreuter opened this issue Nov 27, 2024 · 0 comments
Assignees
Labels
Milestone

Comments

@vreuter
Copy link
Collaborator

vreuter commented Nov 27, 2024

As of v0.11.0, we have a new section of the imaging rounds config file; here's an example:

"mergeRulesForTracing": {
        "discardRoisNotInGroupsOfInterest": true,
        "distanceThreshold": 2000,
        "requirementType": "Conjunctive",
"groups": [[79, 80, 81, 82], [83, 84, 85, 86]]

The "groups" encode which timepoints are traced together, but we have no name for each group/structure. The value of "groups" should become a key-value mapping, with key being a name for the group/structure, and value being the list of timepoints as currently.

Required for #382

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

No branches or pull requests

1 participant