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

We could add a parameter for the minimum number of trace ID merge group members #389

Open
2 tasks
vreuter opened this issue Nov 28, 2024 · 0 comments
Open
2 tasks
Labels
Milestone

Comments

@vreuter
Copy link
Collaborator

vreuter commented Nov 28, 2024

The inverse of #386 , as a refinement of the solution to #279 , we could add a configurable parameter for the minimum number of individual ROIs/spots needed to participate in a merger into single trace ID/structure. The value would be a scalar, positive integer.

NB: this would replace the "requirementType" as follows:

  • 1 <--> "Lackadaisical",
  • $n \in [2, |g|]$ <--> "Disjunctive",
  • $n = g$ <--> "Conjunctive",

where $g$ represents a grouping. Note that $n &gt; |g|$ is nonsense and would be prohibited, as it implies repeat of at least one group member.

@vreuter vreuter modified the milestones: v0.13, v0.14 Nov 28, 2024
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