Skip to content
GitLab
Projects Groups Topics 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
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 207
    • Issues 207
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and 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
  • !153

ENH: Document that conversion applications in otb don't support complex pixel types as output

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Manuel Grizonnet requested to merge convert_apps_limitations into develop Jun 26, 2018
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 2

Summary

For now complex pixel types are not supported by Convert and DynamicConvert applications (see switch/case in the generic DoExecute method). This commit just document this limitation.

Note that the ExtractROI application can be used to convert image from/to complex image.

Rationale

Explain to user that comlpex pixel types are not supported yet by these applications even if complex pixel types can be selected for the output image.

Implementation Details

Applications

Convert and DynamicConvert has been changed. Convert is somehow deprecated and could be remove in a future version but I'm not sure that it is clear for user that they should use DynamicConvert now.

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
Edited Jun 26, 2018 by Manuel Grizonnet
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: convert_apps_limitations