|
25 | 25 | "label": "Line ID", |
26 | 26 | "parent": "data_object", |
27 | 27 | "value": "", |
28 | | - "tooltip": "Selects the data representing the different lines in the survey." |
| 28 | + "tooltip": "Selects the data representing the different lines in the survey" |
29 | 29 | }, |
30 | 30 | "line_id": { |
31 | 31 | "group": "Data", |
32 | 32 | "main": true, |
33 | 33 | "min": 1, |
34 | 34 | "label": "Line number", |
35 | 35 | "value": 1, |
36 | | - "tooltip": "Selects the line of data to be processed." |
| 36 | + "tooltip": "Selects the line of data to be processed" |
37 | 37 | }, |
38 | 38 | "potential_channel": { |
39 | 39 | "association": "Cell", |
|
130 | 130 | "main": true, |
131 | 131 | "group": "Mesh and models", |
132 | 132 | "label": "Model units", |
133 | | - "tooltip": "Select the units of the model.", |
| 133 | + "tooltip": "Select the units of the model", |
134 | 134 | "value": "Conductivity (S/m)" |
135 | 135 | }, |
136 | 136 | "starting_model": { |
|
197 | 197 | "value": "", |
198 | 198 | "optional": true, |
199 | 199 | "enabled": true, |
200 | | - "tooltip": "Select a topography object to define the active cells for inversion." |
| 200 | + "tooltip": "Select a topography object to define the active cells for inversion" |
201 | 201 | }, |
202 | 202 | "topography": { |
203 | 203 | "association": [ |
|
210 | 210 | "optional": true, |
211 | 211 | "enabled": false, |
212 | 212 | "label": "Elevation channel", |
213 | | - "tooltip": "Set elevation from channel. If not set the topography will be set from the geometry of the selected 'topography' object.", |
| 213 | + "tooltip": "Set elevation from channel. If not set the topography will be set from the geometry of the selected 'topography' object", |
214 | 214 | "parent": "topography_object", |
215 | 215 | "dependency": "topography_object", |
216 | 216 | "dependencyType": "enabled", |
|
230 | 230 | "dependency": "topography_object", |
231 | 231 | "dependencyType": "disabled", |
232 | 232 | "label": "Active model", |
233 | | - "tooltip": "Provide the active cell boolean model directly if topography not set.", |
| 233 | + "tooltip": "Provide the active cell boolean model directly if topography not set", |
234 | 234 | "parent": "mesh", |
235 | 235 | "value": "" |
236 | 236 | }, |
|
307 | 307 | "enabled": true, |
308 | 308 | "dependency": "reference_model", |
309 | 309 | "dependencyType": "enabled", |
310 | | - "tooltip": "Lp-norm used in the smallness term of the objective function." |
| 310 | + "tooltip": "Lp-norm used in the smallness term of the objective function" |
311 | 311 | }, |
312 | 312 | "x_norm": { |
313 | 313 | "association": "Cell", |
|
323 | 323 | "precision": 2, |
324 | 324 | "lineEdit": false, |
325 | 325 | "enabled": true, |
326 | | - "tooltip": "Lp-norm used in the x-smoothness term of the objective function." |
| 326 | + "tooltip": "Lp-norm used in the x-smoothness term of the objective function" |
327 | 327 | }, |
328 | 328 | "y_norm": "", |
329 | 329 | "z_norm": { |
|
340 | 340 | "precision": 2, |
341 | 341 | "lineEdit": false, |
342 | 342 | "enabled": true, |
343 | | - "tooltip": "Lp-norm used in the z-smoothness term of the objective function." |
| 343 | + "tooltip": "Lp-norm used in the z-smoothness term of the objective function" |
344 | 344 | }, |
345 | 345 | "max_irls_iterations": { |
346 | 346 | "min": 0, |
347 | 347 | "group": "Sparse/blocky model", |
348 | 348 | "label": "Maximum IRLS iterations", |
349 | | - "tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems", |
| 349 | + "tooltip": "Iterative Re-Weighted Least-squares (IRLS) iterations for non-L2 problems", |
350 | 350 | "value": 25, |
351 | 351 | "enabled": true, |
352 | 352 | "verbose": 2 |
|
356 | 356 | "label": "IRLS start chi factor", |
357 | 357 | "enabled": true, |
358 | 358 | "value": 1.0, |
359 | | - "tooltip": "This chi factor will be used to determine the misfit threshold after which IRLS iterations begin.", |
| 359 | + "tooltip": "This chi factor will be used to determine the misfit threshold after which IRLS iterations begin", |
360 | 360 | "verbose": 3 |
361 | 361 | }, |
362 | 362 | "beta_tol": { |
|
385 | 385 | "label": "Chi factor", |
386 | 386 | "value": 1.0, |
387 | 387 | "enabled": true, |
388 | | - "tooltip": "The global target data misfit value." |
| 388 | + "tooltip": "The global target data misfit value" |
389 | 389 | }, |
390 | 390 | "auto_scale_tiles": { |
391 | 391 | "group": "Cooling schedule/target", |
392 | 392 | "label": "Auto-scale tiles", |
393 | 393 | "value": false, |
394 | 394 | "verbose": 3, |
395 | 395 | "visible": true, |
396 | | - "tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor." |
| 396 | + "tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor" |
397 | 397 | }, |
398 | 398 | "initial_beta_ratio": { |
399 | 399 | "min": 0.0, |
|
404 | 404 | "label": "Initial beta ratio", |
405 | 405 | "value": 100.0, |
406 | 406 | "verbose": 2, |
407 | | - "tooltip": "Estimate the trade-off parameter by scaling the ratio between the largest derivatives in the objective function gradients." |
| 407 | + "tooltip": "Estimate the trade-off parameter by scaling the ratio between the largest derivatives in the objective function gradients" |
408 | 408 | }, |
409 | 409 | "initial_beta": { |
410 | 410 | "min": 0.0, |
|
416 | 416 | "label": "Initial beta", |
417 | 417 | "value": 1.0, |
418 | 418 | "verbose": 2, |
419 | | - "tooltip": "Trade-off parameter between data misfit and regularization." |
| 419 | + "tooltip": "Trade-off parameter between data misfit and regularization" |
420 | 420 | }, |
421 | 421 | "cooling_factor": { |
422 | 422 | "group": "Cooling schedule/target", |
423 | 423 | "label": "Beta cooling factor", |
424 | | - "tooltip": "Each beta cooling step will be calculated by dividing the current beta by this factor.", |
| 424 | + "tooltip": "Each beta cooling step will be calculated by dividing the current beta by this factor", |
425 | 425 | "value": 2.0, |
426 | 426 | "min": 1.1, |
427 | 427 | "max": 100, |
|
439 | 439 | "precision": 1, |
440 | 440 | "verbose": 2, |
441 | 441 | "enabled": true, |
442 | | - "tooltip": "Set the number of iterations per beta value. Use higher values for more non-linear optimization problems." |
| 442 | + "tooltip": "Set the number of iterations per beta value. Use higher values for more non-linear optimization problems" |
443 | 443 | }, |
444 | 444 | "epsilon_cooling_factor": 1.2, |
445 | 445 | "max_global_iterations": { |
|
458 | 458 | "min": 1, |
459 | 459 | "enabled": true, |
460 | 460 | "verbose": 3, |
461 | | - "tooltip": "Perform an Armijo backtracking linesearch for the provided number of iterations." |
| 461 | + "tooltip": "Perform an Armijo backtracking linesearch for the provided number of iterations" |
462 | 462 | }, |
463 | 463 | "max_cg_iterations": { |
464 | 464 | "min": 0, |
|
483 | 483 | "min": 1e-06, |
484 | 484 | "verbose": 3, |
485 | 485 | "enabled": true, |
486 | | - "tooltip": "Minimum decrease in regularization beyond which the IRLS procedure is deemed to have completed." |
| 486 | + "tooltip": "Minimum decrease in regularization beyond which the IRLS procedure is deemed to have completed" |
487 | 487 | }, |
488 | 488 | "sens_wts_threshold": { |
489 | 489 | "group": "Update sensitivity weights directive", |
|
507 | 507 | "save_sensitivities": { |
508 | 508 | "group": "Update sensitivity weights directive", |
509 | 509 | "label": "Save sensitivities", |
510 | | - "tooltip": "Save the summed square row sensitivities to geoh5.", |
| 510 | + "tooltip": "Save the summed square row sensitivities to geoh5", |
511 | 511 | "value": false |
512 | 512 | }, |
513 | 513 | "n_cpu": { |
|
548 | 548 | "value": 128, |
549 | 549 | "verbose": 3, |
550 | 550 | "visible": false, |
551 | | - "tooltip": "Limit the chunk size used by Dask for distributed computation." |
| 551 | + "tooltip": "Limit the chunk size used by Dask for distributed computation" |
552 | 552 | }, |
553 | 553 | "out_group": { |
554 | 554 | "label": "SimPEG group", |
|
558 | 558 | "visible": true, |
559 | 559 | "optional": true, |
560 | 560 | "enabled": false, |
561 | | - "tooltip": "Optionally set the SimPEG group to which results will be saved." |
| 561 | + "tooltip": "Optionally set the SimPEG group to which results will be saved" |
562 | 562 | }, |
563 | 563 | "generate_sweep": { |
564 | 564 | "label": "Generate sweep file", |
565 | 565 | "group": "Python run preferences", |
566 | 566 | "main": true, |
567 | 567 | "value": false, |
568 | 568 | "visible": false, |
569 | | - "tooltip": "Generates a file for sweeping parameters instead of running the application." |
| 569 | + "tooltip": "Generates a file for sweeping parameters instead of running the application" |
570 | 570 | }, |
571 | 571 | "n_workers": null, |
572 | 572 | "n_threads": null, |
|
0 commit comments