Skip to content

Enhance SARConcatenateBursts

Summary

Spread SARConcatenateBursts to concatenate interferograms and to handle invalid pixels inside products.

Rationale

This will be used by some processing chains such as DiapOTB chain for IW S1 products.

Implementation Details

Classes and files

Four classes was changed :

  • ossimSarSensorModel : Spread deburstAndConcatenate function to deal with invalid pixels and ROIs.
  • otbSarSensorModelAdapter : New interfaces for ossimSarSensorModel functions.
  • otbSarBurstExtractionImageFilter : New key inside ImageKeyWordList to specify if invalid pixels are included into outputs.
  • otbSarConcatenateBurstsImageFilter : Adapt origin to manage ROIs.
Applications

One application has been changed :

  • otbSARConcatenateBursts

Additional notes

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

Merge request reports