|
@@ -711,7 +711,7 @@ background: dark grey;
|
711
|
711
|
<x>0</x>
|
712
|
712
|
<y>0</y>
|
713
|
713
|
<width>537</width>
|
714
|
|
- <height>982</height>
|
|
714
|
+ <height>999</height>
|
715
|
715
|
</rect>
|
716
|
716
|
</property>
|
717
|
717
|
<property name="sizePolicy">
|
|
@@ -3688,7 +3688,85 @@ background: dark grey;
|
3688
|
3688
|
<item>
|
3689
|
3689
|
<widget class="QTableWidget" name="layerTableWidget">
|
3690
|
3690
|
<property name="toolTip">
|
3691
|
|
- <string><html><head/><body><p>This table is used to enter coil geometries the format is as follows: each row specifies a single point on a coil. The first column is the coil index (using the GMR channel is useful), the next three colums specify the point in Northing, Easting, and Elevation. These can either be local coordinates or global ones. The final column specifies the loop radius if it is a circle or figure 8, for non circular or figure 8 loops leave this column blank. For figure-8 loops the coils do not need to be touching (see Irons and Kass, 2017). If a given index has 1 row it will be a circular loop, two rows will be a figure 8, and more than that will be a polygonal representation of the points, linearlly interpolated between them. </p></body></html></string>
|
|
3691
|
+ <string><html><head/><body><p>This table is used to enter a resistivity model. For each layer the top and bottom interfaces should be specified in m, z is positive down. The top layer must begin at 0. The bottom layer is infinite and should not have a bottom specified. </p></body></html></string>
|
|
3692
|
+ </property>
|
|
3693
|
+ </widget>
|
|
3694
|
+ </item>
|
|
3695
|
+ </layout>
|
|
3696
|
+ </widget>
|
|
3697
|
+ </item>
|
|
3698
|
+ <item>
|
|
3699
|
+ <widget class="QGroupBox" name="groupBox_7">
|
|
3700
|
+ <property name="minimumSize">
|
|
3701
|
+ <size>
|
|
3702
|
+ <width>0</width>
|
|
3703
|
+ <height>100</height>
|
|
3704
|
+ </size>
|
|
3705
|
+ </property>
|
|
3706
|
+ <property name="title">
|
|
3707
|
+ <string>Align with Akvo processed dataset</string>
|
|
3708
|
+ </property>
|
|
3709
|
+ <layout class="QGridLayout" name="gridLayout_20">
|
|
3710
|
+ <item row="2" column="0">
|
|
3711
|
+ <widget class="QLabel" name="label_84">
|
|
3712
|
+ <property name="text">
|
|
3713
|
+ <string>Rx</string>
|
|
3714
|
+ </property>
|
|
3715
|
+ </widget>
|
|
3716
|
+ </item>
|
|
3717
|
+ <item row="1" column="0">
|
|
3718
|
+ <widget class="QLabel" name="label_83">
|
|
3719
|
+ <property name="text">
|
|
3720
|
+ <string>Tx</string>
|
|
3721
|
+ </property>
|
|
3722
|
+ </widget>
|
|
3723
|
+ </item>
|
|
3724
|
+ <item row="0" column="0">
|
|
3725
|
+ <widget class="QPushButton" name="K0Data">
|
|
3726
|
+ <property name="text">
|
|
3727
|
+ <string>Data file</string>
|
|
3728
|
+ </property>
|
|
3729
|
+ </widget>
|
|
3730
|
+ </item>
|
|
3731
|
+ <item row="0" column="2">
|
|
3732
|
+ <widget class="QTextEdit" name="K0DataText">
|
|
3733
|
+ <property name="maximumSize">
|
|
3734
|
+ <size>
|
|
3735
|
+ <width>16777215</width>
|
|
3736
|
+ <height>60</height>
|
|
3737
|
+ </size>
|
|
3738
|
+ </property>
|
|
3739
|
+ <property name="font">
|
|
3740
|
+ <font>
|
|
3741
|
+ <pointsize>8</pointsize>
|
|
3742
|
+ <italic>true</italic>
|
|
3743
|
+ </font>
|
|
3744
|
+ </property>
|
|
3745
|
+ </widget>
|
|
3746
|
+ </item>
|
|
3747
|
+ <item row="1" column="1" colspan="2">
|
|
3748
|
+ <widget class="QListWidget" name="txListWidget">
|
|
3749
|
+ <property name="maximumSize">
|
|
3750
|
+ <size>
|
|
3751
|
+ <width>16777215</width>
|
|
3752
|
+ <height>70</height>
|
|
3753
|
+ </size>
|
|
3754
|
+ </property>
|
|
3755
|
+ <property name="alternatingRowColors">
|
|
3756
|
+ <bool>true</bool>
|
|
3757
|
+ </property>
|
|
3758
|
+ </widget>
|
|
3759
|
+ </item>
|
|
3760
|
+ <item row="2" column="1" colspan="2">
|
|
3761
|
+ <widget class="QListWidget" name="rxListWidget">
|
|
3762
|
+ <property name="maximumSize">
|
|
3763
|
+ <size>
|
|
3764
|
+ <width>16777215</width>
|
|
3765
|
+ <height>70</height>
|
|
3766
|
+ </size>
|
|
3767
|
+ </property>
|
|
3768
|
+ <property name="alternatingRowColors">
|
|
3769
|
+ <bool>true</bool>
|
3692
|
3770
|
</property>
|
3693
|
3771
|
</widget>
|
3694
|
3772
|
</item>
|
|
@@ -4120,111 +4198,157 @@ background: dark grey;
|
4120
|
4198
|
<string>QT Inversion</string>
|
4121
|
4199
|
</property>
|
4122
|
4200
|
<layout class="QGridLayout" name="gridLayout_19">
|
4123
|
|
- <item row="5" column="0" colspan="2">
|
4124
|
|
- <widget class="QPushButton" name="invertButton">
|
4125
|
|
- <property name="styleSheet">
|
4126
|
|
- <string notr="true">#invertButton {
|
4127
|
|
-font-size:29pt;
|
4128
|
|
-font-weight: bold;
|
4129
|
|
-color: white;
|
4130
|
|
-background: red;
|
4131
|
|
-}</string>
|
4132
|
|
- </property>
|
4133
|
|
- <property name="text">
|
4134
|
|
- <string>Invert</string>
|
4135
|
|
- </property>
|
4136
|
|
- </widget>
|
4137
|
|
- </item>
|
4138
|
|
- <item row="4" column="0">
|
4139
|
|
- <widget class="QLabel" name="label_81">
|
4140
|
|
- <property name="text">
|
4141
|
|
- <string>initial alpha </string>
|
4142
|
|
- </property>
|
4143
|
|
- </widget>
|
4144
|
|
- </item>
|
4145
|
|
- <item row="4" column="1">
|
4146
|
|
- <widget class="QSpinBox" name="initialAlpha">
|
4147
|
|
- <property name="maximum">
|
4148
|
|
- <number>10000000</number>
|
4149
|
|
- </property>
|
4150
|
|
- <property name="value">
|
4151
|
|
- <number>1000000</number>
|
4152
|
|
- </property>
|
4153
|
|
- </widget>
|
4154
|
|
- </item>
|
4155
|
|
- <item row="1" column="0">
|
4156
|
|
- <widget class="QLabel" name="label_79">
|
4157
|
|
- <property name="text">
|
4158
|
|
- <string>Data channel</string>
|
4159
|
|
- </property>
|
4160
|
|
- </widget>
|
4161
|
|
- </item>
|
4162
|
4201
|
<item row="2" column="1">
|
4163
|
|
- <widget class="QComboBox" name="T2Objective">
|
|
4202
|
+ <widget class="QComboBox" name="invChan">
|
4164
|
4203
|
<item>
|
4165
|
4204
|
<property name="text">
|
4166
|
|
- <string>Smallest</string>
|
|
4205
|
+ <string>Chan. 1</string>
|
4167
|
4206
|
</property>
|
4168
|
4207
|
</item>
|
4169
|
4208
|
<item>
|
4170
|
4209
|
<property name="text">
|
4171
|
|
- <string>Smoothest</string>
|
|
4210
|
+ <string>Chan. 2</string>
|
4172
|
4211
|
</property>
|
4173
|
4212
|
</item>
|
4174
|
4213
|
<item>
|
4175
|
4214
|
<property name="text">
|
4176
|
|
- <string>Both</string>
|
|
4215
|
+ <string>Chan. 3</string>
|
|
4216
|
+ </property>
|
|
4217
|
+ </item>
|
|
4218
|
+ <item>
|
|
4219
|
+ <property name="text">
|
|
4220
|
+ <string>Chan. 4</string>
|
4177
|
4221
|
</property>
|
4178
|
4222
|
</item>
|
4179
|
4223
|
</widget>
|
4180
|
4224
|
</item>
|
4181
|
|
- <item row="1" column="1">
|
4182
|
|
- <widget class="QComboBox" name="invChan">
|
|
4225
|
+ <item row="4" column="1">
|
|
4226
|
+ <widget class="QComboBox" name="depthObjective">
|
4183
|
4227
|
<item>
|
4184
|
4228
|
<property name="text">
|
4185
|
|
- <string>Chan. 1</string>
|
|
4229
|
+ <string>Smallest</string>
|
4186
|
4230
|
</property>
|
4187
|
4231
|
</item>
|
|
4232
|
+ </widget>
|
|
4233
|
+ </item>
|
|
4234
|
+ <item row="3" column="1">
|
|
4235
|
+ <widget class="QComboBox" name="T2Objective">
|
4188
|
4236
|
<item>
|
4189
|
4237
|
<property name="text">
|
4190
|
|
- <string>Chan. 2</string>
|
|
4238
|
+ <string>Smallest</string>
|
4191
|
4239
|
</property>
|
4192
|
4240
|
</item>
|
4193
|
4241
|
<item>
|
4194
|
4242
|
<property name="text">
|
4195
|
|
- <string>Chan. 3</string>
|
|
4243
|
+ <string>Smoothest</string>
|
4196
|
4244
|
</property>
|
4197
|
4245
|
</item>
|
4198
|
4246
|
<item>
|
4199
|
4247
|
<property name="text">
|
4200
|
|
- <string>Chan. 4</string>
|
|
4248
|
+ <string>Both</string>
|
4201
|
4249
|
</property>
|
4202
|
4250
|
</item>
|
4203
|
4251
|
</widget>
|
4204
|
4252
|
</item>
|
4205
|
|
- <item row="2" column="0">
|
|
4253
|
+ <item row="3" column="0">
|
4206
|
4254
|
<widget class="QLabel" name="label_80">
|
4207
|
4255
|
<property name="text">
|
4208
|
4256
|
<string>T2* model objective</string>
|
4209
|
4257
|
</property>
|
4210
|
4258
|
</widget>
|
4211
|
4259
|
</item>
|
4212
|
|
- <item row="3" column="1">
|
4213
|
|
- <widget class="QComboBox" name="depthObjective">
|
4214
|
|
- <item>
|
4215
|
|
- <property name="text">
|
4216
|
|
- <string>Smallest</string>
|
4217
|
|
- </property>
|
4218
|
|
- </item>
|
4219
|
|
- </widget>
|
4220
|
|
- </item>
|
4221
|
|
- <item row="3" column="0">
|
|
4260
|
+ <item row="4" column="0">
|
4222
|
4261
|
<widget class="QLabel" name="label_82">
|
4223
|
4262
|
<property name="text">
|
4224
|
4263
|
<string>Depth model objective</string>
|
4225
|
4264
|
</property>
|
4226
|
4265
|
</widget>
|
4227
|
4266
|
</item>
|
|
4267
|
+ <item row="0" column="1">
|
|
4268
|
+ <widget class="QTextBrowser" name="dataText">
|
|
4269
|
+ <property name="maximumSize">
|
|
4270
|
+ <size>
|
|
4271
|
+ <width>16777215</width>
|
|
4272
|
+ <height>60</height>
|
|
4273
|
+ </size>
|
|
4274
|
+ </property>
|
|
4275
|
+ <property name="font">
|
|
4276
|
+ <font>
|
|
4277
|
+ <pointsize>8</pointsize>
|
|
4278
|
+ <italic>true</italic>
|
|
4279
|
+ </font>
|
|
4280
|
+ </property>
|
|
4281
|
+ </widget>
|
|
4282
|
+ </item>
|
|
4283
|
+ <item row="6" column="0" colspan="2">
|
|
4284
|
+ <widget class="QPushButton" name="invertButton">
|
|
4285
|
+ <property name="styleSheet">
|
|
4286
|
+ <string notr="true">#invertButton {
|
|
4287
|
+font-size:29pt;
|
|
4288
|
+font-weight: bold;
|
|
4289
|
+color: white;
|
|
4290
|
+background: red;
|
|
4291
|
+}</string>
|
|
4292
|
+ </property>
|
|
4293
|
+ <property name="text">
|
|
4294
|
+ <string>Invert</string>
|
|
4295
|
+ </property>
|
|
4296
|
+ </widget>
|
|
4297
|
+ </item>
|
|
4298
|
+ <item row="2" column="0">
|
|
4299
|
+ <widget class="QLabel" name="label_79">
|
|
4300
|
+ <property name="text">
|
|
4301
|
+ <string>Data channel</string>
|
|
4302
|
+ </property>
|
|
4303
|
+ </widget>
|
|
4304
|
+ </item>
|
|
4305
|
+ <item row="0" column="0">
|
|
4306
|
+ <widget class="QPushButton" name="invDataButton">
|
|
4307
|
+ <property name="text">
|
|
4308
|
+ <string>Select Data</string>
|
|
4309
|
+ </property>
|
|
4310
|
+ </widget>
|
|
4311
|
+ </item>
|
|
4312
|
+ <item row="5" column="0">
|
|
4313
|
+ <widget class="QLabel" name="label_81">
|
|
4314
|
+ <property name="text">
|
|
4315
|
+ <string>initial alpha </string>
|
|
4316
|
+ </property>
|
|
4317
|
+ </widget>
|
|
4318
|
+ </item>
|
|
4319
|
+ <item row="5" column="1">
|
|
4320
|
+ <widget class="QSpinBox" name="initialAlpha">
|
|
4321
|
+ <property name="maximum">
|
|
4322
|
+ <number>10000000</number>
|
|
4323
|
+ </property>
|
|
4324
|
+ <property name="value">
|
|
4325
|
+ <number>1000000</number>
|
|
4326
|
+ </property>
|
|
4327
|
+ </widget>
|
|
4328
|
+ </item>
|
|
4329
|
+ <item row="1" column="0">
|
|
4330
|
+ <widget class="QPushButton" name="invKernelButton">
|
|
4331
|
+ <property name="text">
|
|
4332
|
+ <string>Select Kernel</string>
|
|
4333
|
+ </property>
|
|
4334
|
+ </widget>
|
|
4335
|
+ </item>
|
|
4336
|
+ <item row="1" column="1">
|
|
4337
|
+ <widget class="QTextEdit" name="kernelText">
|
|
4338
|
+ <property name="maximumSize">
|
|
4339
|
+ <size>
|
|
4340
|
+ <width>16777215</width>
|
|
4341
|
+ <height>60</height>
|
|
4342
|
+ </size>
|
|
4343
|
+ </property>
|
|
4344
|
+ <property name="font">
|
|
4345
|
+ <font>
|
|
4346
|
+ <pointsize>8</pointsize>
|
|
4347
|
+ <italic>true</italic>
|
|
4348
|
+ </font>
|
|
4349
|
+ </property>
|
|
4350
|
+ </widget>
|
|
4351
|
+ </item>
|
4228
|
4352
|
</layout>
|
4229
|
4353
|
</widget>
|
4230
|
4354
|
</item>
|