microproduct/soilMoisture_c_sar/config.ini

21 lines
665 B
INI
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# -*- coding: UTF-8 -*-
# 定义config分组
[config]
######1-算法基本参数######
# 算法名称。修改临时工作区生成临时文件的名称,日志名称;
exe_name = SoilMoisture
# 开启调试模式则不删除临时工作区True:开启调试False:不开启调试
debug = False
######2-算法处理参数######
# 影像滤波尺寸。取值范围大于1的奇数默认值3
filter_size = 3
# 多进程最大进程数。取值范围大于1的整数
multiprocessing_num = 4
######3-算法结果参数######
# 土壤水分产品值范围,超出范围的用最大值或最小值代替
product_value_min = 0
product_value_max = 1