Remove args for multi
Remove command line arguments for SAR_MultiSlc.py and SAR_MultiSlc_IW.py
Merge request reports
Activity
There is a problem at run time : RuntimeError: Cannot open image ./output_20181224_to_20190210_m_20181224/dem_scene.vrt. The file does not exist.
Actually, you have kept relative path to output_{]* for build_virtual_raster function (func_utils.py).
To make sure, it works, you have to run the processing chains outside the test repository.
Another action for the API chgts of Sar_MultiSlc* is to adapt markdown files for a future Wiki update.
You can clone (clone only), the wiki remote : https://gitlab.orfeo-toolbox.org/remote_modules/diapotb.wiki.git.
The aim is to change Sar_MultiSlc_Chain.md and Sar_MultiSlc_Chain_IW.md with your modifications and the new configuration file. After that, I will get the markdown files and will update the wiki with its.
Edited by Gaëlle USSEGLIOadded 1 commit
- debeea19 - Fix relative path into absolute path for build_virtual_raster function...
The processing chain SAR_MultiSlc.py works on CSK_FINSCH.
However the clean option does not remove the targeted files. It is because the condition on clean option (light_version into the code) is on == "yes" and you put light_version = true. You have to use a function to convert the true string to a boolean (ex : str2bool into func_utils.py) and change all conditions to test the boolean.
Please check the other booleans (and parameters).
added 1 commit
- fe8c9b6c - Fix light_version condition from str to bool
added 1 commit
- 41e67cf7 - Revert clean from bool to string in json schema
mentioned in commit 5162e6db