Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
otb
otb
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 190
    • Issues 190
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 12
    • Merge Requests 12
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Registry
    • Registry
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Main Repositories
  • otbotb
  • Merge Requests
  • !315

Merged
Opened Dec 06, 2018 by Gaëlle USSEGLIO@ussegliog
  • Report abuse
Report abuse

Enhance SARDeburst

Summary

New Mode for SARDeburst application and two new applications into OTB : SARBurstExtraction and SARConcatenateBursts.

Rationale

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

Implementation Details

Classes and files

Three classes was changed :

  • ossimSarSensorModel : New functions and spread deburst function to include a new mode (onlyvalidsamples : keep into debursted image only valid samples).
  • otbSarSensorModelAdapter : New interfaces for ossimSarSensorModel functions.
  • otbSarDeburstImageFilter : New mode onlyvalidsamples.

Two filters have been added :

  • otbSarBurstExtractionImageFilter
  • otbSarConcatenateBurstsImageFilter
Applications

One application has been changed and two have been added:

  • otbSARDeburst : New mode to keep only valid samples into output image.
  • otbSARBurstExtraction : New application to extract all bursts or one selected burst from an IW S1 image.
  • otbSARConcatenateBursts : New application to concatenate and deburst a list of bursts (IW S1 products).

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

Check out, review, and merge locally

Step 1. Fetch and check out the branch for this merge request

git fetch https://gitlab.orfeo-toolbox.org/ussegliog/otb.git enhance_SARDeburst
git checkout -b ussegliog/otb-enhance_SARDeburst FETCH_HEAD

Step 2. Review the changes locally

Step 3. Merge the branch and fix any conflicts that come up

git fetch origin
git checkout origin/develop
git merge --no-ff ussegliog/otb-enhance_SARDeburst

Step 4. Push the result of the merge to GitLab

git push origin develop

Note that pushing to GitLab requires write access to this repository.

Tip: You can also checkout merge requests locally by following these guidelines.

  • Discussion 31
  • Commits 14
  • Changes 22
Assignee
No assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
0
Labels
None
Assign labels
  • View project labels
Reference: orfeotoolbox/otb!315

Revert this merge request

This will create a new commit in order to revert the existing changes.

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.

Cherry-pick this merge request

Switch branch
Cancel
A new branch will be created in your fork and a new merge request will be started.