Skip to content

New mode (SpotLight) for Cosmo sensor model

Gaëlle USSEGLIO requested to merge ussegliog/otb:CosmoSpotLight into develop

Summary

New mode to read and extract metadata from Cosmo SpotLight products.

Rationale

Add a new product type (SCS_U) to allow spotlight mode into Cosmo SAR Sensor Model.

Correction of some metadata for Cosmo sensor.

Implementation Details

Classes and files

Two classes was changed to add the new product type :

  • ossimSarSensorModel
  • ossimCosmoSkymedModel

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
  • Optionally, run git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i on latest changes and commit
Edited by Gaëlle USSEGLIO

Merge request reports