-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmagnetic_vector_inversion.ui.json
More file actions
911 lines (911 loc) · 24.4 KB
/
Copy pathmagnetic_vector_inversion.ui.json
File metadata and controls
911 lines (911 loc) · 24.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
{
"version": "0.3.0-alpha.1",
"title": "Magnetic Vector (MVI) Inversion",
"icon": "surveyairbornemagnetics",
"documentation": "https://mirageoscience-simpeg-drivers.readthedocs-hosted.com/en/stable/intro.html",
"conda_environment": "simpeg_drivers",
"run_command": "simpeg_drivers.driver",
"geoh5": "",
"monitoring_directory": "",
"workspace_geoh5": "",
"inversion_type": "magnetic vector",
"physical_property": "susceptibility",
"forward_only": false,
"inducing_field_strength": {
"min": 0.1,
"max": 100000.0,
"precision": 2,
"lineEdit": false,
"main": true,
"group": "Inducing Field",
"label": "Strength (nT)",
"value": 50000.0
},
"inducing_field_inclination": {
"min": -90.0,
"max": 90.0,
"precision": 2,
"lineEdit": false,
"main": true,
"group": "Inducing Field",
"label": "Inclination (deg)",
"value": 90.0
},
"inducing_field_declination": {
"min": -180.0,
"max": 180.0,
"precision": 2,
"lineEdit": false,
"main": true,
"group": "Inducing Field",
"label": "Declination (deg)",
"value": 0.0
},
"data_object": {
"main": true,
"group": "Data",
"label": "Object",
"meshType": [
"{202c5db1-a56d-4004-9cad-baafd8899406}",
"{6a057fdc-b355-11e3-95be-fd84a7ffcb88}",
"{f26feba3-aded-494b-b9e9-b2bbcbe298e1}",
"{48f5054a-1c5c-4ca4-9048-80f36dc60a06}",
"{b020a277-90e2-4cd7-84d6-612ee3f25051}",
"{4b99204c-d133-4579-a916-a9c8b98cfccb}",
"{028e4905-cc97-4dab-b1bf-d76f58b501b5}"
],
"value": ""
},
"tmi_channel": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"label": "TMI (nT)",
"parent": "data_object",
"optional": true,
"enabled": true,
"value": ""
},
"tmi_uncertainty": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"isValue": true,
"label": "Uncertainty",
"parent": "data_object",
"dependency": "tmi_channel",
"dependencyType": "enabled",
"property": "",
"value": 1.0
},
"bx_channel": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"label": "Bx (nT)",
"parent": "data_object",
"optional": true,
"enabled": false,
"value": ""
},
"bx_uncertainty": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"isValue": true,
"label": "Uncertainty",
"parent": "data_object",
"dependency": "bx_channel",
"dependencyType": "enabled",
"property": "",
"value": 1.0
},
"by_channel": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"label": "By (nT)",
"parent": "data_object",
"optional": true,
"enabled": false,
"value": ""
},
"by_uncertainty": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"isValue": true,
"label": "Uncertainty",
"parent": "data_object",
"dependency": "by_channel",
"dependencyType": "enabled",
"property": "",
"value": 1.0
},
"bz_channel": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"label": "Bz (nT)",
"parent": "data_object",
"optional": true,
"enabled": false,
"value": ""
},
"bz_uncertainty": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"isValue": true,
"label": "Uncertainty",
"parent": "data_object",
"dependency": "bz_channel",
"dependencyType": "enabled",
"property": "",
"value": 1.0
},
"bxx_channel": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"label": "Bxx (nT/m)",
"parent": "data_object",
"optional": true,
"enabled": false,
"value": ""
},
"bxx_uncertainty": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"isValue": true,
"label": "Uncertainty",
"parent": "data_object",
"dependency": "bxx_channel",
"dependencyType": "enabled",
"property": "",
"value": 1.0
},
"bxy_channel": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"label": "Bxy (nT/m)",
"parent": "data_object",
"optional": true,
"enabled": false,
"value": ""
},
"bxy_uncertainty": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"isValue": true,
"label": "Uncertainty",
"parent": "data_object",
"dependency": "bxy_channel",
"dependencyType": "enabled",
"property": "",
"value": 1.0
},
"bxz_channel": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"label": "Bxz (nT/m)",
"parent": "data_object",
"optional": true,
"enabled": false,
"value": ""
},
"bxz_uncertainty": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"isValue": true,
"label": "Uncertainty",
"parent": "data_object",
"dependency": "bxz_channel",
"dependencyType": "enabled",
"property": "",
"value": 1.0
},
"byy_channel": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"label": "Byy (nT/m)",
"parent": "data_object",
"optional": true,
"enabled": false,
"value": ""
},
"byy_uncertainty": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"isValue": true,
"label": "Uncertainty",
"parent": "data_object",
"dependency": "byy_channel",
"dependencyType": "enabled",
"property": "",
"value": 1.0
},
"byz_channel": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"label": "Byz (nT/m)",
"parent": "data_object",
"optional": true,
"enabled": false,
"value": ""
},
"byz_uncertainty": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"isValue": true,
"label": "Uncertainty",
"parent": "data_object",
"dependency": "byz_channel",
"dependencyType": "enabled",
"property": "",
"value": 1.0
},
"bzz_channel": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"label": "Bzz (nT/m)",
"parent": "data_object",
"optional": true,
"enabled": false,
"value": ""
},
"bzz_uncertainty": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Data",
"main": true,
"isValue": true,
"label": "Uncertainty",
"parent": "data_object",
"dependency": "bzz_channel",
"dependencyType": "enabled",
"property": "",
"value": 1.0
},
"mesh": {
"group": "Mesh and models",
"main": true,
"label": "Mesh",
"meshType": "{4ea87376-3ece-438b-bf12-3479733ded46}",
"value": "",
"optional": true,
"enabled": false,
"tooltip": "Select a mesh for the inversion."
},
"starting_model": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Mesh and models",
"main": true,
"isValue": true,
"parent": "mesh",
"label": "Initial susceptibility (SI)",
"property": "",
"value": 0.0001
},
"reference_model": {
"association": [
"Cell",
"Vertex"
],
"main": true,
"dataType": "Float",
"group": "Mesh and models",
"isValue": true,
"optional": true,
"enabled": false,
"parent": "mesh",
"label": "Reference susceptibility (SI)",
"property": "",
"value": 0.0
},
"lower_bound": {
"association": [
"Cell",
"Vertex"
],
"main": true,
"dataType": "Float",
"group": "Mesh and models",
"isValue": true,
"parent": "mesh",
"label": "Lower bound (SI)",
"property": "",
"optional": true,
"value": 0.0,
"visible": false,
"enabled": false
},
"upper_bound": {
"association": [
"Cell",
"Vertex"
],
"main": true,
"dataType": "Float",
"group": "Mesh and models",
"isValue": true,
"parent": "mesh",
"label": "Upper bound (SI)",
"property": "",
"optional": true,
"value": 1.0,
"enabled": false
},
"starting_inclination": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Mesh and models",
"main": true,
"isValue": true,
"optional": true,
"enabled": false,
"parent": "mesh",
"label": "Initial inclination (deg)",
"property": "",
"value": 0.0
},
"starting_declination": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Mesh and models",
"main": true,
"isValue": true,
"optional": true,
"enabled": false,
"parent": "mesh",
"label": "Initial declination (deg)",
"property": "",
"value": 0.0
},
"reference_inclination": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Mesh and models",
"main": true,
"isValue": true,
"optional": true,
"enabled": false,
"label": "Reference inclination (deg)",
"parent": "mesh",
"property": "",
"value": 0.0
},
"reference_declination": {
"association": [
"Cell",
"Vertex"
],
"dataType": "Float",
"group": "Mesh and models",
"main": true,
"isValue": true,
"optional": true,
"enabled": false,
"label": "Reference declination (deg)",
"parent": "mesh",
"property": "",
"value": 0.0
},
"topography_object": {
"main": true,
"group": "Topography",
"label": "Topography",
"meshType": [
"{202c5db1-a56d-4004-9cad-baafd8899406}",
"{6a057fdc-b355-11e3-95be-fd84a7ffcb88}",
"{f26feba3-aded-494b-b9e9-b2bbcbe298e1}",
"{48f5054a-1c5c-4ca4-9048-80f36dc60a06}",
"{b020a277-90e2-4cd7-84d6-612ee3f25051}"
],
"value": "",
"optional": true,
"enabled": true,
"tooltip": "Select a topography object to define the active cells for inversion."
},
"topography": {
"association": [
"Vertex",
"Cell"
],
"dataType": "Float",
"group": "Topography",
"main": true,
"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.",
"parent": "topography_object",
"dependency": "topography_object",
"dependencyType": "enabled",
"value": "",
"verbose": 2
},
"active_model": {
"association": "Cell",
"dataType": [
"Referenced",
"Boolean",
"Integer"
],
"group": "Topography",
"main": true,
"enabled": false,
"dependency": "topography_object",
"dependencyType": "disabled",
"label": "Active model",
"tooltip": "Provide the active cell boolean model directly if topography not set.",
"parent": "mesh",
"value": ""
},
"alpha_s": {
"min": 0.0,
"group": "Regularization",
"label": "Reference weight",
"value": 1.0,
"tooltip": "Constant ratio compared to other weights. Larger values result in models that remain close to the reference model",
"dependency": "reference_model",
"dependencyType": "enabled",
"isValue": true,
"parent": "mesh",
"association": "Cell",
"dataType": "Float",
"property": "",
"enabled": true
},
"length_scale_x": {
"min": 0.0,
"group": "Regularization",
"label": "X-smoothness weight",
"tooltip": "Larger values relative to other smoothness weights will result in x biased smoothness",
"value": 1.0,
"isValue": true,
"parent": "mesh",
"association": "Cell",
"dataType": "Float",
"property": "",
"enabled": true
},
"length_scale_y": {
"min": 0.0,
"group": "Regularization",
"label": "Y-smoothness weight",
"tooltip": "Larger values relative to other smoothness weights will result in y biased smoothness",
"value": 1.0,
"isValue": true,
"parent": "mesh",
"association": "Cell",
"dataType": "Float",
"property": "",
"enabled": true
},
"length_scale_z": {
"min": 0.0,
"group": "Regularization",
"label": "Z-smoothness weight",
"tooltip": "Larger values relative to other smoothness weights will result in z biased smoothess",
"value": 1.0,
"isValue": true,
"parent": "mesh",
"association": "Cell",
"dataType": "Float",
"property": "",
"enabled": true
},
"gradient_rotation": {
"group": "Regularization",
"association": "Cell",
"dataType": "Float",
"dataGroupType": [
"Strike & dip",
"Dip direction & dip",
"3D vector"
],
"label": "Gradient rotation",
"optional": true,
"enabled": false,
"parent": "mesh",
"value": ""
},
"s_norm": {
"association": "Cell",
"dataType": "Float",
"group": "Sparse/blocky model",
"label": "Smallness norm",
"isValue": true,
"parent": "mesh",
"property": "",
"value": 0.0,
"min": 0.0,
"max": 2.0,
"precision": 2,
"lineEdit": true,
"enabled": true,
"dependency": "reference_model",
"dependencyType": "enabled",
"tooltip": "Lp-norm used in the smallness term of the objective function."
},
"x_norm": {
"association": "Cell",
"dataType": "Float",
"group": "Sparse/blocky model",
"label": "X-smoothness norm",
"isValue": true,
"parent": "mesh",
"property": "",
"value": 2.0,
"min": 0.0,
"max": 2.0,
"precision": 2,
"lineEdit": false,
"enabled": true,
"tooltip": "Lp-norm used in the x-smoothness term of the objective function."
},
"y_norm": {
"association": "Cell",
"dataType": "Float",
"group": "Sparse/blocky model",
"label": "Y-smoothness norm",
"isValue": true,
"parent": "mesh",
"property": "",
"value": 2.0,
"min": 0.0,
"max": 2.0,
"precision": 2,
"lineEdit": false,
"enabled": true,
"tooltip": "Lp-norm used in the y-smoothness term of the objective function."
},
"z_norm": {
"association": "Cell",
"dataType": "Float",
"group": "Sparse/blocky model",
"label": "Z-smoothness norm",
"isValue": true,
"parent": "mesh",
"property": "",
"value": 2.0,
"min": 0.0,
"max": 2.0,
"precision": 2,
"lineEdit": false,
"enabled": true,
"tooltip": "Lp-norm used in the z-smoothness term of the objective function."
},
"gradient_type": "total",
"max_irls_iterations": {
"min": 0,
"group": "Sparse/blocky model",
"label": "Maximum IRLS iterations",
"tooltip": "Incomplete Re-weighted Least Squares iterations for non-L2 problems",
"value": 25,
"enabled": true,
"verbose": 2
},
"starting_chi_factor": {
"group": "Sparse/blocky model",
"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.",
"verbose": 3
},
"beta_tol": {
"group": "Update IRLS directive",
"label": "Beta tolerance",
"value": 0.5,
"min": 0.0001,
"verbose": 3,
"visible": false
},
"percentile": {
"group": "Update IRLS directive",
"label": "Percentile",
"value": 95,
"max": 100,
"min": 5,
"verbose": 3,
"visible": false
},
"chi_factor": {
"min": 0.1,
"max": 20.0,
"precision": 1,
"lineEdit": false,
"group": "Cooling schedule/target",
"label": "Chi factor",
"value": 1.0,
"enabled": true,
"tooltip": "The global target data misfit value."
},
"auto_scale_misfits": {
"group": "Cooling schedule/target",
"label": "Auto-scale misfits",
"value": true,
"verbose": 3,
"visible": true,
"tooltip": "Whether to auto-scale misfits functions (tile, frequency, joint methods) based on chi-factor."
},
"initial_beta_ratio": {
"min": 0.0,
"precision": 2,
"group": "Cooling schedule/target",
"optional": true,
"enabled": true,
"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."
},
"initial_beta": {
"min": 0.0,
"group": "Cooling schedule/target",
"optional": true,
"enabled": false,
"dependency": "initial_beta_ratio",
"dependencyType": "disabled",
"label": "Initial beta",
"value": 1.0,
"verbose": 2,
"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.",
"value": 2.0,
"min": 1.1,
"max": 100,
"precision": 1,
"lineEdit": false,
"verbose": 2
},
"cooling_rate": {
"group": "Optimization",
"label": "Iterations per beta",
"value": 1,
"min": 1,
"LineEdit": false,
"max": 10,
"precision": 1,
"verbose": 2,
"enabled": true
},
"epsilon_cooling_factor": 1.2,
"max_global_iterations": {
"min": 1,
"lineEdit": false,
"group": "Optimization",
"label": "Maximum iterations",
"tooltip": "Number of L2 and IRLS iterations combined",
"value": 50,
"enabled": true
},
"max_line_search_iterations": {
"group": "Optimization",
"label": "Maximum number of line searches",
"value": 20,
"min": 1,
"enabled": true,
"verbose": 3,
"tooltip": "Perform an Armijo backtracking linesearch for the provided number of iterations."
},
"max_cg_iterations": {
"min": 0,
"group": "Optimization",
"label": "Maximum CG iterations",
"value": 30,
"enabled": true,
"verbose": 2
},
"tol_cg": {
"min": 0,
"group": "Optimization",
"label": "Conjugate gradient tolerance",
"value": 0.0001,
"enabled": true,
"verbose": 3
},
"f_min_change": {
"group": "Optimization",
"label": "Minimum change in objective function",
"value": 0.01,
"min": 1e-06,
"verbose": 3,
"enabled": true,
"tooltip": "Minimum decrease in regularization beyond which the IRLS procedure is deemed to have completed."
},
"sens_wts_threshold": {
"group": "Update sensitivity weights directive",
"tooltip": "Update sensitivity weight threshold",
"label": "Threshold (%)",
"value": 0.001,
"max": 100.0,
"min": 0.0,
"precision": 3,
"enabled": true,
"verbose": 2
},
"every_iteration_bool": {
"group": "Update sensitivity weights directive",
"tooltip": "Update weights at every iteration",
"label": "Every iteration",
"value": false,
"verbose": 2,
"enabled": true
},
"save_sensitivities": {
"group": "Update sensitivity weights directive",
"label": "Save sensitivities",
"tooltip": "Save the summed square row sensitivities to geoh5.",
"value": false
},
"n_cpu": {
"min": 1,
"group": "Compute",
"optional": true,
"enabled": false,
"label": "Number of CPUs",
"value": 1,
"visible": true
},
"solver_type": "Pardiso",
"tile_spatial": {
"group": "Compute",
"label": "Number of tiles",
"parent": "data_object",
"isValue": true,
"property": "",
"value": 1,
"min": 1,
"max": 1000,
"verbose": 2,
"tooltip": "Splits the objective function into spatial tiles for distributed computation using the Dask library."
},
"store_sensitivities": {
"choiceList": [
"disk",
"ram"
],
"group": "Compute",
"label": "Storage device",
"tooltip": "Use disk on a fast local SSD, and RAM elsewhere",
"value": "ram"
},
"max_chunk_size": {
"min": 0,
"group": "Compute",
"optional": true,
"enabled": true,
"label": "Maximum chunk size (Mb)",
"value": 128,
"verbose": 3,
"visible": false,
"tooltip": "Limit the chunk size used by Dask for distributed computation."
},
"out_group": {
"label": "SimPEG group",
"value": "",
"groupType": "{55ed3daf-c192-4d4b-a439-60fa987fe2b8}",
"group": "Drag-and-drop options",
"visible": true,
"optional": true,
"enabled": false,
"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."
},
"distributed_workers": ""
}