Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,8 @@
"optional": true,
"enabled": false,
"parent": "mesh",
"value": ""
"value": "",
"tooltip": "Rotate the gradient of the regularization to align with a provided structural orientation.\nThe data should be provided as a data group in the form of either strike & dip, dip direction & dip, or x/y/z components."
},
"s_norm": {
"association": "Cell",
Expand Down Expand Up @@ -448,6 +449,7 @@
"label": "Maximum CG iterations",
"value": 30,
"enabled": true,
"tooltip": "Maximum number of iterations for the conjugate gradient solver used in the optimization",
Comment thread
benk-mira marked this conversation as resolved.
"verbose": 2
},
"tol_cg": {
Expand All @@ -456,6 +458,7 @@
"label": "Conjugate gradient tolerance",
"value": 0.0001,
"enabled": true,
"tooltip": "Tolerance for the conjugate gradient solver used in the optimization",
"verbose": 3
},
"f_min_change": {
Expand All @@ -469,7 +472,7 @@
},
"sens_wts_threshold": {
"group": "Update sensitivity weights directive",
"tooltip": "Update sensitivity weight threshold",
"tooltip": "Threshold, as a percentage of the maximum sensitivity weight, below which sensitivity weights become constant",
"label": "Threshold (%)",
"value": 1.0,
"max": 100.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@
"optional": true,
"enabled": false,
"parent": "mesh",
"tooltip": "Rotate the gradient of the regularization to align with a provided structural orientation.\nThe data should be provided as a data group in the form of either strike & dip, dip direction & dip, or x/y/z components.",
"value": ""
},
"s_norm": {
Expand Down Expand Up @@ -463,6 +464,7 @@
"label": "Maximum CG iterations",
"value": 30,
"enabled": true,
"tooltip": "Maximum number of iterations for the conjugate gradient solver used in the optimization",
"verbose": 2
},
"tol_cg": {
Expand All @@ -471,6 +473,7 @@
"label": "Conjugate gradient tolerance",
"value": 0.0001,
"enabled": true,
"tooltip": "Tolerance for the conjugate gradient solver used in the optimization",
"verbose": 3
},
"f_min_change": {
Expand All @@ -484,7 +487,7 @@
},
"sens_wts_threshold": {
"group": "Update sensitivity weights directive",
"tooltip": "Update sensitivity weight threshold",
"tooltip": "Threshold, as a percentage of the maximum sensitivity weight, below which sensitivity weights become constant",
"label": "Threshold (%)",
"value": 1.0,
"max": 100.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
"optional": true,
"enabled": false,
"parent": "mesh",
"tooltip": "Rotate the gradient of the regularization to align with a provided structural orientation.\nThe data should be provided as a data group in the form of either strike & dip, dip direction & dip, or x/y/z components.",
"value": ""
},
"s_norm": {
Expand Down Expand Up @@ -433,6 +434,7 @@
"label": "Maximum CG iterations",
"value": 30,
"enabled": true,
"tooltip": "Maximum number of iterations for the conjugate gradient solver used in the optimization",
"verbose": 2
},
"tol_cg": {
Expand All @@ -441,6 +443,7 @@
"label": "Conjugate gradient tolerance",
"value": 0.0001,
"enabled": true,
"tooltip": "Tolerance for the conjugate gradient solver used in the optimization",
"verbose": 3
},
"f_min_change": {
Expand All @@ -454,7 +457,7 @@
},
"sens_wts_threshold": {
"group": "Update sensitivity weights directive",
"tooltip": "Update sensitivity weight threshold",
"tooltip": "Threshold, as a percentage of the maximum sensitivity weight, below which sensitivity weights become constant",
"label": "Threshold (%)",
"value": 1.0,
"max": 100.0,
Expand Down
4 changes: 3 additions & 1 deletion simpeg_drivers-assets/uijson/fdem1d_inversion.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -465,6 +465,7 @@
"label": "Maximum CG iterations",
"value": 30,
"enabled": true,
"tooltip": "Maximum number of iterations for the conjugate gradient solver used in the optimization",
"verbose": 2
},
"tol_cg": {
Expand All @@ -473,6 +474,7 @@
"label": "Conjugate gradient tolerance",
"value": 0.0001,
"enabled": true,
"tooltip": "Tolerance for the conjugate gradient solver used in the optimization",
"verbose": 3
},
"f_min_change": {
Expand All @@ -486,7 +488,7 @@
},
"sens_wts_threshold": {
"group": "Update sensitivity weights directive",
"tooltip": "Update sensitivity weight threshold",
"tooltip": "Threshold, as a percentage of the maximum sensitivity weight, below which sensitivity weights become constant",
"label": "Threshold (%)",
"value": 100.0,
"max": 100.0,
Expand Down
5 changes: 4 additions & 1 deletion simpeg_drivers-assets/uijson/fdem_inversion.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,7 @@
"optional": true,
"enabled": false,
"parent": "mesh",
"tooltip": "Rotate the gradient of the regularization to align with a provided structural orientation.\nThe data should be provided as a data group in the form of either strike & dip, dip direction & dip, or x/y/z components.",
"value": ""
},
"s_norm": {
Expand Down Expand Up @@ -513,6 +514,7 @@
"label": "Maximum CG iterations",
"value": 30,
"enabled": true,
"tooltip": "Maximum number of iterations for the conjugate gradient solver used in the optimization",
"verbose": 2
},
"tol_cg": {
Expand All @@ -521,6 +523,7 @@
"label": "Conjugate gradient tolerance",
"value": 0.0001,
"enabled": true,
"tooltip": "Tolerance for the conjugate gradient solver used in the optimization",
"verbose": 3
},
"f_min_change": {
Expand All @@ -534,7 +537,7 @@
},
"sens_wts_threshold": {
"group": "Update sensitivity weights directive",
"tooltip": "Update sensitivity weight threshold",
"tooltip": "Threshold, as a percentage of the maximum sensitivity weight, below which sensitivity weights become constant",
"label": "Threshold (%)",
"value": 1.0,
"max": 100.0,
Expand Down
5 changes: 4 additions & 1 deletion simpeg_drivers-assets/uijson/gravity_inversion.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@
"optional": true,
"enabled": false,
"parent": "mesh",
"tooltip": "Rotate the gradient of the regularization to align with a provided structural orientation.\nThe data should be provided as a data group in the form of either strike & dip, dip direction & dip, or x/y/z components.",
"value": ""
},
"s_norm": {
Expand Down Expand Up @@ -703,6 +704,7 @@
"label": "Maximum CG iterations",
"value": 30,
"enabled": true,
"tooltip": "Maximum number of iterations for the conjugate gradient solver used in the optimization",
"verbose": 2
},
"tol_cg": {
Expand All @@ -711,6 +713,7 @@
"label": "Conjugate gradient tolerance",
"value": 0.0001,
"enabled": true,
"tooltip": "Tolerance for the conjugate gradient solver used in the optimization",
"verbose": 3
},
"f_min_change": {
Expand All @@ -724,7 +727,7 @@
},
"sens_wts_threshold": {
"group": "Update sensitivity weights directive",
"tooltip": "Update sensitivity weight threshold",
"tooltip": "Threshold, as a percentage of the maximum sensitivity weight, below which sensitivity weights become constant",
"label": "Threshold (%)",
"value": 0.001,
"max": 100.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"isValue": true,
"parent": "mesh",
"label": "Background",
"tooltip": "Background model in the model units (S/m or Ohm-m)",
"tooltip": "Provide a background conductivity model in the model units (S/m or Ohm-m).\nGenerally the result of a 2D inversion of the DC resistivity data.",
"property": "",
"value": 0.001
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@
"isValue": true,
"parent": "mesh",
"label": "Background",
"tooltip": "Background model in the model units (S/m or Ohm-m)",
"tooltip": "Provide a background conductivity model in the model units (S/m or Ohm-m).\nGenerally the result of a 2D inversion of the DC resistivity data.",
"property": "",
"value": 0.001
},
Expand Down Expand Up @@ -297,6 +297,7 @@
"optional": true,
"enabled": false,
"parent": "mesh",
"tooltip": "Rotate the gradient of the regularization to align with a provided structural orientation.\nThe data should be provided as a data group in the form of either strike & dip, dip direction & dip, or x/y/z components.",
"value": ""
},
"s_norm": {
Expand Down Expand Up @@ -474,6 +475,7 @@
"label": "Maximum CG iterations",
"value": 30,
"enabled": true,
"tooltip": "Maximum number of iterations for the conjugate gradient solver used in the optimization",
"verbose": 2
},
"tol_cg": {
Expand All @@ -482,6 +484,7 @@
"label": "Conjugate gradient tolerance",
"value": 0.0001,
"enabled": true,
"tooltip": "Tolerance for the conjugate gradient solver used in the optimization",
"verbose": 3
},
"f_min_change": {
Expand All @@ -495,7 +498,7 @@
},
"sens_wts_threshold": {
"group": "Update sensitivity weights directive",
"tooltip": "Update sensitivity weight threshold",
"tooltip": "Threshold, as a percentage of the maximum sensitivity weight, below which sensitivity weights become constant",
"label": "Threshold (%)",
"value": 1.0,
"max": 100.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"parent": "mesh",
"label": "Conductivity (S/m)",
"property": "",
"tooltip": "Provide a background conductivity model in the model units (S/m or Ohm-m).\nGenerally the result of a 3D inversion of the DC resistivity data.",
"value": 0.001
},
"starting_model": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
"parent": "mesh",
"label": "Conductivity (S/m)",
"property": "",
"tooltip": "Provide a background conductivity model in the model units (S/m or Ohm-m).\nGenerally the result of a 3D inversion of the DC resistivity data.",
"value": 0.001
},
"starting_model": {
Expand Down Expand Up @@ -121,6 +122,7 @@
"property": "",
"optional": true,
"value": 0.0,
"tooltip": "Set an lower bound for the chargeability model, either cell-based on as a constant value",
Comment thread
benk-mira marked this conversation as resolved.
Comment thread
benk-mira marked this conversation as resolved.
"enabled": true
},
"upper_bound": {
Expand All @@ -136,6 +138,7 @@
"label": "Upper bound (V/V)",
"property": "",
"optional": true,
"tooltip": "Set an upper bound for the chargeability model, either cell-based on as a constant value",
Comment thread
benk-mira marked this conversation as resolved.
Outdated
Comment thread
benk-mira marked this conversation as resolved.
Outdated
"value": 100.0,
"enabled": false
},
Expand Down Expand Up @@ -257,6 +260,7 @@
"optional": true,
"enabled": false,
"parent": "mesh",
"tooltip": "Rotate the gradient of the regularization to align with a provided structural orientation.\nThe data should be provided as a data group in the form of either strike & dip, dip direction & dip, or x/y/z components.",
"value": ""
},
"s_norm": {
Expand Down Expand Up @@ -449,6 +453,7 @@
"label": "Maximum CG iterations",
"value": 30,
"enabled": true,
"tooltip": "Maximum number of iterations for the conjugate gradient solver used in the optimization",
"verbose": 2
},
"tol_cg": {
Expand All @@ -457,6 +462,7 @@
"label": "Conjugate gradient tolerance",
"value": 0.0001,
"enabled": true,
"tooltip": "Tolerance for the conjugate gradient solver used in the optimization",
"verbose": 3
},
"f_min_change": {
Expand All @@ -470,7 +476,7 @@
},
"sens_wts_threshold": {
"group": "Update sensitivity weights directive",
"tooltip": "Update sensitivity weight threshold",
"tooltip": "Threshold, as a percentage of the maximum sensitivity weight, below which sensitivity weights become constant",
Comment thread
benk-mira marked this conversation as resolved.
Outdated
"label": "Threshold (%)",
"value": 1.0,
"max": 100.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@
"optional": true,
"enabled": false,
"parent": "mesh",
"tooltip": "Rotate the gradient of the regularization to align with a provided structural orientation.\nThe data should be provided as a data group in the form of either strike & dip, dip direction & dip, or x/y/z components.",
"value": ""
},
"s_norm": {
Expand Down Expand Up @@ -391,6 +392,7 @@
"label": "Maximum CG iterations",
"value": 30,
"enabled": true,
"tooltip": "Maximum number of iterations for the conjugate gradient solver used in the optimization",
"verbose": 2
},
"tol_cg": {
Expand All @@ -399,6 +401,7 @@
"label": "Conjugate gradient tolerance",
"value": 0.0001,
"enabled": true,
"tooltip": "Tolerance for the conjugate gradient solver used in the optimization",
"verbose": 3
},
"f_min_change": {
Expand All @@ -412,7 +415,7 @@
},
"sens_wts_threshold": {
"group": "Update sensitivity weights directive",
"tooltip": "Update sensitivity weight threshold",
"tooltip": "Threshold, as a percentage of the maximum sensitivity weight, below which sensitivity weights become constant",
"label": "Threshold (%)",
"value": 0.001,
"max": 100.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@
"optional": true,
"enabled": false,
"parent": "mesh",
"tooltip": "Rotate the gradient of the regularization to align with a provided structural orientation.\nThe data should be provided as a data group in the form of either strike & dip, dip direction & dip, or x/y/z components.",
"value": ""
},
"s_norm": {
Expand Down Expand Up @@ -359,6 +360,7 @@
"label": "Maximum CG iterations",
"value": 30,
"enabled": true,
"tooltip": "Maximum number of iterations for the conjugate gradient solver used in the optimization",
"verbose": 2
},
"tol_cg": {
Expand All @@ -367,6 +369,7 @@
"label": "Conjugate gradient tolerance",
"value": 0.0001,
"enabled": true,
"tooltip": "Tolerance for the conjugate gradient solver used in the optimization",
"verbose": 3
},
"f_min_change": {
Expand All @@ -380,7 +383,7 @@
},
"sens_wts_threshold": {
"group": "Update sensitivity weights directive",
"tooltip": "Update sensitivity weight threshold",
"tooltip": "Threshold, as a percentage of the maximum sensitivity weight, below which sensitivity weights become constant",
"label": "Threshold (%)",
"value": 0.001,
"max": 100.0,
Expand Down
Loading
Loading