From b70fabaae1255671bf1e8105e72d1460c01ebf30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Hensgen?= Date: Thu, 12 Jun 2025 12:41:22 -0400 Subject: [PATCH] [GEOPY-2230] update ui.json file as per latest adjustment in Analyst --- .../uijson/magnetic_scalar_inversion.ui.json | 4 ++-- .../uijson/magnetic_vector_inversion.ui.json | 4 ++-- .../uijson/sensitivity_cutoff.ui.json | 20 +++++++------------ .../uijson/tdem_inversion.ui.json | 5 +---- .../uijson/tile_estimator.ui.json | 14 +++++-------- 5 files changed, 17 insertions(+), 30 deletions(-) diff --git a/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json b/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json index 97b20b02..86633832 100644 --- a/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.4", + "version": "0.3.0-beta.1", "title": "Magnetic Inversion", "icon": "surveyairbornemagnetics", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/", @@ -7,7 +7,6 @@ "run_command": "simpeg_drivers.driver", "geoh5": "", "monitoring_directory": "", - "workspace_geoh5": "", "inversion_type": "magnetic scalar", "physical_property": "susceptibility", "forward_only": false, @@ -65,6 +64,7 @@ "group": "Data", "main": true, "label": "TMI (nT)", + "toolTip": "IGRF-corrected anomalous magnetic data", "parent": "data_object", "optional": true, "enabled": true, diff --git a/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json b/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json index 7dded8a2..b1c9105b 100644 --- a/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.4", + "version": "0.3.0-beta.1", "title": "Magnetic Vector (MVI) Inversion", "icon": "surveyairbornemagnetics", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/", @@ -7,7 +7,6 @@ "run_command": "simpeg_drivers.driver", "geoh5": "", "monitoring_directory": "", - "workspace_geoh5": "", "inversion_type": "magnetic vector", "physical_property": "susceptibility", "forward_only": false, @@ -65,6 +64,7 @@ "group": "Data", "main": true, "label": "TMI (nT)", + "toolTip": "IGRF-corrected anomalous magnetic data", "parent": "data_object", "optional": true, "enabled": true, diff --git a/simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json b/simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json index f41bf347..9d2f77bc 100644 --- a/simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json +++ b/simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json @@ -1,16 +1,15 @@ { - "version": "0.3.0-alpha.4", - "title": "Depth of Investigation: Sensitivity Cutoff", - "icon": "", - "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/", + "version": "0.3.0-beta.1", + "title": "Depth of Investigation", + "icon": "grd", + "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/inversion/depth_of_investigation.html#depth-of-investigation", "conda_environment": "simpeg_drivers", "run_command": "simpeg_drivers.depth_of_investigation.sensitivity_cutoff.driver", "geoh5": "", "monitoring_directory": "", - "workspace_geoh5": "", + "iconOverlay": "ClippingPlane", "mesh": { "main": true, - "group": "Sensitivity", "meshType": [ "4ea87376-3ece-438b-bf12-3479733ded46" ], @@ -19,7 +18,6 @@ }, "sensitivity_model": { "main": true, - "group": "Sensitivity", "parent": "mesh", "association": "Cell", "dataType": "Float", @@ -28,7 +26,6 @@ }, "sensitivity_cutoff": { "main": true, - "group": "Sensitivity", "label": "Cutoff (%)", "tooltip": "The created mask will eliminate cells below the cutoff percentage", "value": 10.0, @@ -39,7 +36,6 @@ }, "cutoff_method": { "main": true, - "group": "Sensitivity", "label": "Method", "choiceList": [ "percentile", @@ -50,9 +46,7 @@ }, "mask_name": { "main": true, - "label": "Name", - "value": "Sensitivity Cutoff", - "optional": true, - "enabled": false + "label": "Output name", + "value": "Sensitivity cutoff" } } diff --git a/simpeg_drivers-assets/uijson/tdem_inversion.ui.json b/simpeg_drivers-assets/uijson/tdem_inversion.ui.json index d3be6031..c932a759 100644 --- a/simpeg_drivers-assets/uijson/tdem_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/tdem_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.4", + "version": "0.3.0-beta.1", "title": "Time-domain EM (TEM) Inversion", "icon": "surveyairborneem", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/", @@ -7,7 +7,6 @@ "run_command": "simpeg_drivers.driver", "geoh5": "", "monitoring_directory": "", - "workspace_geoh5": "", "inversion_type": "tdem", "physical_property": "conductivity", "forward_only": false, @@ -315,8 +314,6 @@ ], "label": "Gradient rotation", "parent": "mesh", - "optional": true, - "enabled": false, "value": "" }, "s_norm": { diff --git a/simpeg_drivers-assets/uijson/tile_estimator.ui.json b/simpeg_drivers-assets/uijson/tile_estimator.ui.json index 41c37955..19726fa4 100644 --- a/simpeg_drivers-assets/uijson/tile_estimator.ui.json +++ b/simpeg_drivers-assets/uijson/tile_estimator.ui.json @@ -1,30 +1,26 @@ { - "version": "0.3.0-alpha.4", + "version": "0.3.0-beta.1", "title": "Tile Estimation", - "icon": "", - "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/", + "icon": "tilelist", + "documentation": "", "conda_environment": "simpeg_drivers", "run_command": "simpeg_drivers.utils.tile_estimate", - "geoh5": "", "monitoring_directory": "", - "workspace_geoh5": "", "simulation": { "main": true, - "label": "Group A", + "label": "SimPEG Group", "groupType": "{55ed3daf-c192-4d4b-a439-60fa987fe2b8}", "value": "" }, "render_plot": { "main": true, - "label": "Render Plot", + "label": "Create plot", "value": true }, "out_group": { "label": "UIJson group", "value": "", "groupType": "{BB50AC61-A657-4926-9C82-067658E246A0}", - "group": "Drag-and-drop options", - "visible": true, "optional": true, "enabled": false, "tooltip": "Assign a group to which results will be saved"