##----------------------------------------+++++++++++
## Name: Other parameters files
## Classification: Text file (*.txt)
## Author: Haley/Zhang Dahong
## Email: zhangdh_yx@163.com
## Time: Feb.22, 2021

## Notes: The ones without '##' are parameters, and the value after '--' can be modified.
##----------------------------------------+++++++++++

## Number of categories.(Greater than 0, int)
## It can be modified, but the number of elements in each parameter (Constant parameters are not included) below must be consistent with its value.
Nc--5

## The classification threshold according to glacier size. (Unit: Square kilometers, int/float)
## The 4 values (glacier area) can divide the glacier into 5 levels. (It isn't used when Nc is equal to 1.)
Ac--1,5,20,50

## Maximum distance between adjacent vertexes of polyline. (char) / *Constant
## Empirical value. It should be less than 1/3 of the DEM's spatial resolution.
P1--10 Meters

## Buffer distance outside the glacier outline. (char) / *Constant
## Empirical value. It should not be less than the spatial resolution of DEM.
P2--30 Meters

## The threshold of accumulative flow.(int)
## Empirical value. It can be assigned with reference to the threshold of the flow accumulation of extracting the river network using the hydrological analysis.
P3--500,600,700,800,800

## The length of the shortest auxiliary line.(int)
## Here is the coefficient T, its value needs further calculation.
## Calculated according to formula 3 in the paper. The default values are as follows:
P4--10,11,12,13,15

## The length of the longest auxiliary line.(int)
## Here is the coefficient T, its value needs further calculation.
## Calculated according to formula 3 in the paper. The default values are as follows:
P5--2,3,4,5,6

## The interval for searching the local highest points.(int)
## Empirical value. It can control the number of the local highest points.
P6--50,60,70,80,80

## The matching tolerance of the vertexes of polyline. (Unit:meters, float)
## Empirical value. It should be less than 1.
P7--0.2,0.2,0.5,0.5,1

## The size of grid cell in Euclidean allocation. (Unit:meters,int)
## Empirical value. The smaller the value, the finer the result, but the longer it takes.
P8--1,5,15,15,30

## Minimum distance between the adjacent local highest points.(int)
## Here is the coefficient T, its value needs further calculation.
## Calculated according to formula 3 in the paper. The default values are as follows:
P9--10,15,30,60,120

## The smoothing tolerance of polylines. (Unit:meters, int)
## Empirical value. The greater the value, the greater the smoothing power.
P10-5,10,15,20,30

## Threshold to control the length of the longest auxiliary line. (Unit:meters, int/float) / *Constant
## Calculated according to formula 1 in the paper, default At=5.(2*math.pow(3.0,75)*math.pow(At,0.5))
P11-10190

##-----------------------------------------------------------------------------------------------------+++++++++++