Skip to content

Commit aea3db8

Browse files
authored
Merge pull request #175 from MiraGeoscience/GEOPY-2075
GEOPY-2075: Implement structural orientation (rotated gradient) option to the inversion UI
2 parents a870101 + 87cfa93 commit aea3db8

24 files changed

Lines changed: 1036 additions & 93 deletions

simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,18 @@
277277
"property": "",
278278
"enabled": true
279279
},
280+
"gradient_rotation": {
281+
"group": "Regularization",
282+
"association": "Cell",
283+
"dataType": "Float",
284+
"dataGroupType": "Dip direction & dip",
285+
"label": "Gradient rotation",
286+
"optional": true,
287+
"enabled": false,
288+
"visible": false,
289+
"parent": "mesh",
290+
"value": ""
291+
},
280292
"s_norm": {
281293
"association": "Cell",
282294
"dataType": "Float",

simpeg_drivers-assets/uijson/direct_current_3d_inversion.ui.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,17 @@
232232
"property": "",
233233
"enabled": true
234234
},
235+
"gradient_rotation": {
236+
"group": "Regularization",
237+
"association": "Cell",
238+
"dataType": "Float",
239+
"dataGroupType": "Dip direction & dip",
240+
"label": "Gradient rotation",
241+
"optional": true,
242+
"enabled": false,
243+
"parent": "mesh",
244+
"value": ""
245+
},
235246
"s_norm": {
236247
"association": "Cell",
237248
"dataType": "Float",

simpeg_drivers-assets/uijson/direct_current_batch2d_inversion.ui.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,18 @@
259259
"property": "",
260260
"enabled": true
261261
},
262+
"gradient_rotation": {
263+
"group": "Regularization",
264+
"association": "Cell",
265+
"dataType": "Float",
266+
"dataGroupType": "Dip direction & dip",
267+
"label": "Gradient rotation",
268+
"optional": true,
269+
"enabled": false,
270+
"visible": false,
271+
"parent": "mesh",
272+
"value": ""
273+
},
262274
"s_norm": {
263275
"association": "Cell",
264276
"dataType": "Float",

simpeg_drivers-assets/uijson/fem_inversion.ui.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,17 @@
268268
"property": "",
269269
"enabled": true
270270
},
271+
"gradient_rotation": {
272+
"group": "Regularization",
273+
"association": "Cell",
274+
"dataType": "Float",
275+
"dataGroupType": "Dip direction & dip",
276+
"label": "Gradient rotation",
277+
"optional": true,
278+
"enabled": false,
279+
"parent": "mesh",
280+
"value": ""
281+
},
271282
"s_norm": {
272283
"association": "Cell",
273284
"dataType": "Float",

simpeg_drivers-assets/uijson/gravity_inversion.ui.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,17 @@
501501
"property": "",
502502
"enabled": true
503503
},
504+
"gradient_rotation": {
505+
"group": "Regularization",
506+
"association": "Cell",
507+
"dataType": "Float",
508+
"dataGroupType": "Dip direction & dip",
509+
"label": "Gradient rotation",
510+
"optional": true,
511+
"enabled": false,
512+
"parent": "mesh",
513+
"value": ""
514+
},
504515
"s_norm": {
505516
"association": "Cell",
506517
"dataType": "Float",

simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,18 @@
286286
"property": "",
287287
"enabled": true
288288
},
289+
"gradient_rotation": {
290+
"group": "Regularization",
291+
"association": "Cell",
292+
"dataType": "Float",
293+
"dataGroupType": "Dip direction & dip",
294+
"label": "Gradient rotation",
295+
"optional": true,
296+
"enabled": false,
297+
"visible": false,
298+
"parent": "mesh",
299+
"value": ""
300+
},
289301
"s_norm": {
290302
"association": "Cell",
291303
"dataType": "Float",

simpeg_drivers-assets/uijson/induced_polarization_3d_inversion.ui.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,17 @@
248248
"property": "",
249249
"enabled": true
250250
},
251+
"gradient_rotation": {
252+
"group": "Regularization",
253+
"association": "Cell",
254+
"dataType": "Float",
255+
"dataGroupType": "Dip direction & dip",
256+
"label": "Gradient rotation",
257+
"optional": true,
258+
"enabled": false,
259+
"parent": "mesh",
260+
"value": ""
261+
},
251262
"s_norm": {
252263
"association": "Cell",
253264
"dataType": "Float",

simpeg_drivers-assets/uijson/induced_polarization_batch2d_inversion.ui.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,18 @@
270270
"property": "",
271271
"enabled": true
272272
},
273+
"gradient_rotation": {
274+
"group": "Regularization",
275+
"association": "Cell",
276+
"dataType": "Float",
277+
"dataGroupType": "Dip direction & dip",
278+
"label": "Gradient rotation",
279+
"optional": true,
280+
"enabled": false,
281+
"visible": false,
282+
"parent": "mesh",
283+
"value": ""
284+
},
273285
"s_norm": {
274286
"association": "Cell",
275287
"dataType": "Float",

simpeg_drivers-assets/uijson/joint_surveys_inversion.ui.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,17 @@
237237
"property": "",
238238
"enabled": true
239239
},
240+
"gradient_rotation": {
241+
"group": "Regularization",
242+
"association": "Cell",
243+
"dataType": "Float",
244+
"dataGroupType": "Dip direction & dip",
245+
"label": "Gradient rotation",
246+
"optional": true,
247+
"enabled": false,
248+
"parent": "mesh",
249+
"value": ""
250+
},
240251
"s_norm": {
241252
"association": "Cell",
242253
"dataType": "Float",

simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,17 @@
533533
"property": "",
534534
"enabled": true
535535
},
536+
"gradient_rotation": {
537+
"group": "Regularization",
538+
"association": "Cell",
539+
"dataType": "Float",
540+
"dataGroupType": "Dip direction & dip",
541+
"label": "Gradient rotation",
542+
"optional": true,
543+
"enabled": false,
544+
"parent": "mesh",
545+
"value": ""
546+
},
536547
"s_norm": {
537548
"association": "Cell",
538549
"dataType": "Float",

0 commit comments

Comments
 (0)