|
@@ -7,21 +7,48 @@
|
7
|
7
|
<x>0</x>
|
8
|
8
|
<y>0</y>
|
9
|
9
|
<width>400</width>
|
10
|
|
- <height>300</height>
|
|
10
|
+ <height>395</height>
|
11
|
11
|
</rect>
|
12
|
12
|
</property>
|
13
|
13
|
<property name="windowTitle">
|
14
|
14
|
<string>Dialog</string>
|
15
|
15
|
</property>
|
16
|
16
|
<layout class="QGridLayout" name="gridLayout">
|
|
17
|
+ <item row="2" column="0">
|
|
18
|
+ <widget class="QLabel" name="label_3">
|
|
19
|
+ <property name="text">
|
|
20
|
+ <string>height (m)</string>
|
|
21
|
+ </property>
|
|
22
|
+ </widget>
|
|
23
|
+ </item>
|
|
24
|
+ <item row="6" column="2">
|
|
25
|
+ <widget class="QDoubleSpinBox" name="dip">
|
|
26
|
+ <property name="enabled">
|
|
27
|
+ <bool>false</bool>
|
|
28
|
+ </property>
|
|
29
|
+ <property name="toolTip">
|
|
30
|
+ <string><html><head/><body><p>The dip designates the angle between the normal and the ground. Zero designates a loop that is flat on the ground, whereas 90 is a vertical loop. This value in turn with azimuth allows for arbitrary orientation of the loops. If azimuth is zero, and dip is 90, the loop has a normal aligned in the northing direction. </p></body></html></string>
|
|
31
|
+ </property>
|
|
32
|
+ <property name="maximum">
|
|
33
|
+ <double>90.000000000000000</double>
|
|
34
|
+ </property>
|
|
35
|
+ </widget>
|
|
36
|
+ </item>
|
|
37
|
+ <item row="7" column="0">
|
|
38
|
+ <widget class="QLabel" name="label_8">
|
|
39
|
+ <property name="text">
|
|
40
|
+ <string>azimuth (°)</string>
|
|
41
|
+ </property>
|
|
42
|
+ </widget>
|
|
43
|
+ </item>
|
17
|
44
|
<item row="0" column="0">
|
18
|
45
|
<widget class="QLabel" name="label">
|
19
|
46
|
<property name="text">
|
20
|
|
- <string>Centre Northing </string>
|
|
47
|
+ <string>centre northing (m)</string>
|
21
|
48
|
</property>
|
22
|
49
|
</widget>
|
23
|
50
|
</item>
|
24
|
|
- <item row="0" column="1">
|
|
51
|
+ <item row="0" column="2">
|
25
|
52
|
<widget class="QDoubleSpinBox" name="centreNorth">
|
26
|
53
|
<property name="minimum">
|
27
|
54
|
<double>-999999999.000000000000000</double>
|
|
@@ -31,32 +58,41 @@
|
31
|
58
|
</property>
|
32
|
59
|
</widget>
|
33
|
60
|
</item>
|
34
|
|
- <item row="1" column="0">
|
35
|
|
- <widget class="QLabel" name="label_2">
|
|
61
|
+ <item row="6" column="0">
|
|
62
|
+ <widget class="QLabel" name="label_7">
|
36
|
63
|
<property name="text">
|
37
|
|
- <string>Centre Easting</string>
|
|
64
|
+ <string>dip (°)</string>
|
38
|
65
|
</property>
|
39
|
66
|
</widget>
|
40
|
67
|
</item>
|
41
|
|
- <item row="1" column="1">
|
42
|
|
- <widget class="QDoubleSpinBox" name="centreEast">
|
43
|
|
- <property name="minimum">
|
44
|
|
- <double>-99999999.000000000000000</double>
|
|
68
|
+ <item row="10" column="2">
|
|
69
|
+ <widget class="QDialogButtonBox" name="buttonBox">
|
|
70
|
+ <property name="orientation">
|
|
71
|
+ <enum>Qt::Horizontal</enum>
|
45
|
72
|
</property>
|
46
|
|
- <property name="maximum">
|
47
|
|
- <double>99999999.989999994635582</double>
|
|
73
|
+ <property name="standardButtons">
|
|
74
|
+ <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
48
|
75
|
</property>
|
49
|
76
|
</widget>
|
50
|
77
|
</item>
|
51
|
|
- <item row="2" column="0">
|
52
|
|
- <widget class="QLabel" name="label_3">
|
53
|
|
- <property name="text">
|
54
|
|
- <string>height </string>
|
|
78
|
+ <item row="3" column="2">
|
|
79
|
+ <widget class="QDoubleSpinBox" name="loopRadius">
|
|
80
|
+ <property name="toolTip">
|
|
81
|
+ <string><html><head/><body><p>Radius of the loop</p></body></html></string>
|
|
82
|
+ </property>
|
|
83
|
+ <property name="minimum">
|
|
84
|
+ <double>0.100000000000000</double>
|
|
85
|
+ </property>
|
|
86
|
+ <property name="maximum">
|
|
87
|
+ <double>600.000000000000000</double>
|
|
88
|
+ </property>
|
|
89
|
+ <property name="value">
|
|
90
|
+ <double>50.000000000000000</double>
|
55
|
91
|
</property>
|
56
|
92
|
</widget>
|
57
|
93
|
</item>
|
58
|
|
- <item row="2" column="1">
|
59
|
|
- <widget class="QDoubleSpinBox" name="doubleSpinBox">
|
|
94
|
+ <item row="2" column="2">
|
|
95
|
+ <widget class="QDoubleSpinBox" name="loopHeight">
|
60
|
96
|
<property name="toolTip">
|
61
|
97
|
<string><html><head/><body><p>Akvo uses a positive down convention, a slight negative value to the loop height improves numerical stability using digital filtering hankel transforms. </p></body></html></string>
|
62
|
98
|
</property>
|
|
@@ -71,50 +107,68 @@
|
71
|
107
|
</property>
|
72
|
108
|
</widget>
|
73
|
109
|
</item>
|
|
110
|
+ <item row="1" column="0">
|
|
111
|
+ <widget class="QLabel" name="label_2">
|
|
112
|
+ <property name="text">
|
|
113
|
+ <string>centre easting (m)</string>
|
|
114
|
+ </property>
|
|
115
|
+ </widget>
|
|
116
|
+ </item>
|
|
117
|
+ <item row="7" column="2">
|
|
118
|
+ <widget class="QDoubleSpinBox" name="az">
|
|
119
|
+ <property name="enabled">
|
|
120
|
+ <bool>false</bool>
|
|
121
|
+ </property>
|
|
122
|
+ </widget>
|
|
123
|
+ </item>
|
74
|
124
|
<item row="3" column="0">
|
75
|
125
|
<widget class="QLabel" name="label_4">
|
76
|
126
|
<property name="text">
|
77
|
|
- <string>radius</string>
|
|
127
|
+ <string>radius (m)</string>
|
78
|
128
|
</property>
|
79
|
129
|
</widget>
|
80
|
130
|
</item>
|
81
|
|
- <item row="3" column="1">
|
82
|
|
- <widget class="QDoubleSpinBox" name="doubleSpinBox_2">
|
83
|
|
- <property name="toolTip">
|
84
|
|
- <string><html><head/><body><p>Radius of the loop</p></body></html></string>
|
|
131
|
+ <item row="4" column="0">
|
|
132
|
+ <widget class="QLabel" name="label_6">
|
|
133
|
+ <property name="text">
|
|
134
|
+ <string>turns</string>
|
85
|
135
|
</property>
|
|
136
|
+ </widget>
|
|
137
|
+ </item>
|
|
138
|
+ <item row="1" column="2">
|
|
139
|
+ <widget class="QDoubleSpinBox" name="centreEast">
|
86
|
140
|
<property name="minimum">
|
87
|
|
- <double>0.100000000000000</double>
|
|
141
|
+ <double>-99999999.000000000000000</double>
|
88
|
142
|
</property>
|
89
|
143
|
<property name="maximum">
|
90
|
|
- <double>299.990000000000009</double>
|
|
144
|
+ <double>99999999.989999994635582</double>
|
91
|
145
|
</property>
|
92
|
146
|
</widget>
|
93
|
147
|
</item>
|
94
|
|
- <item row="4" column="0">
|
|
148
|
+ <item row="5" column="0">
|
95
|
149
|
<widget class="QLabel" name="label_5">
|
96
|
150
|
<property name="text">
|
97
|
151
|
<string>segments</string>
|
98
|
152
|
</property>
|
99
|
153
|
</widget>
|
100
|
154
|
</item>
|
101
|
|
- <item row="4" column="1">
|
102
|
|
- <widget class="QSpinBox" name="spinBox">
|
103
|
|
- <property name="toolTip">
|
104
|
|
- <string><html><head/><body><p>Currently Akvo/Merlin calculates circular loops using segments of wire, forming a polygon. Analytic circular loops may be added in the future. </p></body></html></string>
|
105
|
|
- </property>
|
|
155
|
+ <item row="4" column="2">
|
|
156
|
+ <widget class="QSpinBox" name="loopTurns">
|
106
|
157
|
<property name="minimum">
|
107
|
|
- <number>5</number>
|
|
158
|
+ <number>1</number>
|
|
159
|
+ </property>
|
|
160
|
+ <property name="maximum">
|
|
161
|
+ <number>100000</number>
|
108
|
162
|
</property>
|
109
|
163
|
</widget>
|
110
|
164
|
</item>
|
111
|
|
- <item row="5" column="1">
|
112
|
|
- <widget class="QDialogButtonBox" name="buttonBox">
|
113
|
|
- <property name="orientation">
|
114
|
|
- <enum>Qt::Horizontal</enum>
|
|
165
|
+ <item row="5" column="2">
|
|
166
|
+ <widget class="QSpinBox" name="segments">
|
|
167
|
+ <property name="toolTip">
|
|
168
|
+ <string><html><head/><body><p>Currently Akvo/Merlin calculates circular loops using segments of wire, forming a polygon. Analytic circular loops may be added in the future. </p></body></html></string>
|
115
|
169
|
</property>
|
116
|
|
- <property name="standardButtons">
|
117
|
|
- <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
|
170
|
+ <property name="minimum">
|
|
171
|
+ <number>5</number>
|
118
|
172
|
</property>
|
119
|
173
|
</widget>
|
120
|
174
|
</item>
|