Skip to content

Commit 5d9a978

Browse files
authored
Merge pull request #224 from sebhmg/GEOPY-2230
GEOPY-2230: update ui.json file as per latest adjustment in Analyst
2 parents 3ef9bde + 85466a4 commit 5d9a978

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.0-alpha.6",
2+
"version": "0.3.0-beta.1",
33
"title": "Magnetic Inversion",
44
"icon": "surveyairbornemagnetics",
55
"documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/",
@@ -64,6 +64,7 @@
6464
"group": "Data",
6565
"main": true,
6666
"label": "TMI (nT)",
67+
"toolTip": "IGRF-corrected anomalous magnetic data",
6768
"parent": "data_object",
6869
"optional": true,
6970
"enabled": true,

simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.0-alpha.6",
2+
"version": "0.3.0-beta.1",
33
"title": "Magnetic Vector (MVI) Inversion",
44
"icon": "surveyairbornemagnetics",
55
"documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/",
@@ -64,6 +64,7 @@
6464
"group": "Data",
6565
"main": true,
6666
"label": "TMI (nT)",
67+
"toolTip": "IGRF-corrected anomalous magnetic data",
6768
"parent": "data_object",
6869
"optional": true,
6970
"enabled": true,

simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
2-
"version": "0.3.0-alpha.6",
3-
"title": "Depth of Investigation: Sensitivity Cutoff",
4-
"icon": "",
5-
"documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/",
2+
"version": "0.3.0-beta.1",
3+
"title": "Depth of Investigation",
4+
"icon": "grd",
5+
"documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/inversion/depth_of_investigation.html#depth-of-investigation",
66
"conda_environment": "simpeg_drivers",
77
"run_command": "simpeg_drivers.depth_of_investigation.sensitivity_cutoff.driver",
88
"geoh5": "",
99
"monitoring_directory": "",
10+
"iconOverlay": "ClippingPlane",
1011
"mesh": {
1112
"main": true,
1213
"meshType": [

simpeg_drivers-assets/uijson/tdem_inversion.ui.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.3.0-alpha.6",
2+
"version": "0.3.0-beta.1",
33
"title": "Time-domain EM (TEM) Inversion",
44
"icon": "surveyairborneem",
55
"documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/",
@@ -314,8 +314,6 @@
314314
],
315315
"label": "Gradient rotation",
316316
"parent": "mesh",
317-
"optional": true,
318-
"enabled": false,
319317
"value": ""
320318
},
321319
"s_norm": {

simpeg_drivers-assets/uijson/tile_estimator.ui.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"version": "0.3.0-alpha.6",
3-
"title": "SimPEG Tile Estimation",
4-
"icon": "",
2+
"version": "0.3.0-beta.1",
3+
"title": "Tile Estimation",
4+
"icon": "tilelist",
5+
"documentation": "",
56
"conda_environment": "simpeg_drivers",
67
"run_command": "simpeg_drivers.utils.tile_estimate",
7-
"geoh5": "",
88
"monitoring_directory": "",
99
"simulation": {
1010
"main": true,
@@ -21,7 +21,6 @@
2121
"label": "UIJson group",
2222
"value": "",
2323
"groupType": "{BB50AC61-A657-4926-9C82-067658E246A0}",
24-
"main": true,
2524
"optional": true,
2625
"enabled": false,
2726
"tooltip": "Assign a group to which results will be saved"

0 commit comments

Comments
 (0)