Skip to content
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.0-alpha.6",
"version": "0.3.0-beta.1",
"title": "Magnetic Inversion",
"icon": "surveyairbornemagnetics",
"documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/",
Expand Down Expand Up @@ -64,6 +64,7 @@
"group": "Data",
"main": true,
"label": "TMI (nT)",
"toolTip": "IGRF-corrected anomalous magnetic data",
"parent": "data_object",
"optional": true,
"enabled": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.0-alpha.6",
"version": "0.3.0-beta.1",
"title": "Magnetic Vector (MVI) Inversion",
"icon": "surveyairbornemagnetics",
"documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/",
Expand Down Expand Up @@ -64,6 +64,7 @@
"group": "Data",
"main": true,
"label": "TMI (nT)",
"toolTip": "IGRF-corrected anomalous magnetic data",
"parent": "data_object",
"optional": true,
"enabled": true,
Expand Down
9 changes: 5 additions & 4 deletions simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
{
"version": "0.3.0-alpha.6",
"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": "",
"iconOverlay": "ClippingPlane",
"mesh": {
"main": true,
"meshType": [
Expand Down
4 changes: 1 addition & 3 deletions simpeg_drivers-assets/uijson/tdem_inversion.ui.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.3.0-alpha.6",
"version": "0.3.0-beta.1",
"title": "Time-domain EM (TEM) Inversion",
"icon": "surveyairborneem",
"documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/latest/",
Expand Down Expand Up @@ -321,8 +321,6 @@
],
"label": "Gradient rotation",
"parent": "mesh",
"optional": true,
"enabled": false,
"value": ""
},
"s_norm": {
Expand Down
9 changes: 4 additions & 5 deletions simpeg_drivers-assets/uijson/tile_estimator.ui.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"version": "0.3.0-alpha.6",
"title": "SimPEG Tile Estimation",
"icon": "",
"version": "0.3.0-beta.1",
"title": "Tile Estimation",
"icon": "tilelist",
"documentation": "",
"conda_environment": "simpeg_drivers",
"run_command": "simpeg_drivers.utils.tile_estimate",
"geoh5": "",
"monitoring_directory": "",
"simulation": {
"main": true,
Expand All @@ -21,7 +21,6 @@
"label": "UIJson group",
"value": "",
"groupType": "{BB50AC61-A657-4926-9C82-067658E246A0}",
"main": true,
"optional": true,
"enabled": false,
"tooltip": "Assign a group to which results will be saved"
Expand Down
Loading