Adapt Operators to use doExecute correctly (part 1)

Description

Verify and adapt the following operators:

  • GeFolki Co-registration Processor

  • Forest Cover Change Processor

  • Generic Region Merging Processor

  • Multi-size Mosaic Operator

  • Radiometric Indices

  • Reflectance to Radiance Operator

  • Spectral Angle Mapper Processor

  • Tool Adapter Operator

Environment

None

GitHub Work

None

Activity

Show:

Oana Hogoiu 17 March 2020 at 11:13
Edited

Revised Operators:

  • Coregistration (computation moved from initialise() into execute())

  • Forest Cover Change (computation moved from initialise() into execute())

  • Multi-size Mosaic (computation moved from initialise() into execute())

  • Radiometric Indices (already using initialise() + computeTileStack())

  • Reflectance to Radiance (already using initialise() + computeTile())

  • Spectral Angle Mapper (already using initialise() + doExecute() + computeTileStack())

  • Generic Region Merging (already using initialise() + computeTile())

  • Tool Adapter (uses only initialise() since the target product is unknown until execution is finished; initialzing a target product depending of a target product descriptor can be done once with https://senbox.atlassian.net/browse/STEP-6

  • Remote Execution (already using initialise() + doExecute())

 

Oana Hogoiu 14 October 2019 at 11:17

This action needs a Guide on how doExecute shall be used, that will be provided by Marco P.

Done

Details

Assignee

Reporter

Sprint

Fix versions

Affects versions

Components

Priority

Created 14 October 2019 at 11:17
Updated 10 February 2023 at 14:27
Resolved 10 February 2023 at 14:22

Flag notifications