Skip to content

Commit 0a90f56

Browse files
authored
Merge pull request #184 from MiraGeoscience/GEOPY-2115
GEOPY-2115: Add strike/dip option to the choice list of rotated_gradients.
2 parents 630fb8b + f75435e commit 0a90f56

14 files changed

Lines changed: 56 additions & 14 deletions

simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,10 @@
281281
"group": "Regularization",
282282
"association": "Cell",
283283
"dataType": "Float",
284-
"dataGroupType": "Dip direction & dip",
284+
"dataGroupType": [
285+
"Strike & dip",
286+
"Dip direction & dip"
287+
],
285288
"label": "Gradient rotation",
286289
"optional": true,
287290
"enabled": false,

simpeg_drivers-assets/uijson/direct_current_3d_inversion.ui.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,10 @@
236236
"group": "Regularization",
237237
"association": "Cell",
238238
"dataType": "Float",
239-
"dataGroupType": "Dip direction & dip",
239+
"dataGroupType": [
240+
"Strike & dip",
241+
"Dip direction & dip"
242+
],
240243
"label": "Gradient rotation",
241244
"optional": true,
242245
"enabled": false,

simpeg_drivers-assets/uijson/direct_current_batch2d_inversion.ui.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,10 @@
263263
"group": "Regularization",
264264
"association": "Cell",
265265
"dataType": "Float",
266-
"dataGroupType": "Dip direction & dip",
266+
"dataGroupType": [
267+
"Strike & dip",
268+
"Dip direction & dip"
269+
],
267270
"label": "Gradient rotation",
268271
"optional": true,
269272
"enabled": false,

simpeg_drivers-assets/uijson/fem_inversion.ui.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,10 @@
272272
"group": "Regularization",
273273
"association": "Cell",
274274
"dataType": "Float",
275-
"dataGroupType": "Dip direction & dip",
275+
"dataGroupType": [
276+
"Strike & dip",
277+
"Dip direction & dip"
278+
],
276279
"label": "Gradient rotation",
277280
"optional": true,
278281
"enabled": false,

simpeg_drivers-assets/uijson/gravity_inversion.ui.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,7 +505,10 @@
505505
"group": "Regularization",
506506
"association": "Cell",
507507
"dataType": "Float",
508-
"dataGroupType": "Dip direction & dip",
508+
"dataGroupType": [
509+
"Strike & dip",
510+
"Dip direction & dip"
511+
],
509512
"label": "Gradient rotation",
510513
"optional": true,
511514
"enabled": false,

simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,10 @@
290290
"group": "Regularization",
291291
"association": "Cell",
292292
"dataType": "Float",
293-
"dataGroupType": "Dip direction & dip",
293+
"dataGroupType": [
294+
"Strike & dip",
295+
"Dip direction & dip"
296+
],
294297
"label": "Gradient rotation",
295298
"optional": true,
296299
"enabled": false,

simpeg_drivers-assets/uijson/induced_polarization_3d_inversion.ui.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,10 @@
252252
"group": "Regularization",
253253
"association": "Cell",
254254
"dataType": "Float",
255-
"dataGroupType": "Dip direction & dip",
255+
"dataGroupType": [
256+
"Strike & dip",
257+
"Dip direction & dip"
258+
],
256259
"label": "Gradient rotation",
257260
"optional": true,
258261
"enabled": false,

simpeg_drivers-assets/uijson/induced_polarization_batch2d_inversion.ui.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,10 @@
274274
"group": "Regularization",
275275
"association": "Cell",
276276
"dataType": "Float",
277-
"dataGroupType": "Dip direction & dip",
277+
"dataGroupType": [
278+
"Strike & dip",
279+
"Dip direction & dip"
280+
],
278281
"label": "Gradient rotation",
279282
"optional": true,
280283
"enabled": false,

simpeg_drivers-assets/uijson/joint_surveys_inversion.ui.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,10 @@
241241
"group": "Regularization",
242242
"association": "Cell",
243243
"dataType": "Float",
244-
"dataGroupType": "Dip direction & dip",
244+
"dataGroupType": [
245+
"Strike & dip",
246+
"Dip direction & dip"
247+
],
245248
"label": "Gradient rotation",
246249
"optional": true,
247250
"enabled": false,

simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,10 @@
537537
"group": "Regularization",
538538
"association": "Cell",
539539
"dataType": "Float",
540-
"dataGroupType": "Dip direction & dip",
540+
"dataGroupType": [
541+
"Strike & dip",
542+
"Dip direction & dip"
543+
],
541544
"label": "Gradient rotation",
542545
"optional": true,
543546
"enabled": false,

0 commit comments

Comments
 (0)