Skip to content

Resolve "Implement otb::SarTransformBase, otb::SarForwardTransform and otb::SarInverseTransform"

Julien Osman requested to merge 2151-SAR-in-factory into develop

Summary

Implement otb::SarTransformBase, otb::SarForwardTransform and otb::SarInverseTransform. Add them to the Sensor Transform Factory.

Rationale

Fix #2151 (closed)

Implementation Details

Classes and files
  • Implement otb::SarTransformBase, otb::SarForwardTransform and otb::SarInverseTransform with the same patern used for otb::RPCTransformBase, otb::RPCForwardTransform and otb::RPCInverseTransform
  • Implement factories for them in otbTransformFactories.h
  • Add the new factories to otb::SensorTransformFactory
Tests
  • Generate new GCPs (for Sentinel1, CosmoSkyNet, TerrasarX and RadarSat2), using OTB7.3 and OSSIM.
  • Use this GCP to test forward and inverse transform, as well as GenericRSTransform
Documentation

Update the page Sensor Model with the SAR sensor model.

Acceptance criterions

  • The new classes are correctly tested with there respective unitary tests.
  • The documentation is up to date.

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 👍 votes from core developers, no 👎 vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
  • Optionally, run git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i on latest changes and commit
Edited by Julien Osman

Merge request reports