Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • R radler
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ResearchAndDevelopment
  • radler
  • Merge requests
  • !83

AST-960 Refactor PSF usage in Radler

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mark de Wever requested to merge AST-960-refactor-psf-entry-design into main Aug 05, 2022
  • Overview 70
  • Commits 1
  • Pipelines 9
  • Changes 19

Originally every PSF assessor has its own offset. During the changes of ticket AST-960 it was discovered the PSFs for the different channels need to have the same PSF. This means the PSF offsets can be stored in the WorkTable.

When no direction dependent PSF is used there's no need to store any offset entries in the WorkTable.

Without this change it's quite hard to implement AST-960. The image accessors of the PSF are converted to images in Radler's Perform step. This meant the PSF offsets needed to be "attached" to the images, by storing them in the WorkTable they can be passed as a function argument.

Closes AST-960

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: AST-960-refactor-psf-entry-design