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 190
    • Issues 190
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 11
    • Merge requests 11
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & 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
  • !864

Fixes in SAR metadata

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Cédric Traizet requested to merge sar_io_2 into develop Oct 20, 2021
  • Overview 3
  • Commits 28
  • Pipelines 19
  • Changes 38

Summary

  • Fix the parsing of SAR calibration data from keywordlist
  • Fix inverted coordinates when updating the GCPs in deburst operations
  • Some fixes in CosmoSkyMed metadata parsing
  • Some fixes in TerraSAR-X metadataparsing
  • Don't try to read GCPs in TerraSAR-X MGD products
  • Use TinyXML instead of XMLMetadataSupplierInterface to read the image GCP in TerraSAR-X products. The size of the GCP file makes the use of XMLMetadataSupplierInterface really slow.
  • Don't use the Sentinel-1 "Absolute calibration constant" as the calibration factor in SARBrightnessToImageFilter as it is built in the calibration vectors.

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 Nov 03, 2021 by Cédric Traizet
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: sar_io_2