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.
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