|
19 | 19 | ], |
20 | 20 | "value": "" |
21 | 21 | }, |
| 22 | + "receivers_orientation": { |
| 23 | + "group": "Survey", |
| 24 | + "main": true, |
| 25 | + "association": "Vertex", |
| 26 | + "dataType": "Float", |
| 27 | + "dataGroupType": [ |
| 28 | + "Dip direction & dip", |
| 29 | + "3D vector" |
| 30 | + ], |
| 31 | + "label": "Receivers orientation", |
| 32 | + "tooltip": [ |
| 33 | + "Receivers orientation provided as 'Dip direction & dip' or '3D vector' data group. If not provided, it assumes: <dl>", |
| 34 | + "<dt>In-line component</dt><dd>Positive towards North (Y).</dd>", |
| 35 | + "<dt>Cross-line component</dt><dd>Positive towards East (X).</dd>", |
| 36 | + "<dt>Vertical component</dt><dd>Positive up (Z).</dd>", |
| 37 | + "</dl>" |
| 38 | + ], |
| 39 | + "optional": true, |
| 40 | + "enabled": false, |
| 41 | + "parent": "data_object", |
| 42 | + "value": "" |
| 43 | + }, |
22 | 44 | "z_imag_channel": { |
23 | 45 | "association": [ |
24 | 46 | "Cell", |
|
28 | 50 | "group": "Data", |
29 | 51 | "dataGroupType": "Multi-element", |
30 | 52 | "main": true, |
31 | | - "label": "z-imag component", |
| 53 | + "label": "Vertical (imaginary)", |
| 54 | + "tooltip": "Vertical (w) imaginary component of the magnetic data.\nPositive up along the z-axis if no receiver orientation provided", |
32 | 55 | "parent": "data_object", |
33 | 56 | "optional": true, |
34 | 57 | "enabled": true, |
|
46 | 69 | "label": "Uncertainty", |
47 | 70 | "parent": "data_object", |
48 | 71 | "dependency": "z_imag_channel", |
49 | | - "dependencyType": "enabled", |
| 72 | + "dependencyType": "show", |
50 | 73 | "value": "" |
51 | 74 | }, |
52 | 75 | "z_real_channel": { |
|
58 | 81 | "group": "Data", |
59 | 82 | "dataGroupType": "Multi-element", |
60 | 83 | "main": true, |
61 | | - "label": "z-real component", |
| 84 | + "label": "Vertical (real)", |
| 85 | + "tooltip": "Vertical (w) real component of the magnetic data.\nPositive up along the z-axis if no receiver orientation provided", |
62 | 86 | "parent": "data_object", |
63 | 87 | "optional": true, |
64 | 88 | "enabled": true, |
|
76 | 100 | "label": "Uncertainty", |
77 | 101 | "parent": "data_object", |
78 | 102 | "dependency": "z_real_channel", |
79 | | - "dependencyType": "enabled", |
| 103 | + "dependencyType": "show", |
| 104 | + "value": "" |
| 105 | + }, |
| 106 | + "y_imag_channel": { |
| 107 | + "association": [ |
| 108 | + "Cell", |
| 109 | + "Vertex" |
| 110 | + ], |
| 111 | + "dataType": "Float", |
| 112 | + "group": "Data", |
| 113 | + "dataGroupType": "Multi-element", |
| 114 | + "main": true, |
| 115 | + "label": "In-line (imaginary)", |
| 116 | + "tooltip": "In-line (u) imaginary component of the magnetic data.\nPositive towards North if no receiver orientation provided", |
| 117 | + "parent": "data_object", |
| 118 | + "optional": true, |
| 119 | + "enabled": false, |
| 120 | + "value": "" |
| 121 | + }, |
| 122 | + "y_imag_uncertainty": { |
| 123 | + "association": [ |
| 124 | + "Cell", |
| 125 | + "Vertex" |
| 126 | + ], |
| 127 | + "dataType": "Float", |
| 128 | + "group": "Data", |
| 129 | + "dataGroupType": "Multi-element", |
| 130 | + "main": true, |
| 131 | + "label": "Uncertainty", |
| 132 | + "parent": "data_object", |
| 133 | + "dependency": "y_imag_channel", |
| 134 | + "dependencyType": "show", |
| 135 | + "value": "" |
| 136 | + }, |
| 137 | + "y_real_channel": { |
| 138 | + "association": [ |
| 139 | + "Cell", |
| 140 | + "Vertex" |
| 141 | + ], |
| 142 | + "dataType": "Float", |
| 143 | + "group": "Data", |
| 144 | + "dataGroupType": "Multi-element", |
| 145 | + "main": true, |
| 146 | + "label": "In-line (real)", |
| 147 | + "tooltip": "In-line (u) real component of the magnetic data.\nPositive towards North if no receiver orientation provided", |
| 148 | + "parent": "data_object", |
| 149 | + "optional": true, |
| 150 | + "enabled": false, |
| 151 | + "value": "" |
| 152 | + }, |
| 153 | + "y_real_uncertainty": { |
| 154 | + "association": [ |
| 155 | + "Cell", |
| 156 | + "Vertex" |
| 157 | + ], |
| 158 | + "dataType": "Float", |
| 159 | + "group": "Data", |
| 160 | + "dataGroupType": "Multi-element", |
| 161 | + "main": true, |
| 162 | + "label": "Uncertainty", |
| 163 | + "parent": "data_object", |
| 164 | + "dependency": "y_real_channel", |
| 165 | + "dependencyType": "show", |
| 166 | + "value": "" |
| 167 | + }, |
| 168 | + "x_imag_channel": { |
| 169 | + "association": [ |
| 170 | + "Cell", |
| 171 | + "Vertex" |
| 172 | + ], |
| 173 | + "dataType": "Float", |
| 174 | + "group": "Data", |
| 175 | + "dataGroupType": "Multi-element", |
| 176 | + "main": true, |
| 177 | + "label": "Cross-line (imaginary)", |
| 178 | + "tooltip": "Cross-line (v) imaginary component of the magnetic data.\nPositive towards East if no receiver orientation provided", |
| 179 | + "parent": "data_object", |
| 180 | + "optional": true, |
| 181 | + "enabled": false, |
| 182 | + "value": "" |
| 183 | + }, |
| 184 | + "x_imag_uncertainty": { |
| 185 | + "association": [ |
| 186 | + "Cell", |
| 187 | + "Vertex" |
| 188 | + ], |
| 189 | + "dataType": "Float", |
| 190 | + "group": "Data", |
| 191 | + "dataGroupType": "Multi-element", |
| 192 | + "main": true, |
| 193 | + "label": "Uncertainty", |
| 194 | + "parent": "data_object", |
| 195 | + "dependency": "x_imag_channel", |
| 196 | + "dependencyType": "show", |
| 197 | + "value": "" |
| 198 | + }, |
| 199 | + "x_real_channel": { |
| 200 | + "association": [ |
| 201 | + "Cell", |
| 202 | + "Vertex" |
| 203 | + ], |
| 204 | + "dataType": "Float", |
| 205 | + "group": "Data", |
| 206 | + "dataGroupType": "Multi-element", |
| 207 | + "main": true, |
| 208 | + "label": "Cross-line (real)", |
| 209 | + "tooltip": "Cross-line (v) real component of the magnetic data.\nPositive towards East if no receiver orientation provided", |
| 210 | + "parent": "data_object", |
| 211 | + "optional": true, |
| 212 | + "enabled": false, |
| 213 | + "value": "" |
| 214 | + }, |
| 215 | + "x_real_uncertainty": { |
| 216 | + "association": [ |
| 217 | + "Cell", |
| 218 | + "Vertex" |
| 219 | + ], |
| 220 | + "dataType": "Float", |
| 221 | + "group": "Data", |
| 222 | + "dataGroupType": "Multi-element", |
| 223 | + "main": true, |
| 224 | + "label": "Uncertainty", |
| 225 | + "parent": "data_object", |
| 226 | + "dependency": "x_real_channel", |
| 227 | + "dependencyType": "show", |
80 | 228 | "value": "" |
81 | 229 | }, |
82 | 230 | "mesh": { |
|
0 commit comments