Skip to content
GitLab
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 206
    • Issues 206
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 13
    • Merge requests 13
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • 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
  • Merge requests
  • !5
The source project of this merge request has been removed.

Enhance otb sar sensor model adapter

Merged Gaëlle USSEGLIO requested to merge (removed):enhance_otbSarSensorModelAdapter into develop Feb 05, 2018
  • Overview 7
  • Pipelines 0
  • Changes 7

Summary

This merge request contains new methods into otbSarSensorModelAdapter to expose more functions from ossimSarSensorModel.

Rationale

The main aim of this changes is to expose some ossimSarSensorModel functions across the otbSarSensorModelAdapter. The exposed functions will be used to implement new SAR algorithms.

Implementation Details

Classes and files

Four new methods are now available into otbSarSensorModelAdapter :

  • WorldToLineSampleYZ :Transform world point (lat,lon,hgt) to input image point (col,row) and YZ frame
  • WorldToLineSample : Transform world point (lat,lon,hgt) to input image point (col,row)
  • WorldToCartesian : Transform world point (lat,lon,hgt) to cartesian point (x,y,z)
  • WorldToSatPositionAndVelocity : Transform world point (lat,lon,hgt) to satellite position (x,y,z) and satellite velocity

Applications

No change.

Tests

A test has been added to sarSensorModelAdapter and the new functions of otbSarSensorModelAdapter have been called in the test for sanity check.

Documentation

Short doxygen description for all 4 new methods.

Additional notes

None.

Edited Feb 06, 2018 by Julien Michel
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: enhance_otbSarSensorModelAdapter