-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.py
33 lines (31 loc) · 883 Bytes
/
settings.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
pointSettings = {
'1P25': {'fix': 'xy', 'adj': 'Z'},
'2P5': {'fix': 'xy', 'adj': 'Z'},
'8P5': {'fix': 'xy', 'adj': 'Z'},
'23': {'fix': 'xy', 'adj': 'Z'},
'533': {'fix': 'xy', 'adj': 'Z'},
'536': {'fix': 'xy', 'adj': 'Z'},
'507': {'fix': 'xy', 'adj': 'Z'},
'8P9': {'fix': 'xy', 'adj': 'Z'},
'604': {'fix': 'xy', 'adj': 'Z'},
'611': {'fix': 'xy', 'adj': 'Z'}
}
COOR_SETTINGS = {
'xMax': 0.05,
'yMax': 0.05,
'zMax': 0.05
}
XML_SETTINGS = {
'XMLNS': 'http://www.gnu.org/software/gama/gama-local',
'network': {
'axes-xy': "en"
},
'description': "XML input of points and observation data for the program GNU Gama",
'parameters': {
'sigma-apr': "10",
'conf-pr': "0.9999999",
'tol-abs': "1000",
'sigma-act': "aposteriori",
'update-constrained-coordinates': "no"
}
}