Skip to content
Snippets Groups Projects
Commit 789aa7fa authored by Aurore Dupuis's avatar Aurore Dupuis
Browse files

Fix synthesis name.

parent f39810c5
No related branches found
No related tags found
3 merge requests!90Develop,!84Merge develop,!82Resolve "Synthesis name is SNT + NOBS and SOD/SMOD have all the same name"
......@@ -82,9 +82,9 @@ def compute_snow_synthesis(config, output_dir, h2_chain_version=None, product_co
logging.info("Load densification products.")
load_densification_products(config.date_margin, config.date_start, config.date_stop,
config.densification_products_list, tmp_dir, product_dict, config.ram)
synthesis_name = "LIS_S2L8-SNOW-SNT_" + synthesis_name + ".tif"
synthesis_name = "LIS_S2L8-SNOW-{}_" + synthesis_name + ".tif"
else:
synthesis_name = "LIS_S2-SNOW-SNT_" + synthesis_name + ".tif"
synthesis_name = "LIS_S2-SNOW-SNT-{}_" + synthesis_name + ".tif"
# ----------------------------------------------------------------------------------------
# Sort products by acquisition date, retrieve input and output dates
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment