|
1 | 1 | { |
2 | | - "version": "0.1.0", |
| 2 | + "version": "0.2.1-alpha.1", |
3 | 3 | "title": "Edge Detection", |
| 4 | + "icon": "digitize_join_curve", |
| 5 | + "documentation": "https://mirageoscience-curve-apps.readthedocs-hosted.com/en/latest/", |
4 | 6 | "conda_environment": "curve_apps", |
5 | 7 | "run_command": "curve_apps.edges.driver", |
6 | 8 | "geoh5": "", |
7 | 9 | "monitoring_directory": "", |
8 | | - "workspace_geoh5": "", |
9 | | - "conda_environment_boolean": false, |
10 | 10 | "objects": { |
11 | | - "group": "Data Selection", |
| 11 | + "group": "Data selection", |
12 | 12 | "meshType": [ |
13 | 13 | "{48f5054a-1c5c-4ca4-9048-80f36dc60a06}" |
14 | 14 | ], |
|
17 | 17 | "value": "" |
18 | 18 | }, |
19 | 19 | "data": { |
20 | | - "group": "Data Selection", |
| 20 | + "group": "Data selection", |
21 | 21 | "main": true, |
22 | 22 | "association": [ |
23 | 23 | "Cell" |
|
28 | 28 | "value": "" |
29 | 29 | }, |
30 | 30 | "line_length": { |
31 | | - "group": "Detection Parameters", |
| 31 | + "group": "Detection parameters", |
32 | 32 | "main": true, |
33 | 33 | "label": "Line length (pixels)", |
34 | 34 | "min": 1, |
35 | 35 | "max": 100, |
36 | 36 | "value": 12, |
37 | | - "tooltip": "The minimum length of a line segment." |
| 37 | + "tooltip": "The minimum length of a line segment" |
38 | 38 | }, |
39 | 39 | "line_gap": { |
40 | | - "group": "Detection Parameters", |
| 40 | + "group": "Detection parameters", |
41 | 41 | "main": true, |
42 | 42 | "label": "Line gap (pixels)", |
43 | 43 | "min": 1, |
44 | 44 | "max": 100, |
45 | 45 | "value": 1, |
46 | | - "tooltip": "The maximum gap between two pixels to be considered connected." |
| 46 | + "tooltip": "The maximum gap between two pixels to be considered connected" |
47 | 47 | }, |
48 | 48 | "sigma": { |
49 | | - "group": "Detection Parameters", |
| 49 | + "group": "Detection parameters", |
50 | 50 | "main": true, |
51 | 51 | "label": "Sigma", |
52 | 52 | "value": 1.0, |
53 | 53 | "min": 0.0, |
54 | 54 | "precision": 1, |
55 | 55 | "lineEdit": true, |
56 | 56 | "max": 10.0, |
57 | | - "tooltip": "Standard deviation of the Gaussian filter used to smooth the data." |
| 57 | + "tooltip": "Standard deviation of the Gaussian filter used to smooth the data" |
58 | 58 | }, |
59 | 59 | "threshold": { |
60 | | - "group": "Detection Parameters", |
| 60 | + "group": "Detection parameters", |
61 | 61 | "main": true, |
62 | 62 | "label": "Threshold", |
63 | 63 | "min": 1, |
64 | 64 | "max": 100, |
65 | 65 | "precision": 1, |
66 | 66 | "lineEdit": true, |
67 | 67 | "value": 1, |
68 | | - "tooltip": "Threshold value for edge detection." |
| 68 | + "tooltip": "Threshold value for edge detection" |
69 | 69 | }, |
70 | 70 | "window_size": { |
71 | | - "group": "Detection Parameters", |
| 71 | + "group": "Detection parameters", |
72 | 72 | "main": true, |
73 | 73 | "optional": true, |
74 | 74 | "enabled": false, |
75 | 75 | "label": "Window Size (pixels)", |
76 | 76 | "min": 16, |
77 | 77 | "max": 512, |
78 | 78 | "value": 64, |
79 | | - "tooltip": "The size of the moving window used to compute edges. Smaller values will result in more detailed edges, but may be more sensitive to noise." |
| 79 | + "tooltip": "The size of the moving window used to compute edges. Smaller values will result in more detailed edges, but may be more sensitive to noise" |
80 | 80 | }, |
81 | 81 | "merge_length": { |
82 | | - "group": "Detection Parameters", |
| 82 | + "group": "Detection parameters", |
83 | 83 | "main": true, |
84 | 84 | "optional": true, |
85 | 85 | "enabled": false, |
86 | 86 | "label": "Merge Length (m)", |
87 | 87 | "min": 0, |
88 | 88 | "value": 100.0, |
89 | | - "tooltip": "If the distance between two nodes is less than this value, the nodes will be merged." |
| 89 | + "tooltip": "If the distance between two nodes is less than this value, the nodes will be merged" |
90 | 90 | }, |
91 | 91 | "export_as": { |
92 | 92 | "main": true, |
93 | 93 | "label": "Save as", |
94 | 94 | "value": "edges", |
95 | | - "group": "Output Preferences" |
| 95 | + "group": "Output preferences" |
96 | 96 | }, |
97 | 97 | "out_group": { |
98 | | - "group": "Output Preferences", |
| 98 | + "group": "Output preferences", |
99 | 99 | "label": "UIJson group", |
100 | 100 | "value": "", |
101 | 101 | "groupType": "{BB50AC61-A657-4926-9C82-067658E246A0}", |
|
0 commit comments