diff --git a/simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json b/simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json index ff9dfa3d..4d85f256 100644 --- a/simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Direct Current (DC) 2D Forward", "icon": "PotentialElectrode", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -184,7 +184,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -225,9 +225,9 @@ "value": false, "tooltip": "Generates a file for sweeping parameters instead of running the application." }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json b/simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json index 7d4851a9..c8cdecf5 100644 --- a/simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Direct Current (DC) 2D Inversion", "icon": "PotentialElectrode", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -392,7 +392,7 @@ "auto_scale_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." @@ -519,7 +519,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -570,9 +570,9 @@ "value": false, "tooltip": "Generates a file for sweeping parameters instead of running the application." }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/direct_current_3d_forward.ui.json b/simpeg_drivers-assets/uijson/direct_current_3d_forward.ui.json index 132f72e0..c7e1043d 100644 --- a/simpeg_drivers-assets/uijson/direct_current_3d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_3d_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Direct Current (DC) 3D Forward", "icon": "PotentialElectrode", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -27,7 +27,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -37,7 +37,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": { @@ -68,7 +68,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": [ @@ -81,7 +81,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", @@ -101,7 +101,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": "" }, @@ -113,7 +113,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -135,7 +135,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "max_chunk_size": { "min": 0, @@ -146,7 +146,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", @@ -156,18 +156,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/direct_current_3d_inversion.ui.json b/simpeg_drivers-assets/uijson/direct_current_3d_inversion.ui.json index 7ffbdba7..92efc57f 100644 --- a/simpeg_drivers-assets/uijson/direct_current_3d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_3d_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Direct Current (DC) 3D Inversion", "icon": "PotentialElectrode", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -52,7 +52,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -62,7 +62,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": { @@ -141,7 +141,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": [ @@ -154,7 +154,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", @@ -174,7 +174,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": "" }, @@ -262,7 +262,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", @@ -278,7 +278,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": { "association": "Cell", @@ -294,7 +294,7 @@ "precision": 2, "lineEdit": false, "enabled": true, - "tooltip": "Lp-norm used in the y-smoothness term of the objective function." + "tooltip": "Lp-norm used in the y-smoothness term of the objective function" }, "z_norm": { "association": "Cell", @@ -310,7 +310,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -327,7 +327,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": { @@ -356,15 +356,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_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -375,7 +375,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, @@ -387,12 +387,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, @@ -410,7 +410,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": { @@ -429,7 +429,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, @@ -454,7 +454,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", @@ -478,7 +478,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": { @@ -488,7 +488,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -510,7 +510,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "store_sensitivities": { "choiceList": [ @@ -531,7 +531,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", @@ -541,18 +541,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/direct_current_batch2d_forward.ui.json b/simpeg_drivers-assets/uijson/direct_current_batch2d_forward.ui.json index f2625c69..ecb2fbe6 100644 --- a/simpeg_drivers-assets/uijson/direct_current_batch2d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_batch2d_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Direct Current (DC) 2D Batch Forward", "icon": "PotentialElectrode", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -26,7 +26,7 @@ "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": 1, "potential_channel_bool": true, @@ -94,7 +94,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": { @@ -122,7 +122,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": [ @@ -135,7 +135,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", @@ -155,7 +155,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": "" }, @@ -167,7 +167,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -189,7 +189,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", @@ -199,14 +199,14 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "files_only": { "label": "Generate files only", @@ -220,9 +220,9 @@ "label": "Clean directory", "value": false }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/direct_current_batch2d_inversion.ui.json b/simpeg_drivers-assets/uijson/direct_current_batch2d_inversion.ui.json index df354809..d92387f2 100644 --- a/simpeg_drivers-assets/uijson/direct_current_batch2d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/direct_current_batch2d_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Direct Current (DC) 2D Batch Inversion", "icon": "PotentialElectrode", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -26,7 +26,7 @@ "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": 1, "potential_channel": { @@ -113,7 +113,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": { @@ -180,7 +180,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": [ @@ -193,7 +193,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", @@ -213,7 +213,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": "" }, @@ -290,7 +290,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", @@ -306,7 +306,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" }, "z_norm": { "association": "Cell", @@ -322,7 +322,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -339,7 +339,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": { @@ -368,15 +368,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_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -387,7 +387,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, @@ -399,12 +399,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, @@ -422,7 +422,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": { @@ -441,7 +441,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, @@ -466,7 +466,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", @@ -490,7 +490,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": { @@ -500,7 +500,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -532,7 +532,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", @@ -542,14 +542,14 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "files_only": { "label": "Generate files only", @@ -563,9 +563,9 @@ "label": "Clean directory", "value": true }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/fdem1d_forward.ui.json b/simpeg_drivers-assets/uijson/fdem1d_forward.ui.json index 2910cc0c..bc8313e6 100644 --- a/simpeg_drivers-assets/uijson/fdem1d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/fdem1d_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Frequency-domain EM (FEM) Forward", "icon": "surveyairborneem", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -80,7 +80,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -90,7 +90,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": { @@ -121,7 +121,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": [ @@ -134,7 +134,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", @@ -154,7 +154,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": "" }, @@ -166,7 +166,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -188,7 +188,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "max_chunk_size": { "min": 0, @@ -199,7 +199,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", @@ -209,18 +209,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/fdem1d_inversion.ui.json b/simpeg_drivers-assets/uijson/fdem1d_inversion.ui.json index 8555dc48..830d5ff1 100644 --- a/simpeg_drivers-assets/uijson/fdem1d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/fdem1d_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Frequency-domain EM 1D (FEM) Inversion", "icon": "surveyairborneem", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -128,7 +128,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -138,7 +138,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": { @@ -217,7 +217,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": [ @@ -230,7 +230,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", @@ -250,7 +250,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": "" }, @@ -313,7 +313,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", @@ -329,7 +329,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": { @@ -346,7 +346,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -363,7 +363,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": { @@ -392,7 +392,7 @@ "label": "Chi factor", "value": 1.0, "enabled": true, - "tooltip": "The global target data misfit value." + "tooltip": "The global target data misfit value" }, "auto_scale_misfits": { "group": "Cooling schedule/target", @@ -400,7 +400,7 @@ "value": false, "verbose": 3, "visible": false, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -411,7 +411,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, @@ -423,12 +423,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, @@ -446,7 +446,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": { @@ -465,7 +465,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, @@ -490,7 +490,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", @@ -514,7 +514,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": { @@ -547,7 +547,7 @@ "max": 1000, "verbose": 2, "visible": false, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "store_sensitivities": { "choiceList": [ @@ -569,7 +569,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", @@ -579,18 +579,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/fem_forward.ui.json b/simpeg_drivers-assets/uijson/fem_forward.ui.json index b248c620..1814cd41 100644 --- a/simpeg_drivers-assets/uijson/fem_forward.ui.json +++ b/simpeg_drivers-assets/uijson/fem_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Frequency-domain EM (FEM) Forward", "icon": "surveyairborneem", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -8,7 +8,7 @@ "geoh5": "", "monitoring_directory": "", "workspace_geoh5": "", - "inversion_type": "fdem", + "inversion_type": "fem", "physical_property": "conductivity", "forward_only": true, "data_object": { @@ -40,7 +40,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -50,7 +50,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": { @@ -81,7 +81,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": [ @@ -94,7 +94,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", @@ -114,7 +114,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": "" }, @@ -126,7 +126,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -148,7 +148,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "max_chunk_size": { "min": 0, @@ -159,7 +159,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", @@ -169,18 +169,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/fem_inversion.ui.json b/simpeg_drivers-assets/uijson/fem_inversion.ui.json index ec409904..4e49a97d 100644 --- a/simpeg_drivers-assets/uijson/fem_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/fem_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Frequency-domain EM (FEM) Inversion", "icon": "surveyairborneem", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -8,7 +8,7 @@ "geoh5": "", "monitoring_directory": "", "workspace_geoh5": "", - "inversion_type": "fdem", + "inversion_type": "fem", "physical_property": "conductivity", "forward_only": false, "data_object": { @@ -88,7 +88,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -98,7 +98,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": { @@ -177,7 +177,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": [ @@ -190,7 +190,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", @@ -210,7 +210,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": "" }, @@ -298,7 +298,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", @@ -314,7 +314,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": { "association": "Cell", @@ -330,7 +330,7 @@ "precision": 2, "lineEdit": false, "enabled": true, - "tooltip": "Lp-norm used in the y-smoothness term of the objective function." + "tooltip": "Lp-norm used in the y-smoothness term of the objective function" }, "z_norm": { "association": "Cell", @@ -346,7 +346,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -363,7 +363,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": { @@ -392,15 +392,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_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -411,7 +411,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, @@ -423,12 +423,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, @@ -446,7 +446,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": { @@ -465,7 +465,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, @@ -490,7 +490,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", @@ -514,7 +514,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": { @@ -524,7 +524,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -546,7 +546,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "store_sensitivities": { "choiceList": [ @@ -567,7 +567,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", @@ -577,18 +577,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/gravity_forward.ui.json b/simpeg_drivers-assets/uijson/gravity_forward.ui.json index 53841c23..f73b3bbe 100644 --- a/simpeg_drivers-assets/uijson/gravity_forward.ui.json +++ b/simpeg_drivers-assets/uijson/gravity_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Gravity Forward", "icon": "surveyairbornegravity", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -94,7 +94,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "starting_model": { "association": [ @@ -124,7 +124,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": [ @@ -137,7 +137,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", @@ -157,7 +157,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": "" }, @@ -169,7 +169,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": "Pardiso", "tile_spatial": { @@ -182,7 +182,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "max_chunk_size": { "min": 0, @@ -193,7 +193,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", @@ -203,18 +203,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/gravity_inversion.ui.json b/simpeg_drivers-assets/uijson/gravity_inversion.ui.json index 34cdae84..41e10c3b 100644 --- a/simpeg_drivers-assets/uijson/gravity_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/gravity_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Gravity Inversion", "icon": "surveyairbornegravity", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -332,7 +332,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "starting_model": { "association": [ @@ -410,7 +410,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": [ @@ -423,7 +423,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", @@ -443,7 +443,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": "" }, @@ -531,7 +531,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", @@ -547,7 +547,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": { "association": "Cell", @@ -563,7 +563,7 @@ "precision": 2, "lineEdit": false, "enabled": true, - "tooltip": "Lp-norm used in the y-smoothness term of the objective function." + "tooltip": "Lp-norm used in the y-smoothness term of the objective function" }, "z_norm": { "association": "Cell", @@ -579,7 +579,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -596,7 +596,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": { @@ -625,15 +625,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_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -644,7 +644,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, @@ -656,12 +656,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, @@ -697,7 +697,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, @@ -722,7 +722,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", @@ -746,7 +746,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": { @@ -756,7 +756,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": "Pardiso", "tile_spatial": { @@ -774,7 +774,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "store_sensitivities": { "choiceList": [ @@ -795,7 +795,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", @@ -805,18 +805,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/induced_polarization_2d_forward.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_2d_forward.ui.json index 1d3b32df..485f4d4a 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_2d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_2d_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Induced Polarization (IP) 2D Forward", "icon": "PotentialElectrode", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -196,7 +196,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -237,9 +237,9 @@ "value": false, "tooltip": "Generates a file for sweeping parameters instead of running the application." }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json index 665942b4..9cad055f 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_2d_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Induced Polarization (IP) 2D Inversion", "icon": "PotentialElectrode", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -403,7 +403,7 @@ "auto_scale_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." @@ -530,7 +530,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -581,9 +581,9 @@ "value": false, "tooltip": "Generates a file for sweeping parameters instead of running the application." }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/induced_polarization_3d_forward.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_3d_forward.ui.json index ad74bf9e..92e6e653 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_3d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_3d_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Induced Polarization (IP) 3D Forward", "icon": "PotentialElectrode", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -27,7 +27,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -37,7 +37,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)" }, "conductivity_model": { @@ -50,8 +50,7 @@ "main": true, "isValue": true, "parent": "mesh", - "label": "Background", - "tooltip": "Background model in the 'Model units' (S/m or Ohm-m).", + "label": "Conductivity (S/m)", "property": "", "value": 0.001 }, @@ -85,7 +84,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": [ @@ -98,7 +97,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", @@ -118,7 +117,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": "" }, @@ -130,7 +129,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -152,7 +151,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "max_chunk_size": { "min": 0, @@ -163,7 +162,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", @@ -173,18 +172,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/induced_polarization_3d_inversion.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_3d_inversion.ui.json index 18243153..606610a8 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_3d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_3d_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Induced Polarization (IP) 3D Inversion", "icon": "PotentialElectrode", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -52,7 +52,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -62,7 +62,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)" }, "conductivity_model": { @@ -75,8 +75,7 @@ "main": true, "isValue": true, "parent": "mesh", - "label": "Background", - "tooltip": "Background model in the 'Model units' (S/m or Ohm-m).", + "label": "Conductivity (S/m)", "property": "", "value": 0.001 }, @@ -158,7 +157,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": [ @@ -171,7 +170,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", @@ -191,7 +190,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": "" }, @@ -279,7 +278,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", @@ -295,7 +294,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": { "association": "Cell", @@ -311,7 +310,7 @@ "precision": 2, "lineEdit": false, "enabled": true, - "tooltip": "Lp-norm used in the y-smoothness term of the objective function." + "tooltip": "Lp-norm used in the y-smoothness term of the objective function" }, "z_norm": { "association": "Cell", @@ -327,7 +326,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -344,7 +343,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": { @@ -373,15 +372,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_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -392,7 +391,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, @@ -404,12 +403,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, @@ -427,7 +426,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": { @@ -446,7 +445,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, @@ -471,7 +470,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", @@ -495,7 +494,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": { @@ -505,7 +504,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -527,7 +526,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "store_sensitivities": { "choiceList": [ @@ -548,7 +547,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", @@ -558,18 +557,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/induced_polarization_batch2d_forward.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_batch2d_forward.ui.json index 827d957a..7cd918c5 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_batch2d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_batch2d_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Induced Polarization (IP) 2D Batch Forward", "icon": "PotentialElectrode", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -26,7 +26,7 @@ "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": 1, "chargeability_channel_bool": true, @@ -94,7 +94,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)" }, "conductivity_model": { @@ -104,8 +104,7 @@ "main": true, "isValue": true, "parent": "mesh", - "label": "Background", - "tooltip": "Background model in the 'Model units' (S/m or Ohm-m).", + "label": "Conductivity (S/m)", "property": "", "value": 0.001 }, @@ -134,7 +133,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": [ @@ -147,7 +146,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", @@ -167,7 +166,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": "" }, @@ -179,7 +178,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -201,7 +200,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", @@ -211,14 +210,14 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "files_only": { "label": "Generate files only", @@ -232,9 +231,9 @@ "label": "Clean directory", "value": false }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/induced_polarization_batch2d_inversion.ui.json b/simpeg_drivers-assets/uijson/induced_polarization_batch2d_inversion.ui.json index 7863b81c..f5fa78a2 100644 --- a/simpeg_drivers-assets/uijson/induced_polarization_batch2d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/induced_polarization_batch2d_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Induced Polarization (IP) 2D Batch Inversion", "icon": "PotentialElectrode", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -26,7 +26,7 @@ "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": 1, "chargeability_channel": { @@ -113,7 +113,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)" }, "conductivity_model": { @@ -123,8 +123,7 @@ "main": true, "isValue": true, "parent": "mesh", - "label": "Background", - "tooltip": "Background model in the 'Model units' (S/m or Ohm-m).", + "label": "Conductivity (S/m)", "property": "", "value": 0.001 }, @@ -192,7 +191,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": [ @@ -205,7 +204,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", @@ -225,7 +224,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": "" }, @@ -302,7 +301,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", @@ -318,7 +317,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": { @@ -335,7 +334,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -352,7 +351,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": { @@ -381,15 +380,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_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -400,7 +399,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, @@ -412,12 +411,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, @@ -435,7 +434,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": { @@ -454,7 +453,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, @@ -479,7 +478,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", @@ -503,7 +502,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": { @@ -513,7 +512,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -545,7 +544,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", @@ -555,14 +554,14 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, "files_only": { "label": "Generate files only", @@ -576,9 +575,9 @@ "label": "Clean directory", "value": true }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/joint_cross_gradient_inversion.ui.json b/simpeg_drivers-assets/uijson/joint_cross_gradient_inversion.ui.json index 8a262a6d..7ddae3a9 100644 --- a/simpeg_drivers-assets/uijson/joint_cross_gradient_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/joint_cross_gradient_inversion.ui.json @@ -1,7 +1,7 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "SimPEG Joint Cross Gradient Inversion", - "icon": "", + "icon": "function", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", "conda_environment": "simpeg_drivers", "run_command": "simpeg_drivers.driver", @@ -26,7 +26,7 @@ "group": "Joint", "label": "Misfit A Scale", "value": 1.0, - "tooltip": "Constant multiplier for the data misfit function for Group A." + "tooltip": "Constant multiplier for the data misfit function for Group A" }, "group_b": { "main": true, @@ -41,7 +41,7 @@ "group": "Joint", "label": "Misfit B Scale", "value": 1.0, - "tooltip": "Constant multiplier for the data misfit function for Group B." + "tooltip": "Constant multiplier for the data misfit function for Group B" }, "cross_gradient_weight_a_b": { "min": 0.0, @@ -69,7 +69,7 @@ "value": 1.0, "dependency": "group_c", "dependencyType": "enabled", - "tooltip": "Constant multiplier for the data misfit function for Group C." + "tooltip": "Constant multiplier for the data misfit function for Group C" }, "cross_gradient_weight_c_a": { "min": 0.0, @@ -94,7 +94,7 @@ "tooltip": "Weight applied to the cross gradient regularizations (1: equal weight with the standard Smallness and Smoothness terms.)" }, "mesh": { - "group": "Mesh and Models", + "group": "Mesh and models", "main": true, "label": "Mesh", "meshType": "{4ea87376-3ece-438b-bf12-3479733ded46}", @@ -116,7 +116,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": [ @@ -129,7 +129,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", @@ -149,7 +149,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": "" }, @@ -252,7 +252,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": { @@ -281,7 +281,7 @@ "label": "Chi factor", "value": 1.0, "enabled": true, - "tooltip": "The global target data misfit value." + "tooltip": "The global target data misfit value" }, "auto_scale_misfits": { "group": "Cooling schedule/target", @@ -289,7 +289,7 @@ "value": true, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -300,7 +300,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, @@ -312,12 +312,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, @@ -335,7 +335,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": { @@ -354,7 +354,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, @@ -379,7 +379,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", @@ -403,7 +403,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": { @@ -413,7 +413,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -446,7 +446,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", @@ -456,18 +456,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/joint_surveys_inversion.ui.json b/simpeg_drivers-assets/uijson/joint_surveys_inversion.ui.json index 0a5e8b12..c772de9a 100644 --- a/simpeg_drivers-assets/uijson/joint_surveys_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/joint_surveys_inversion.ui.json @@ -1,7 +1,7 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "SimPEG Joint Surveys Inversion", - "icon": "", + "icon": "model", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", "conda_environment": "simpeg_drivers", "run_command": "simpeg_drivers.driver", @@ -24,7 +24,7 @@ "group": "Joint", "label": "Misfit A Scale", "value": 1.0, - "tooltip": "Constant multiplier for the data misfit function for Group A." + "tooltip": "Constant multiplier for the data misfit function for Group A" }, "group_b": { "main": true, @@ -39,7 +39,7 @@ "group": "Joint", "label": "Misfit B Scale", "value": 1.0, - "tooltip": "Constant multiplier for the data misfit function for Group B." + "tooltip": "Constant multiplier for the data misfit function for Group B" }, "group_c": { "main": true, @@ -58,10 +58,10 @@ "value": 1.0, "dependency": "group_c", "dependencyType": "enabled", - "tooltip": "Constant multiplier for the data misfit function for Group C." + "tooltip": "Constant multiplier for the data misfit function for Group C" }, "mesh": { - "group": "Mesh and Models", + "group": "Mesh and models", "main": true, "label": "Mesh", "meshType": "{4ea87376-3ece-438b-bf12-3479733ded46}", @@ -75,15 +75,15 @@ "Resistivity (Ohm-m)" ], "main": true, - "group": "Mesh and Models", + "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": { "association": "Cell", "dataType": "Float", - "group": "Mesh and Models", + "group": "Mesh and models", "main": true, "isValue": true, "parent": "mesh", @@ -97,7 +97,7 @@ "association": "Cell", "main": true, "dataType": "Float", - "group": "Mesh and Models", + "group": "Mesh and models", "isValue": true, "parent": "mesh", "label": "Reference", @@ -110,7 +110,7 @@ "association": "Cell", "main": true, "dataType": "Float", - "group": "Mesh and Models", + "group": "Mesh and models", "isValue": true, "parent": "mesh", "label": "Lower bound)", @@ -123,7 +123,7 @@ "association": "Cell", "main": true, "dataType": "Float", - "group": "Mesh and Models", + "group": "Mesh and models", "isValue": true, "parent": "mesh", "label": "Upper bound", @@ -146,7 +146,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": [ @@ -159,7 +159,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", @@ -179,7 +179,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": "" }, @@ -267,7 +267,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", @@ -283,7 +283,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": { "association": "Cell", @@ -299,7 +299,7 @@ "precision": 2, "lineEdit": false, "enabled": true, - "tooltip": "Lp-norm used in the y-smoothness term of the objective function." + "tooltip": "Lp-norm used in the y-smoothness term of the objective function" }, "z_norm": { "association": "Cell", @@ -315,7 +315,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -332,7 +332,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": { @@ -361,7 +361,7 @@ "label": "Chi factor", "value": 1.0, "enabled": true, - "tooltip": "The global target data misfit value." + "tooltip": "The global target data misfit value" }, "auto_scale_misfits": { "group": "Cooling schedule/target", @@ -369,7 +369,7 @@ "value": true, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -380,7 +380,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, @@ -392,12 +392,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, @@ -415,7 +415,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": { @@ -434,7 +434,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, @@ -459,7 +459,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", @@ -483,7 +483,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": { @@ -493,7 +493,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -526,7 +526,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", @@ -536,18 +536,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/magnetic_scalar_forward.ui.json b/simpeg_drivers-assets/uijson/magnetic_scalar_forward.ui.json index 66c823d7..23bfcdee 100644 --- a/simpeg_drivers-assets/uijson/magnetic_scalar_forward.ui.json +++ b/simpeg_drivers-assets/uijson/magnetic_scalar_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Magnetic Forward", "icon": "surveyairbornemagnetics", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -17,7 +17,7 @@ "precision": 2, "lineEdit": false, "main": true, - "group": "Inducing Field", + "group": "Inducing field", "label": "Strength (nT)", "value": 50000.0 }, @@ -27,7 +27,7 @@ "precision": 2, "lineEdit": false, "main": true, - "group": "Inducing Field", + "group": "Inducing field", "label": "Inclination (deg)", "value": 90.0 }, @@ -37,7 +37,7 @@ "precision": 2, "lineEdit": false, "main": true, - "group": "Inducing Field", + "group": "Inducing field", "label": "Declination (deg)", "value": 0.0 }, @@ -55,7 +55,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": [ @@ -68,7 +68,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", @@ -88,7 +88,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": "" }, @@ -175,7 +175,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "starting_model": { "association": [ @@ -187,7 +187,7 @@ "main": true, "isValue": true, "parent": "mesh", - "label": "Susceptibility (si)", + "label": "Susceptibility (SI)", "property": "", "value": 0.0001 }, @@ -199,7 +199,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": "Pardiso", "tile_spatial": { @@ -212,7 +212,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "max_chunk_size": { "min": 0, @@ -223,7 +223,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", @@ -233,18 +233,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json b/simpeg_drivers-assets/uijson/magnetic_scalar_inversion.ui.json index eebd0009..e8af8bc0 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.1", + "version": "0.3.0-alpha.4", "title": "Magnetic Inversion", "icon": "surveyairbornemagnetics", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -17,7 +17,7 @@ "precision": 2, "lineEdit": false, "main": true, - "group": "Inducing Field", + "group": "Inducing field", "label": "Strength (nT)", "value": 50000.0 }, @@ -27,7 +27,7 @@ "precision": 2, "lineEdit": false, "main": true, - "group": "Inducing Field", + "group": "Inducing field", "label": "Inclination (deg)", "value": 90.0 }, @@ -37,7 +37,7 @@ "precision": 2, "lineEdit": false, "main": true, - "group": "Inducing Field", + "group": "Inducing field", "label": "Declination (deg)", "value": 0.0 }, @@ -364,7 +364,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "starting_model": { "association": [ @@ -442,7 +442,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": [ @@ -455,7 +455,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", @@ -475,7 +475,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": "" }, @@ -563,7 +563,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", @@ -579,7 +579,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": { "association": "Cell", @@ -595,7 +595,7 @@ "precision": 2, "lineEdit": false, "enabled": true, - "tooltip": "Lp-norm used in the y-smoothness term of the objective function." + "tooltip": "Lp-norm used in the y-smoothness term of the objective function" }, "z_norm": { "association": "Cell", @@ -611,7 +611,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -628,7 +628,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": { @@ -657,15 +657,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_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -676,7 +676,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, @@ -688,12 +688,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, @@ -729,7 +729,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, @@ -754,7 +754,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", @@ -778,7 +778,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": { @@ -788,7 +788,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": "Pardiso", "tile_spatial": { @@ -801,7 +801,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "store_sensitivities": { "choiceList": [ @@ -822,7 +822,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", @@ -832,18 +832,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/magnetic_vector_forward.ui.json b/simpeg_drivers-assets/uijson/magnetic_vector_forward.ui.json index e96d03b5..79bc6844 100644 --- a/simpeg_drivers-assets/uijson/magnetic_vector_forward.ui.json +++ b/simpeg_drivers-assets/uijson/magnetic_vector_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Magnetic Vector (MVI) Forward", "icon": "surveyairbornemagnetics", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -17,7 +17,7 @@ "precision": 2, "lineEdit": false, "main": true, - "group": "Inducing Field", + "group": "Inducing field", "label": "Strength (nT)", "value": 50000.0 }, @@ -27,7 +27,7 @@ "precision": 2, "lineEdit": false, "main": true, - "group": "Inducing Field", + "group": "Inducing field", "label": "Inclination (deg)", "value": 90.0 }, @@ -37,7 +37,7 @@ "precision": 2, "lineEdit": false, "main": true, - "group": "Inducing Field", + "group": "Inducing field", "label": "Declination (deg)", "value": 0.0 }, @@ -55,7 +55,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": [ @@ -68,7 +68,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", @@ -88,7 +88,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": "" }, @@ -175,7 +175,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "starting_model": { "association": [ @@ -187,7 +187,7 @@ "main": true, "isValue": true, "parent": "mesh", - "label": "Susceptibility (si)", + "label": "Susceptibility (SI)", "property": "", "value": 0.0001 }, @@ -231,7 +231,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": "Pardiso", "tile_spatial": { @@ -244,7 +244,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "max_chunk_size": { "min": 0, @@ -255,7 +255,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", @@ -265,18 +265,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json b/simpeg_drivers-assets/uijson/magnetic_vector_inversion.ui.json index fbb2ea82..61cdd4a7 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.1", + "version": "0.3.0-alpha.4", "title": "Magnetic Vector (MVI) Inversion", "icon": "surveyairbornemagnetics", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -17,7 +17,7 @@ "precision": 2, "lineEdit": false, "main": true, - "group": "Inducing Field", + "group": "Inducing field", "label": "Strength (nT)", "value": 50000.0 }, @@ -27,7 +27,7 @@ "precision": 2, "lineEdit": false, "main": true, - "group": "Inducing Field", + "group": "Inducing field", "label": "Inclination (deg)", "value": 90.0 }, @@ -37,7 +37,7 @@ "precision": 2, "lineEdit": false, "main": true, - "group": "Inducing Field", + "group": "Inducing field", "label": "Declination (deg)", "value": 0.0 }, @@ -364,7 +364,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "starting_model": { "association": [ @@ -507,7 +507,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": [ @@ -520,7 +520,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", @@ -540,7 +540,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": "" }, @@ -628,7 +628,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", @@ -644,7 +644,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": { "association": "Cell", @@ -660,7 +660,7 @@ "precision": 2, "lineEdit": false, "enabled": true, - "tooltip": "Lp-norm used in the y-smoothness term of the objective function." + "tooltip": "Lp-norm used in the y-smoothness term of the objective function" }, "z_norm": { "association": "Cell", @@ -676,7 +676,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -693,7 +693,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": { @@ -722,15 +722,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_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -741,7 +741,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, @@ -753,12 +753,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, @@ -794,7 +794,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, @@ -819,7 +819,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", @@ -843,7 +843,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": { @@ -853,7 +853,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": "Pardiso", "tile_spatial": { @@ -866,7 +866,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "store_sensitivities": { "choiceList": [ @@ -887,7 +887,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", @@ -897,18 +897,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/magnetotellurics_forward.ui.json b/simpeg_drivers-assets/uijson/magnetotellurics_forward.ui.json index ca4841ae..28d8712a 100644 --- a/simpeg_drivers-assets/uijson/magnetotellurics_forward.ui.json +++ b/simpeg_drivers-assets/uijson/magnetotellurics_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Magnetotellurics (MT) Forward", "icon": "surveymagnetotellurics", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -74,7 +74,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -84,7 +84,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)" }, "background_conductivity": { @@ -122,7 +122,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": [ @@ -135,7 +135,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", @@ -155,7 +155,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": "" }, @@ -167,7 +167,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -189,7 +189,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "max_chunk_size": { "min": 0, @@ -200,7 +200,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", @@ -210,18 +210,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/magnetotellurics_inversion.ui.json b/simpeg_drivers-assets/uijson/magnetotellurics_inversion.ui.json index c2bf25cf..7ad1c63b 100644 --- a/simpeg_drivers-assets/uijson/magnetotellurics_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/magnetotellurics_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Magnetotellurics (MT) Inversion", "icon": "surveymagnetotellurics", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -266,7 +266,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -276,7 +276,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)" }, "background_conductivity": { @@ -362,7 +362,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": [ @@ -375,7 +375,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", @@ -395,7 +395,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": "" }, @@ -483,7 +483,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", @@ -499,7 +499,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": { "association": "Cell", @@ -515,7 +515,7 @@ "precision": 2, "lineEdit": false, "enabled": true, - "tooltip": "Lp-norm used in the y-smoothness term of the objective function." + "tooltip": "Lp-norm used in the y-smoothness term of the objective function" }, "z_norm": { "association": "Cell", @@ -531,7 +531,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -548,7 +548,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": { @@ -577,15 +577,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_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -596,7 +596,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, @@ -608,12 +608,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, @@ -631,7 +631,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": { @@ -650,7 +650,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, @@ -675,7 +675,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", @@ -699,7 +699,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": { @@ -709,7 +709,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -731,7 +731,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "store_sensitivities": { "choiceList": [ @@ -752,7 +752,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", @@ -762,18 +762,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json b/simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json index d9e0b5a3..5095ac4c 100644 --- a/simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json +++ b/simpeg_drivers-assets/uijson/sensitivity_cutoff.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Depth of Investigation: Sensitivity Cutoff", "icon": "", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -30,7 +30,7 @@ "main": true, "group": "Sensitivity", "label": "Cutoff (%)", - "tooltip": "The created mask will eliminate cells below the cutoff percentage.", + "tooltip": "The created mask will eliminate cells below the cutoff percentage", "value": 10.0, "min": 0.0, "max": 100.0, diff --git a/simpeg_drivers-assets/uijson/tdem1d_forward.ui.json b/simpeg_drivers-assets/uijson/tdem1d_forward.ui.json index 7ceceec1..4afb61c8 100644 --- a/simpeg_drivers-assets/uijson/tdem1d_forward.ui.json +++ b/simpeg_drivers-assets/uijson/tdem1d_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Time-domain EM-1D (TEM-1D) Forward", "icon": "surveyairborneem", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -30,7 +30,7 @@ "group": "Survey", "main": true, "label": "Data type", - "tooltip": "Set the units of the data.", + "tooltip": "Set the units of the data", "value": "dB/dt (T/s)" }, "x_channel_bool": false, @@ -89,7 +89,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -99,7 +99,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": { @@ -130,7 +130,7 @@ "value": "", "optional": false, "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": [ @@ -143,7 +143,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", @@ -164,7 +164,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": "" }, @@ -199,7 +199,7 @@ "max": 1000, "verbose": 2, "visible": false, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "max_chunk_size": { "min": 0, @@ -210,7 +210,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", @@ -220,18 +220,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/tdem1d_inversion.ui.json b/simpeg_drivers-assets/uijson/tdem1d_inversion.ui.json index c80829e6..ccd28a7f 100644 --- a/simpeg_drivers-assets/uijson/tdem1d_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/tdem1d_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Time-domain EM-1D (TEM-1D) Inversion", "icon": "surveyairborneem", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -30,7 +30,7 @@ "group": "Data", "main": true, "label": "Data type", - "tooltip": "Set the units of the data.", + "tooltip": "Set the units of the data", "value": "dB/dt (T/s)" }, "x_channel": "", @@ -115,7 +115,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -125,7 +125,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": { @@ -198,7 +198,7 @@ "value": "", "optional": false, "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": [ @@ -211,7 +211,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", @@ -232,7 +232,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": "" }, @@ -295,7 +295,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", @@ -311,7 +311,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": { @@ -328,7 +328,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -345,7 +345,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": { @@ -374,7 +374,7 @@ "label": "Chi factor", "value": 1.0, "enabled": true, - "tooltip": "The global target data misfit value." + "tooltip": "The global target data misfit value" }, "auto_scale_misfits": { "group": "Cooling schedule/target", @@ -382,7 +382,7 @@ "value": false, "verbose": 3, "visible": false, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -393,7 +393,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, @@ -405,12 +405,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, @@ -428,7 +428,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": { @@ -447,7 +447,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, @@ -472,7 +472,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", @@ -496,7 +496,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": { @@ -529,7 +529,7 @@ "max": 1000, "verbose": 2, "visible": false, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "store_sensitivities": { "choiceList": [ @@ -537,7 +537,7 @@ ], "group": "Compute", "label": "Storage device", - "tooltip": "Only RAM storage available for now.", + "tooltip": "Only RAM storage available for now", "value": "ram", "visible": false }, @@ -550,7 +550,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", @@ -560,18 +560,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/tdem_forward.ui.json b/simpeg_drivers-assets/uijson/tdem_forward.ui.json index e056e8fe..ffb7b27f 100644 --- a/simpeg_drivers-assets/uijson/tdem_forward.ui.json +++ b/simpeg_drivers-assets/uijson/tdem_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Time-domain EM (TEM) Forward", "icon": "surveyairborneem", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -30,7 +30,7 @@ "group": "Survey", "main": true, "label": "Data type", - "tooltip": "Set the units of the data.", + "tooltip": "Set the units of the data", "value": "dB/dt (T/s)" }, "z_channel_bool": { @@ -59,7 +59,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -69,7 +69,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": { @@ -100,7 +100,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": [ @@ -113,7 +113,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", @@ -133,7 +133,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": "" }, @@ -145,7 +145,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -167,7 +167,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "max_chunk_size": { "min": 0, @@ -178,7 +178,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", @@ -188,18 +188,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/tdem_inversion.ui.json b/simpeg_drivers-assets/uijson/tdem_inversion.ui.json index 0278fd79..f10e551d 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.1", + "version": "0.3.0-alpha.4", "title": "Time-domain EM (TEM) Inversion", "icon": "surveyairborneem", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -30,7 +30,7 @@ "group": "Data", "main": true, "label": "Data type", - "tooltip": "Set the units of the data.", + "tooltip": "Set the units of the data", "value": "dB/dt (T/s)" }, "z_channel": { @@ -131,7 +131,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -141,7 +141,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": { @@ -214,7 +214,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": [ @@ -227,7 +227,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", @@ -247,7 +247,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": "" }, @@ -333,7 +333,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", @@ -349,7 +349,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": { "association": "Cell", @@ -365,7 +365,7 @@ "precision": 2, "lineEdit": false, "enabled": true, - "tooltip": "Lp-norm used in the y-smoothness term of the objective function." + "tooltip": "Lp-norm used in the y-smoothness term of the objective function" }, "z_norm": { "association": "Cell", @@ -381,7 +381,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -398,7 +398,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": { @@ -427,15 +427,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_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -446,7 +446,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, @@ -458,12 +458,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, @@ -481,7 +481,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": { @@ -500,7 +500,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, @@ -525,7 +525,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", @@ -549,7 +549,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": { @@ -559,7 +559,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -581,7 +581,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "store_sensitivities": { "choiceList": [ @@ -589,7 +589,7 @@ ], "group": "Compute", "label": "Storage device", - "tooltip": "Only RAM storage available for now.", + "tooltip": "Only RAM storage available for now", "value": "ram" }, "max_chunk_size": { @@ -601,7 +601,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", @@ -611,18 +611,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/tile_estimator.ui.json b/simpeg_drivers-assets/uijson/tile_estimator.ui.json index f1d8c73f..0f815777 100644 --- a/simpeg_drivers-assets/uijson/tile_estimator.ui.json +++ b/simpeg_drivers-assets/uijson/tile_estimator.ui.json @@ -1,5 +1,5 @@ { - "version": "0.2.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "SimPEG Tile Estimation", "icon": "", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -27,6 +27,6 @@ "visible": true, "optional": true, "enabled": false, - "tooltip": "Assign a group to which results will be saved." + "tooltip": "Assign a group to which results will be saved" } } diff --git a/simpeg_drivers-assets/uijson/tipper_forward.ui.json b/simpeg_drivers-assets/uijson/tipper_forward.ui.json index 68d2e186..0fefce2f 100644 --- a/simpeg_drivers-assets/uijson/tipper_forward.ui.json +++ b/simpeg_drivers-assets/uijson/tipper_forward.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Tipper Forward", "icon": "surveyztem", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -50,7 +50,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -60,7 +60,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)" }, "background_conductivity": { @@ -98,7 +98,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": [ @@ -111,7 +111,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", @@ -131,7 +131,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": "" }, @@ -143,7 +143,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -165,7 +165,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "max_chunk_size": { "min": 0, @@ -176,7 +176,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", @@ -186,18 +186,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" } diff --git a/simpeg_drivers-assets/uijson/tipper_inversion.ui.json b/simpeg_drivers-assets/uijson/tipper_inversion.ui.json index cec7c795..ae529543 100644 --- a/simpeg_drivers-assets/uijson/tipper_inversion.ui.json +++ b/simpeg_drivers-assets/uijson/tipper_inversion.ui.json @@ -1,5 +1,5 @@ { - "version": "0.3.0-alpha.1", + "version": "0.3.0-alpha.4", "title": "Tipper Inversion", "icon": "surveyztem", "documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html", @@ -146,7 +146,7 @@ "value": "", "optional": true, "enabled": false, - "tooltip": "Select a mesh for the inversion." + "tooltip": "Select a mesh for the inversion" }, "model_type": { "choiceList": [ @@ -156,7 +156,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)" }, "background_conductivity": { @@ -242,7 +242,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": [ @@ -255,7 +255,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", @@ -275,7 +275,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": "" }, @@ -363,7 +363,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", @@ -379,7 +379,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": { "association": "Cell", @@ -395,7 +395,7 @@ "precision": 2, "lineEdit": false, "enabled": true, - "tooltip": "Lp-norm used in the y-smoothness term of the objective function." + "tooltip": "Lp-norm used in the y-smoothness term of the objective function" }, "z_norm": { "association": "Cell", @@ -411,7 +411,7 @@ "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" }, "gradient_type": "total", "max_irls_iterations": { @@ -428,7 +428,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": { @@ -457,15 +457,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_misfits": { "group": "Cooling schedule/target", "label": "Auto-scale misfits", - "value": true, + "value": false, "verbose": 3, "visible": true, - "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor." + "tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor" }, "initial_beta_ratio": { "min": 0.0, @@ -476,7 +476,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, @@ -488,12 +488,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, @@ -511,7 +511,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": { @@ -530,7 +530,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, @@ -555,7 +555,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", @@ -579,7 +579,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": { @@ -589,7 +589,7 @@ "enabled": false, "label": "Number of CPUs", "value": 1, - "visible": true + "visible": false }, "solver_type": { "choiceList": [ @@ -611,7 +611,7 @@ "min": 1, "max": 1000, "verbose": 2, - "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library." + "tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library" }, "store_sensitivities": { "choiceList": [ @@ -632,7 +632,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", @@ -642,18 +642,18 @@ "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, - "tooltip": "Generates a file for sweeping parameters instead of running the application." + "tooltip": "Generates a file for sweeping parameters instead of running the application" }, - "distributed_workers": "", "n_workers": "", "n_threads": "", "max_ram": "", - "performance_report": false + "performance_report": false, + "distributed_workers": "" }