Spaces:
Running
Running
File size: 2,904 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 |
{
"global_settings": {
"coupling": 75
},
"nodes": [
{
"id": 0,
"class_name": "EEGFileSourceNode",
"pos_x": 50,
"pos_y": 100,
"width": 200,
"height": 220,
"config": {
"edf_file_path": "",
"selected_region": "Occipital"
}
},
{
"id": 1,
"class_name": "SignalMathNode",
"pos_x": 300,
"pos_y": 100,
"width": 200,
"height": 180,
"config": {
"operation": "avg"
}
},
{
"id": 2,
"class_name": "SignalMathNode",
"pos_x": 300,
"pos_y": 320,
"width": 200,
"height": 180,
"config": {
"operation": "avg"
}
},
{
"id": 3,
"class_name": "SignalMathNode",
"pos_x": 550,
"pos_y": 210,
"width": 200,
"height": 180,
"config": {
"operation": "avg"
}
},
{
"id": 4,
"class_name": "RevolvingBitNode",
"pos_x": 800,
"pos_y": 100,
"width": 250,
"height": 220,
"config": {}
},
{
"id": 5,
"class_name": "FractalRopeNode",
"pos_x": 1100,
"pos_y": 100,
"width": 250,
"height": 220,
"config": {}
},
{
"id": 6,
"class_name": "CrystalMakerNode",
"pos_x": 800,
"pos_y": 370,
"width": 300,
"height": 250,
"config": {}
},
{
"id": 7,
"class_name": "ImageDisplayNode",
"pos_x": 1150,
"pos_y": 370,
"width": 300,
"height": 250,
"config": {}
}
],
"edges": [
{
"from_node_id": 0,
"from_port": "delta",
"to_node_id": 1,
"to_port": "A"
},
{
"from_node_id": 0,
"from_port": "theta",
"to_node_id": 1,
"to_port": "B"
},
{
"from_node_id": 0,
"from_port": "alpha",
"to_node_id": 2,
"to_port": "A"
},
{
"from_node_id": 0,
"from_port": "beta",
"to_node_id": 2,
"to_port": "B"
},
{
"from_node_id": 1,
"from_port": "result",
"to_node_id": 3,
"to_port": "A"
},
{
"from_node_id": 2,
"from_port": "result",
"to_node_id": 3,
"to_port": "B"
},
{
"from_node_id": 3,
"from_port": "result",
"to_node_id": 4,
"to_port": "coupling"
},
{
"from_node_id": 4,
"from_port": "field_amp",
"to_node_id": 5,
"to_port": "measurement_trigger"
},
{
"from_node_id": 5,
"from_port": "measured_image",
"to_node_id": 6,
"to_port": "tension"
},
{
"from_node_id": 6,
"from_port": "field_slice",
"to_node_id": 7,
"to_port": "image"
}
]
} |