Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
18 changes: 9 additions & 9 deletions simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"label": "Line ID",
"parent": "data_object",
"value": "",
"tooltip": "Selects the data representing the different lines in the survey."
"tooltip": "Selects the data representing the different lines in the survey"
},
"line_id": {
"group": "Survey",
"main": true,
"min": 1,
"label": "Line number",
"value": 1,
"tooltip": "Selects the line of data to be processed."
"tooltip": "Selects the line of data to be processed"
},
"potential_channel_bool": true,
"mesh": {
Expand Down Expand Up @@ -110,7 +110,7 @@
"main": true,
"group": "Mesh and models",
"label": "Model units",
"tooltip": "Select the units of the model.",
"tooltip": "Select the units of the model",
"value": "Conductivity (S/m)"
},
"starting_model": {
Expand Down Expand Up @@ -138,7 +138,7 @@
"value": "",
"optional": true,
"enabled": true,
"tooltip": "Select a topography object to define the active cells for inversion."
"tooltip": "Select a topography object to define the active cells for inversion"
},
"topography": {
"association": [
Expand All @@ -151,7 +151,7 @@
"optional": true,
"enabled": false,
"label": "Elevation channel",
"tooltip": "Set elevation from channel. If not set the topography will be set from the geometry of the selected 'topography' object.",
"tooltip": "Set elevation from channel. If not set the topography will be set from the geometry of the selected 'topography' object",
"parent": "topography_object",
"dependency": "topography_object",
"dependencyType": "enabled",
Expand All @@ -171,7 +171,7 @@
"dependency": "topography_object",
"dependencyType": "disabled",
"label": "Active model",
"tooltip": "Provide the active cell boolean model directly if topography not set.",
"tooltip": "Provide the active cell boolean model directly if topography not set",
"parent": "mesh",
"value": ""
},
Expand Down Expand Up @@ -203,7 +203,7 @@
"value": 128,
"verbose": 3,
"visible": false,
"tooltip": "Limit the chunk size used by Dask for distributed computation."
"tooltip": "Limit the chunk size used by Dask for distributed computation"
},
"out_group": {
"label": "SimPEG group",
Expand All @@ -213,15 +213,15 @@
"visible": true,
"optional": true,
"enabled": false,
"tooltip": "Optionally set the SimPEG group to which results will be saved."
"tooltip": "Optionally set the SimPEG group to which results will be saved"
},
"generate_sweep": {
"label": "Generate sweep file",
"group": "Python run preferences",
"main": true,
"value": false,
"visible": false,
"tooltip": "Generates a file for sweeping parameters instead of running the application."
"tooltip": "Generates a file for sweeping parameters instead of running the application"
},
"n_workers": null,
"n_threads": null,
Expand Down
46 changes: 23 additions & 23 deletions simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@
"label": "Line ID",
"parent": "data_object",
"value": "",
"tooltip": "Selects the data representing the different lines in the survey."
"tooltip": "Selects the data representing the different lines in the survey"
},
"line_id": {
"group": "Data",
"main": true,
"min": 1,
"label": "Line number",
"value": 1,
"tooltip": "Selects the line of data to be processed."
"tooltip": "Selects the line of data to be processed"
},
"potential_channel": {
"association": "Cell",
Expand Down Expand Up @@ -130,7 +130,7 @@
"main": true,
"group": "Mesh and models",
"label": "Model units",
"tooltip": "Select the units of the model.",
"tooltip": "Select the units of the model",
"value": "Conductivity (S/m)"
},
"starting_model": {
Expand Down Expand Up @@ -197,7 +197,7 @@
"value": "",
"optional": true,
"enabled": true,
"tooltip": "Select a topography object to define the active cells for inversion."
"tooltip": "Select a topography object to define the active cells for inversion"
},
"topography": {
"association": [
Expand All @@ -210,7 +210,7 @@
"optional": true,
"enabled": false,
"label": "Elevation channel",
"tooltip": "Set elevation from channel. If not set the topography will be set from the geometry of the selected 'topography' object.",
"tooltip": "Set elevation from channel. If not set the topography will be set from the geometry of the selected 'topography' object",
"parent": "topography_object",
"dependency": "topography_object",
"dependencyType": "enabled",
Expand All @@ -230,7 +230,7 @@
"dependency": "topography_object",
"dependencyType": "disabled",
"label": "Active model",
"tooltip": "Provide the active cell boolean model directly if topography not set.",
"tooltip": "Provide the active cell boolean model directly if topography not set",
"parent": "mesh",
"value": ""
},
Expand Down Expand Up @@ -307,7 +307,7 @@
"enabled": true,
"dependency": "reference_model",
"dependencyType": "enabled",
"tooltip": "Lp-norm used in the smallness term of the objective function."
"tooltip": "Lp-norm used in the smallness term of the objective function"
},
"x_norm": {
"association": "Cell",
Expand All @@ -323,7 +323,7 @@
"precision": 2,
"lineEdit": false,
"enabled": true,
"tooltip": "Lp-norm used in the x-smoothness term of the objective function."
"tooltip": "Lp-norm used in the x-smoothness term of the objective function"
},
"y_norm": "",
"z_norm": {
Expand All @@ -340,13 +340,13 @@
"precision": 2,
"lineEdit": false,
"enabled": true,
"tooltip": "Lp-norm used in the z-smoothness term of the objective function."
"tooltip": "Lp-norm used in the z-smoothness term of the objective function"
},
"max_irls_iterations": {
"min": 0,
"group": "Sparse/blocky model",
"label": "Maximum IRLS iterations",
"tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems",
"tooltip": "Incomplete re-weighted least squares iterations for non-L2 problems",
"value": 25,
"enabled": true,
"verbose": 2
Expand All @@ -356,7 +356,7 @@
"label": "IRLS start chi factor",
"enabled": true,
"value": 1.0,
"tooltip": "This chi factor will be used to determine the misfit threshold after which IRLS iterations begin.",
"tooltip": "This chi factor will be used to determine the misfit threshold after which IRLS iterations begin",
"verbose": 3
},
"beta_tol": {
Expand Down Expand Up @@ -385,15 +385,15 @@
"label": "Chi factor",
"value": 1.0,
"enabled": true,
"tooltip": "The global target data misfit value."
"tooltip": "The global target data misfit value"
},
"auto_scale_tiles": {
"group": "Cooling schedule/target",
"label": "Auto-scale tiles",
"value": false,
"verbose": 3,
"visible": true,
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor."
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor"
},
"initial_beta_ratio": {
"min": 0.0,
Expand All @@ -404,7 +404,7 @@
"label": "Initial beta ratio",
"value": 100.0,
"verbose": 2,
"tooltip": "Estimate the trade-off parameter by scaling the ratio between the largest derivatives in the objective function gradients."
"tooltip": "Estimate the trade-off parameter by scaling the ratio between the largest derivatives in the objective function gradients"
},
"initial_beta": {
"min": 0.0,
Expand All @@ -416,12 +416,12 @@
"label": "Initial beta",
"value": 1.0,
"verbose": 2,
"tooltip": "Trade-off parameter between data misfit and regularization."
"tooltip": "Trade-off parameter between data misfit and regularization"
},
"cooling_factor": {
"group": "Cooling schedule/target",
"label": "Beta cooling factor",
"tooltip": "Each beta cooling step will be calculated by dividing the current beta by this factor.",
"tooltip": "Each beta cooling step will be calculated by dividing the current beta by this factor",
"value": 2.0,
"min": 1.1,
"max": 100,
Expand All @@ -439,7 +439,7 @@
"precision": 1,
"verbose": 2,
"enabled": true,
"tooltip": "Set the number of iterations per beta value. Use higher values for more non-linear optimization problems."
"tooltip": "Set the number of iterations per beta value. Use higher values for more non-linear optimization problems"
},
"epsilon_cooling_factor": 1.2,
"max_global_iterations": {
Expand All @@ -458,7 +458,7 @@
"min": 1,
"enabled": true,
"verbose": 3,
"tooltip": "Perform an Armijo backtracking linesearch for the provided number of iterations."
"tooltip": "Perform an Armijo backtracking linesearch for the provided number of iterations"
},
"max_cg_iterations": {
"min": 0,
Expand All @@ -483,7 +483,7 @@
"min": 1e-06,
"verbose": 3,
"enabled": true,
"tooltip": "Minimum decrease in regularization beyond which the IRLS procedure is deemed to have completed."
"tooltip": "Minimum decrease in regularization beyond which the IRLS procedure is deemed to have completed"
},
"sens_wts_threshold": {
"group": "Update sensitivity weights directive",
Expand All @@ -507,7 +507,7 @@
"save_sensitivities": {
"group": "Update sensitivity weights directive",
"label": "Save sensitivities",
"tooltip": "Save the summed square row sensitivities to geoh5.",
"tooltip": "Save the summed square row sensitivities to geoh5",
"value": false
},
"n_cpu": {
Expand Down Expand Up @@ -548,7 +548,7 @@
"value": 128,
"verbose": 3,
"visible": false,
"tooltip": "Limit the chunk size used by Dask for distributed computation."
"tooltip": "Limit the chunk size used by Dask for distributed computation"
},
"out_group": {
"label": "SimPEG group",
Expand All @@ -558,15 +558,15 @@
"visible": true,
"optional": true,
"enabled": false,
"tooltip": "Optionally set the SimPEG group to which results will be saved."
"tooltip": "Optionally set the SimPEG group to which results will be saved"
},
"generate_sweep": {
"label": "Generate sweep file",
"group": "Python run preferences",
"main": true,
"value": false,
"visible": false,
"tooltip": "Generates a file for sweeping parameters instead of running the application."
"tooltip": "Generates a file for sweeping parameters instead of running the application"
},
"n_workers": null,
"n_threads": null,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@
"min": 0,
"group": "Sparse/blocky model",
"label": "Maximum IRLS iterations",
"tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems",
"tooltip": "Incomplete re-weighted least squares iterations for non-L2 problems",
"value": 25,
"enabled": true,
"verbose": 2
Expand Down Expand Up @@ -363,7 +363,7 @@
"value": false,
"verbose": 3,
"visible": true,
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor."
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor"
},
"initial_beta_ratio": {
"min": 0.0,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
"main": true,
"isValue": true,
"parent": "mesh",
"label": "Initial Conductivity (S/m)",
"label": "Initial conductivity (S/m)",
"property": "",
"value": 0.001
},
Expand All @@ -135,7 +135,7 @@
"optional": true,
"enabled": false,
"parent": "mesh",
"label": "Reference Conductivity (S/m)",
"label": "Reference conductivity (S/m)",
"property": "",
"value": 0.001
},
Expand Down Expand Up @@ -327,7 +327,7 @@
"min": 0,
"group": "Sparse/blocky model",
"label": "Maximum IRLS iterations",
"tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems",
"tooltip": "Incomplete re-weighted least squares iterations for non-L2 problems",
"value": 25,
"enabled": true,
"verbose": 2
Expand Down Expand Up @@ -374,7 +374,7 @@
"value": false,
"verbose": 3,
"visible": true,
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor."
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor"
},
"initial_beta_ratio": {
"min": 0.0,
Expand Down
4 changes: 2 additions & 2 deletions simpeg_drivers-assets/uijson/fdem1d_inversion.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
"min": 0,
"group": "Sparse/blocky model",
"label": "Maximum IRLS iterations",
"tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems",
"tooltip": "Incomplete re-weighted least squares iterations for non-L2 problems",
"value": 25,
"enabled": true,
"verbose": 2
Expand Down Expand Up @@ -398,7 +398,7 @@
"value": false,
"verbose": 3,
"visible": false,
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor."
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor"
},
"initial_beta_ratio": {
"min": 0.0,
Expand Down
6 changes: 3 additions & 3 deletions simpeg_drivers-assets/uijson/fdem_inversion.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,7 @@
"min": 0,
"group": "Sparse/blocky model",
"label": "Maximum IRLS iterations",
"tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems",
"tooltip": "Incomplete re-weighted least squares iterations for non-L2 problems",
"value": 25,
"enabled": true,
"verbose": 2
Expand Down Expand Up @@ -399,15 +399,15 @@
"value": false,
"verbose": 3,
"visible": true,
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor."
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor"
},
"auto_scale_channels": {
"group": "Cooling schedule/target",
"label": "Auto-scale frequencies",
"value": false,
"verbose": 3,
"visible": true,
"tooltip": "Whether to auto-scale frequencies based on chi-factor."
"tooltip": "Whether to auto-scale frequencies based on chi-factor"
},
"initial_beta_ratio": {
"min": 0.0,
Expand Down
4 changes: 2 additions & 2 deletions simpeg_drivers-assets/uijson/gravity_inversion.ui.json
Original file line number Diff line number Diff line change
Expand Up @@ -585,7 +585,7 @@
"min": 0,
"group": "Sparse/blocky model",
"label": "Maximum IRLS iterations",
"tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems",
"tooltip": "Incomplete re-weighted least squares iterations for non-L2 problems",
"value": 25,
"enabled": true,
"verbose": 2
Expand Down Expand Up @@ -632,7 +632,7 @@
"value": false,
"verbose": 3,
"visible": true,
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor."
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor"
},
"initial_beta_ratio": {
"min": 0.0,
Expand Down
Loading