Request for Changes-10: New applications for SAR processing
Contents
[Request for Changes - 10] New applications for SAR processing
Status
- Author: Christophe Palmann
- Additional Contributors: none
- Submitted on 30.09.2015
- Proposed target release : 5.2.0
- Git branch : https://git.orfeo-toolbox.org/otb.git/shortlog/refs/heads/new-app-sar
- Adopted : +4 from Rémi, Julien, Jordi, Manuel (and an additional support from Conrad Bielski).
- Merged : https://git.orfeo-toolbox.org/otb.git/commit/925d39f12e2ee99a693dc41534bacbb46cb27392
Summary
Document old SAR processing classes, and expose them with new applications.
Rationale
This request for change is about SAR processing tasks. Some features were already available in OTB, but they were not well documented, nor adequately exposed. The main objective was then to gather the different existing filters for SAR processing, to expose them through otb-applications, and to add a clear documentation to the cookbook.
Implementation details
Classes and files
The new applications come with a bunch of bug fixes about the involved filters. But all those commits were pushed to "develop" branch, not to "new-app-sar" one.
Applications
The new apps are the following :
- Polarimetric synthesis (SARPolarSynth), which supports many different polarization architectures,
- Matrices conversions (SARPolarMatrixConvert), which allows to get different classical matrices from the Sinclair one,
- Polarimetric decompositions (SARDecompositions), which currently only implements the H-alpha-A decomposition.
Tests
Tests for the new applications are available in the branch "new-app-sar".
Documentation
Cookbook : https://www.orfeo-toolbox.org/packages/nightly/latest/CookBook-5.0.0.pdf (~ p.93-105).
Additional notes
None