You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 > |g|$ is nonsense and would be prohibited, as it implies repeat of at least one group member.
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:
where$g$ represents a grouping. Note that $n > |g|$ is nonsense and would be prohibited, as it implies repeat of at least one group member.
The text was updated successfully, but these errors were encountered: