Skip to content

Commit b38bf2d

Browse files
authored
Merge pull request #343 from MiraGeoscience/GEOPY-2704
GEOPY-2704: fix capitalization in labels and tooltips of ui.json files
2 parents 60579ad + 76f5517 commit b38bf2d

26 files changed

Lines changed: 142 additions & 142 deletions

simpeg_drivers-assets/uijson/apparent_conductivity_inversion.ui.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@
323323
"min": 0,
324324
"group": "Sparse/blocky model",
325325
"label": "Maximum IRLS iterations",
326-
"tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems",
326+
"tooltip": "Iterative Re-Weighted Least-squares (IRLS) iterations for non-L2 problems",
327327
"value": 25,
328328
"enabled": true,
329329
"verbose": 2

simpeg_drivers-assets/uijson/direct_current_2d_forward.ui.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"label": "Line ID",
2626
"parent": "data_object",
2727
"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"
2929
},
3030
"line_id": {
3131
"group": "Survey",
3232
"main": true,
3333
"min": 1,
3434
"label": "Line number",
3535
"value": 1,
36-
"tooltip": "Selects the line of data to be processed."
36+
"tooltip": "Selects the line of data to be processed"
3737
},
3838
"potential_channel_bool": true,
3939
"mesh": {
@@ -110,7 +110,7 @@
110110
"main": true,
111111
"group": "Mesh and models",
112112
"label": "Model units",
113-
"tooltip": "Select the units of the model.",
113+
"tooltip": "Select the units of the model",
114114
"value": "Conductivity (S/m)"
115115
},
116116
"starting_model": {
@@ -138,7 +138,7 @@
138138
"value": "",
139139
"optional": true,
140140
"enabled": true,
141-
"tooltip": "Select a topography object to define the active cells for inversion."
141+
"tooltip": "Select a topography object to define the active cells for inversion"
142142
},
143143
"topography": {
144144
"association": [
@@ -151,7 +151,7 @@
151151
"optional": true,
152152
"enabled": false,
153153
"label": "Elevation channel",
154-
"tooltip": "Set elevation from channel. If not set the topography will be set from the geometry of the selected 'topography' object.",
154+
"tooltip": "Set elevation from channel. If not set the topography will be set from the geometry of the selected 'topography' object",
155155
"parent": "topography_object",
156156
"dependency": "topography_object",
157157
"dependencyType": "enabled",
@@ -171,7 +171,7 @@
171171
"dependency": "topography_object",
172172
"dependencyType": "disabled",
173173
"label": "Active model",
174-
"tooltip": "Provide the active cell boolean model directly if topography not set.",
174+
"tooltip": "Provide the active cell boolean model directly if topography not set",
175175
"parent": "mesh",
176176
"value": ""
177177
},
@@ -203,7 +203,7 @@
203203
"value": 128,
204204
"verbose": 3,
205205
"visible": false,
206-
"tooltip": "Limit the chunk size used by Dask for distributed computation."
206+
"tooltip": "Limit the chunk size used by Dask for distributed computation"
207207
},
208208
"out_group": {
209209
"label": "SimPEG group",
@@ -213,15 +213,15 @@
213213
"visible": true,
214214
"optional": true,
215215
"enabled": false,
216-
"tooltip": "Optionally set the SimPEG group to which results will be saved."
216+
"tooltip": "Optionally set the SimPEG group to which results will be saved"
217217
},
218218
"generate_sweep": {
219219
"label": "Generate sweep file",
220220
"group": "Python run preferences",
221221
"main": true,
222222
"value": false,
223223
"visible": false,
224-
"tooltip": "Generates a file for sweeping parameters instead of running the application."
224+
"tooltip": "Generates a file for sweeping parameters instead of running the application"
225225
},
226226
"n_workers": null,
227227
"n_threads": null,

simpeg_drivers-assets/uijson/direct_current_2d_inversion.ui.json

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,15 @@
2525
"label": "Line ID",
2626
"parent": "data_object",
2727
"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"
2929
},
3030
"line_id": {
3131
"group": "Data",
3232
"main": true,
3333
"min": 1,
3434
"label": "Line number",
3535
"value": 1,
36-
"tooltip": "Selects the line of data to be processed."
36+
"tooltip": "Selects the line of data to be processed"
3737
},
3838
"potential_channel": {
3939
"association": "Cell",
@@ -130,7 +130,7 @@
130130
"main": true,
131131
"group": "Mesh and models",
132132
"label": "Model units",
133-
"tooltip": "Select the units of the model.",
133+
"tooltip": "Select the units of the model",
134134
"value": "Conductivity (S/m)"
135135
},
136136
"starting_model": {
@@ -197,7 +197,7 @@
197197
"value": "",
198198
"optional": true,
199199
"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"
201201
},
202202
"topography": {
203203
"association": [
@@ -210,7 +210,7 @@
210210
"optional": true,
211211
"enabled": false,
212212
"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",
214214
"parent": "topography_object",
215215
"dependency": "topography_object",
216216
"dependencyType": "enabled",
@@ -230,7 +230,7 @@
230230
"dependency": "topography_object",
231231
"dependencyType": "disabled",
232232
"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",
234234
"parent": "mesh",
235235
"value": ""
236236
},
@@ -307,7 +307,7 @@
307307
"enabled": true,
308308
"dependency": "reference_model",
309309
"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"
311311
},
312312
"x_norm": {
313313
"association": "Cell",
@@ -323,7 +323,7 @@
323323
"precision": 2,
324324
"lineEdit": false,
325325
"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"
327327
},
328328
"y_norm": "",
329329
"z_norm": {
@@ -340,13 +340,13 @@
340340
"precision": 2,
341341
"lineEdit": false,
342342
"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"
344344
},
345345
"max_irls_iterations": {
346346
"min": 0,
347347
"group": "Sparse/blocky model",
348348
"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",
350350
"value": 25,
351351
"enabled": true,
352352
"verbose": 2
@@ -356,7 +356,7 @@
356356
"label": "IRLS start chi factor",
357357
"enabled": true,
358358
"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",
360360
"verbose": 3
361361
},
362362
"beta_tol": {
@@ -385,15 +385,15 @@
385385
"label": "Chi factor",
386386
"value": 1.0,
387387
"enabled": true,
388-
"tooltip": "The global target data misfit value."
388+
"tooltip": "The global target data misfit value"
389389
},
390390
"auto_scale_tiles": {
391391
"group": "Cooling schedule/target",
392392
"label": "Auto-scale tiles",
393393
"value": false,
394394
"verbose": 3,
395395
"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"
397397
},
398398
"initial_beta_ratio": {
399399
"min": 0.0,
@@ -404,7 +404,7 @@
404404
"label": "Initial beta ratio",
405405
"value": 100.0,
406406
"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"
408408
},
409409
"initial_beta": {
410410
"min": 0.0,
@@ -416,12 +416,12 @@
416416
"label": "Initial beta",
417417
"value": 1.0,
418418
"verbose": 2,
419-
"tooltip": "Trade-off parameter between data misfit and regularization."
419+
"tooltip": "Trade-off parameter between data misfit and regularization"
420420
},
421421
"cooling_factor": {
422422
"group": "Cooling schedule/target",
423423
"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",
425425
"value": 2.0,
426426
"min": 1.1,
427427
"max": 100,
@@ -439,7 +439,7 @@
439439
"precision": 1,
440440
"verbose": 2,
441441
"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"
443443
},
444444
"epsilon_cooling_factor": 1.2,
445445
"max_global_iterations": {
@@ -458,7 +458,7 @@
458458
"min": 1,
459459
"enabled": true,
460460
"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"
462462
},
463463
"max_cg_iterations": {
464464
"min": 0,
@@ -483,7 +483,7 @@
483483
"min": 1e-06,
484484
"verbose": 3,
485485
"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"
487487
},
488488
"sens_wts_threshold": {
489489
"group": "Update sensitivity weights directive",
@@ -507,7 +507,7 @@
507507
"save_sensitivities": {
508508
"group": "Update sensitivity weights directive",
509509
"label": "Save sensitivities",
510-
"tooltip": "Save the summed square row sensitivities to geoh5.",
510+
"tooltip": "Save the summed square row sensitivities to geoh5",
511511
"value": false
512512
},
513513
"n_cpu": {
@@ -548,7 +548,7 @@
548548
"value": 128,
549549
"verbose": 3,
550550
"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"
552552
},
553553
"out_group": {
554554
"label": "SimPEG group",
@@ -558,15 +558,15 @@
558558
"visible": true,
559559
"optional": true,
560560
"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"
562562
},
563563
"generate_sweep": {
564564
"label": "Generate sweep file",
565565
"group": "Python run preferences",
566566
"main": true,
567567
"value": false,
568568
"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"
570570
},
571571
"n_workers": null,
572572
"n_threads": null,

simpeg_drivers-assets/uijson/direct_current_3d_inversion.ui.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@
316316
"min": 0,
317317
"group": "Sparse/blocky model",
318318
"label": "Maximum IRLS iterations",
319-
"tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems",
319+
"tooltip": "Iterative Re-Weighted Least-squares (IRLS) iterations for non-L2 problems",
320320
"value": 25,
321321
"enabled": true,
322322
"verbose": 2
@@ -363,7 +363,7 @@
363363
"value": false,
364364
"verbose": 3,
365365
"visible": true,
366-
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor."
366+
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor"
367367
},
368368
"initial_beta_ratio": {
369369
"min": 0.0,

simpeg_drivers-assets/uijson/direct_current_batch2d_inversion.ui.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"main": true,
123123
"isValue": true,
124124
"parent": "mesh",
125-
"label": "Initial Conductivity (S/m)",
125+
"label": "Initial conductivity (S/m)",
126126
"property": "",
127127
"value": 0.001
128128
},
@@ -135,7 +135,7 @@
135135
"optional": true,
136136
"enabled": false,
137137
"parent": "mesh",
138-
"label": "Reference Conductivity (S/m)",
138+
"label": "Reference conductivity (S/m)",
139139
"property": "",
140140
"value": 0.001
141141
},
@@ -327,7 +327,7 @@
327327
"min": 0,
328328
"group": "Sparse/blocky model",
329329
"label": "Maximum IRLS iterations",
330-
"tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems",
330+
"tooltip": "Iterative Re-Weighted Least-squares (IRLS) iterations for non-L2 problems",
331331
"value": 25,
332332
"enabled": true,
333333
"verbose": 2
@@ -374,7 +374,7 @@
374374
"value": false,
375375
"verbose": 3,
376376
"visible": true,
377-
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor."
377+
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor"
378378
},
379379
"initial_beta_ratio": {
380380
"min": 0.0,

simpeg_drivers-assets/uijson/fdem1d_inversion.ui.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
"min": 0,
352352
"group": "Sparse/blocky model",
353353
"label": "Maximum IRLS iterations",
354-
"tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems",
354+
"tooltip": "Iterative Re-Weighted Least-squares (IRLS) iterations for non-L2 problems",
355355
"value": 25,
356356
"enabled": true,
357357
"verbose": 2
@@ -398,7 +398,7 @@
398398
"value": false,
399399
"verbose": 3,
400400
"visible": false,
401-
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor."
401+
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor"
402402
},
403403
"initial_beta_ratio": {
404404
"min": 0.0,

simpeg_drivers-assets/uijson/fdem_inversion.ui.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
"min": 0,
353353
"group": "Sparse/blocky model",
354354
"label": "Maximum IRLS iterations",
355-
"tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems",
355+
"tooltip": "Iterative Re-Weighted Least-squares (IRLS) iterations for non-L2 problems",
356356
"value": 25,
357357
"enabled": true,
358358
"verbose": 2
@@ -399,15 +399,15 @@
399399
"value": false,
400400
"verbose": 3,
401401
"visible": true,
402-
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor."
402+
"tooltip": "Whether to auto-scale the misfit function of tiles based on chi-factor"
403403
},
404404
"auto_scale_channels": {
405405
"group": "Cooling schedule/target",
406406
"label": "Auto-scale frequencies",
407407
"value": false,
408408
"verbose": 3,
409409
"visible": true,
410-
"tooltip": "Whether to auto-scale frequencies based on chi-factor."
410+
"tooltip": "Whether to auto-scale frequencies based on chi-factor"
411411
},
412412
"initial_beta_ratio": {
413413
"min": 0.0,

0 commit comments

Comments
 (0)