File size: 8,428 Bytes
3bb804c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "global_settings": {
    "coupling": 100,
    "speed": 100
  },
  "nodes": [
    {
      "id": 0,
      "class_name": "EphapticFieldNode2",
      "pos_x": 522.0,
      "pos_y": 104.0,
      "width": 260.0,
      "height": 182.0,
      "config": {
        "inputs": {
          "mode_spectrum": "spectrum",
          "band_spectrum": "spectrum",
          "full_spectrum": "spectrum",
          "complex_modes": "complex_spectrum",
          "source_image": "image",
          "learning_rate": "signal",
          "field_strength": "signal",
          "threshold_mod": "signal",
          "coupling_mod": "signal",
          "reset": "signal",
          "freeze": "signal"
        },
        "outputs": {
          "ephaptic_field": "image",
          "thought_field": "image",
          "weight_map": "image",
          "spike_map": "image",
          "potential_map": "image",
          "gradient_field": "image",
          "combined_view": "image",
          "field_fft": "image",
          "firing_rate": "signal",
          "synchrony": "signal",
          "field_energy": "signal",
          "field_stability": "signal",
          "learning_delta": "signal",
          "complexity": "signal",
          "autonomy": "signal",
          "dominant_mode": "signal",
          "eigenfrequencies": "spectrum",
          "field_spectrum": "spectrum"
        },
        "node_title": "Base Node",
        "size": 128,
        "center": 64,
        "input_mode": "complex_modes",
        "use_source_image": false,
        "plateau_duration": 0.1,
        "plateau_boost": 0.0005,
        "n_long_range": 512,
        "threshold": 1e-17,
        "refractory_period": 1e-18,
        "leak": 0.01,
        "coupling": 0.001,
        "input_gain": 10,
        "field_tau": 5e-06,
        "field_coupling": 30,
        "field_diffusion": 180,
        "base_learning_rate": 0.5,
        "weight_decay": 0.05,
        "long_range_strength": 0,
        "projection_mode": "radial",
        "temporal_modulation": true,
        "phase_coupling": true,
        "max_history": 50,
        "t": 61265
      },
      "custom_state_file": "ephaptic_state_0.npz"
    },
    {
      "id": 1,
      "class_name": "RadialIntegrationNode",
      "pos_x": 851.0,
      "pos_y": 122.0,
      "width": 818.0,
      "height": 434.0,
      "config": {
        "inputs": {
          "chaos_field": "image",
          "phase_field": "image",
          "integration_strength": "signal",
          "wave_speed": "signal",
          "resonance_q": "signal",
          "center_x": "signal",
          "center_y": "signal",
          "reset": "signal"
        },
        "outputs": {
          "qualia_point": "signal",
          "qualia_region": "image",
          "radial_profile": "spectrum",
          "standing_wave": "image",
          "collapsed_field": "image",
          "resonance_spectrum": "spectrum",
          "binding_map": "image",
          "phase_coherence_radial": "spectrum",
          "traveling_wave": "image",
          "combined_view": "image",
          "peak_radius": "signal",
          "center_energy": "signal",
          "integration_completeness": "signal",
          "dominant_ring": "signal"
        },
        "node_title": "Base Node",
        "size": 128,
        "center": 64,
        "n_rings": 64,
        "qualia_point": 0.36303061382585056,
        "peak_radius": 17.0,
        "center_energy": 35.621418710054925,
        "base_integration": 0.3,
        "base_wave_speed": 2.0,
        "base_resonance_q": 5.0,
        "damping": 0.95,
        "phase_coupling": 0.5,
        "resonance_radii": [
          18,
          19,
          50,
          51
        ],
        "t": 6331
      },
      "custom_state_file": null
    },
    {
      "id": 2,
      "class_name": "SourceLocalizationNode",
      "pos_x": 281.0,
      "pos_y": 14.0,
      "width": 200.0,
      "height": 180.0,
      "config": {
        "inputs": {
          "gain_mod": "signal",
          "speed_mod": "signal"
        },
        "outputs": {
          "source_image": "image",
          "eigenmode_image": "image",
          "lh_image": "image",
          "rh_image": "image",
          "mode_spectrum": "spectrum",
          "complex_modes": "complex_spectrum",
          "band_spectrum": "spectrum",
          "full_spectrum": "spectrum",
          "mode_1": "signal",
          "mode_2": "signal",
          "mode_3": "signal",
          "mode_4": "signal",
          "mode_5": "signal",
          "mode_6": "signal",
          "mode_7": "signal",
          "mode_8": "signal",
          "mode_9": "signal",
          "mode_10": "signal",
          "delta_power": "signal",
          "theta_power": "signal",
          "alpha_power": "signal",
          "beta_power": "signal",
          "gamma_power": "signal",
          "raw_source": "signal",
          "dominant_mode": "signal"
        },
        "input_data": {
          "gain_mod": [],
          "speed_mod": []
        },
        "node_title": "Base Node",
        "edf_path": "e:\\docshouse\\450\\2.edf",
        "source_spacing": "oct5",
        "inverse_method": "sLORETA",
        "n_eigenmodes": 20,
        "n_output_modes": 10,
        "time_window": 0.5,
        "amplification": 1000000,
        "bands": {
          "delta": [
            1,
            4
          ],
          "theta": [
            4,
            8
          ],
          "alpha": [
            8,
            13
          ],
          "beta": [
            13,
            30
          ],
          "gamma": [
            30,
            45
          ]
        },
        "is_loaded": true,
        "is_initialized": true,
        "load_error": "",
        "n_lh_vertices": 1026,
        "n_rh_vertices": 1026,
        "fs": 100.0,
        "playback_idx": 10050,
        "frame_count": 460,
        "_loading": false,
        "_last_path": "e:\\docshouse\\450\\2.edf"
      },
      "custom_state_file": null
    },
    {
      "id": 3,
      "class_name": "PhaseDriftNode",
      "pos_x": 1763.0,
      "pos_y": 265.0,
      "width": 453.0,
      "height": 180.0,
      "config": {
        "inputs": {
          "image_in": "image",
          "rotation_mod": "signal",
          "radial_mod": "signal",
          "reset": "signal"
        },
        "outputs": {
          "image_out": "image",
          "cortical_view": "image",
          "phase_angle": "signal"
        },
        "node_title": "Base Node",
        "rotation_speed": 1.0,
        "radial_speed": 0.0,
        "spiral_twist": 0.0,
        "current_angle": 234.0,
        "current_radial_offset": 0.0,
        "frame_count": 234
      },
      "custom_state_file": null
    }
  ],
  "edges": [
    {
      "from_node_id": 0,
      "from_port": "thought_field",
      "to_node_id": 1,
      "to_port": "phase_field",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 0,
      "from_port": "gradient_field",
      "to_node_id": 1,
      "to_port": "chaos_field",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 1,
      "from_port": "qualia_point",
      "to_node_id": 0,
      "to_port": "threshold_mod",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 2,
      "from_port": "band_spectrum",
      "to_node_id": 0,
      "to_port": "band_spectrum",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 2,
      "from_port": "full_spectrum",
      "to_node_id": 0,
      "to_port": "full_spectrum",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 2,
      "from_port": "mode_spectrum",
      "to_node_id": 0,
      "to_port": "mode_spectrum",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 2,
      "from_port": "complex_modes",
      "to_node_id": 0,
      "to_port": "complex_modes",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 1,
      "from_port": "qualia_region",
      "to_node_id": 3,
      "to_port": "image_in",
      "learned_weight": 1.0
    },
    {
      "from_node_id": 1,
      "from_port": "dominant_ring",
      "to_node_id": 3,
      "to_port": "radial_mod",
      "learned_weight": 1.0
    }
  ]
}