Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • otb otb
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 183
    • Issues 183
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Main Repositories
  • otbotb
  • Issues
  • #2152

Closed
Open
Created Feb 22, 2021 by Julien Osman@julienosmanDeveloper3 of 4 tasks completed3/4 tasks

Refactor SAR filter and application to use otb::SarSensorModel, otb::SarForwardTransform and otb::SarInverseTransform

This issue is part of the SAR sensor models refactoring story (#2142 (closed))

Rationale

For now, OTB relies on OSSIM when it needs to use a SAR Model. All calls to a SAR model go through the otb::SarSensorModelAdapter. As we remove OSSIM, the new SAR model won't use otb::SarSensorModelAdapter. So filters calling this adapter need to be refactored so they use directly otb::SarSensorModel, otb::SarForwardTransform and otb::SarInverseTransform.

Analysis

The filters concerned by this refactoring are:

  • otb::SarConcatenateBurstsImageFilter
  • otb::SarDeburstImageFilter
  • otb::SarBurstExtractionImageFilter

This filters still use the KeyWordList, that should be replaced by ImageMetadata manipulation.

Acceptance criterions

  • The validation tests for this filter are already in place. They should still pass.

Risk management

Risk Likelihood Impact Action
Edited Sep 06, 2021 by Cédric Traizet
Assignee
Assign to
Time tracking