From a8eeb429b67705b5c0f103ab67dfc87bb07837dc Mon Sep 17 00:00:00 2001 From: pmouquet <pascal.mouquet@ird.fr> Date: Mon, 20 Mar 2023 14:48:01 +0400 Subject: [PATCH] updated the job cfg info --- sen2chain/data/job_ini.cfg | 3 ++- sen2chain/jobs.py | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/sen2chain/data/job_ini.cfg b/sen2chain/data/job_ini.cfg index 12df82d..2681656 100644 --- a/sen2chain/data/job_ini.cfg +++ b/sen2chain/data/job_ini.cfg @@ -17,7 +17,8 @@ # max_clouds: max cloud cover to consider for downloading images, and computing l2a products # l1c: download l1c: True|False # l2a: compute l2a with sen2chain: True | False -# cloudmasks: False | CM001 | CM002 | CM003-PRB1-ITER5 | CM004-CSH1-CMP1-CHP1-TCI1-ITER0 +# cloudmasks: the cloudmask(s) to compute and use to mask indice(s). Possible values range from none (False) to multiple cloudmasks: +# False | CM001/CM002/CM003-PRB1-ITER5/CM004-CSH1-CMP1-CHP1-TCI1-ITER0/etc. # indices: False | All | NDVI/NDWIGAO/etc. # remove: used to remove downloaded L1C and/or produced L2A, possible values: False | l1c | l2a | l1c/l2a # comments: free user comments, ie tile name, etc. diff --git a/sen2chain/jobs.py b/sen2chain/jobs.py index 6de767d..22e4912 100644 --- a/sen2chain/jobs.py +++ b/sen2chain/jobs.py @@ -249,7 +249,8 @@ class Job: "# max_clouds: max cloud cover to consider for downloading images", "# l1c: download l1c: True|False", "# l2a: compute l2a with sen2chain: True | False", - "# cloudmasks: False | CM001 | CM002 | CM003-PRB1-ITER5 | CM004-CSH1-CMP1-CHP1-TCI1-ITER0", + "# cloudmasks: the cloudmask(s) to compute and use to mask indice(s). Possible values range from none (False) to multiple cloudmasks:", + "# False | CM001/CM002/CM003-PRB1-ITER5/CM004-CSH1-CMP1-CHP1-TCI1-ITER0/etc.", "# indices: False | All | NDVI/NDWIGAO/etc.", "# remove: used to remove downloaded L1C and/or produced L2A, possible values: False | l1c | l2a | l1c/l2a", "# comments: free user comments, ie tile name, etc.", -- GitLab