Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 194
    • Merge requests 194
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !50044

Merged
Created Jan 28, 2022 by Tim Martin@tamartinDeveloper

Remove MergeIntoSuperRoI from InputMakerForROI

  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 2

As spotted by @sutt

Remove the MergeIntoSuperRoI option before anyone goes and uses it.

This flag was not a good addition as it (mildly...) breaks a tenant of the InputMaker that the ROIs communicated to the step's reconstruction algs (by virtue of the transient RoIs container) should be direct copies of the (persistent, navigation-registered) ROIs which were chosen per DecisionObject by the supplied ROITool

Should in future we need to feed more than 1 ROI to a reco alg which only accepts <= 1 ROI, then we either:

  • Rewrite the reco alg to accept >1 ROI
  • Change the InputMaker's ROITool to a new one which does the SuperROI creation inside the Tool. Hence the superROI is then also the persistent, navigation-registered ROI.
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: roi_im_tidy