Skulitom commited on
Commit
40e2d5b
·
verified ·
1 Parent(s): 0caaba7

add flight.meta.json

Browse files
Files changed (1) hide show
  1. flight.meta.json +145 -0
flight.meta.json ADDED
@@ -0,0 +1,145 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "config": {
3
+ "version": "v1.0",
4
+ "min_synapses": 3,
5
+ "status": [
6
+ "Traced"
7
+ ],
8
+ "exclude_superclass": [
9
+ "ol_intrinsic",
10
+ "ol_sensory"
11
+ ],
12
+ "populations": {
13
+ "haltere": [
14
+ {
15
+ "entry_nerve": [
16
+ "DMetaN"
17
+ ],
18
+ "superclass": [
19
+ "vnc_sensory",
20
+ "sensory_ascending"
21
+ ]
22
+ }
23
+ ],
24
+ "wing_cs": [
25
+ {
26
+ "subclass": [
27
+ "campaniform sensilla"
28
+ ],
29
+ "entry_nerve": [
30
+ "ADMN"
31
+ ]
32
+ }
33
+ ],
34
+ "lptc": [
35
+ {
36
+ "type_regex": "^(HSN|HSE|HSS|HST|VS|VSm|VST1|VST2|H1|H2|VCH|DCH)$"
37
+ }
38
+ ],
39
+ "ocelli": [
40
+ {
41
+ "entry_nerve": [
42
+ true
43
+ ]
44
+ },
45
+ {
46
+ "type_regex": "^OCG\\d"
47
+ }
48
+ ],
49
+ "jo": [
50
+ {
51
+ "subclass": [
52
+ "wind_gravity"
53
+ ]
54
+ }
55
+ ],
56
+ "compass": [
57
+ {
58
+ "types": [
59
+ "EPG",
60
+ "EPGt"
61
+ ]
62
+ }
63
+ ],
64
+ "goal": [
65
+ {
66
+ "type_regex": "^(PFL3|FC2A|FC2B|FC2C)$"
67
+ }
68
+ ],
69
+ "wing_mn": [
70
+ {
71
+ "superclass": [
72
+ "vnc_motor"
73
+ ],
74
+ "subclass": [
75
+ "wm",
76
+ "hm"
77
+ ]
78
+ }
79
+ ],
80
+ "descending": [
81
+ {
82
+ "superclass": [
83
+ "descending_neuron"
84
+ ]
85
+ }
86
+ ],
87
+ "cx": [
88
+ {
89
+ "class": [
90
+ "CX"
91
+ ]
92
+ }
93
+ ]
94
+ },
95
+ "include": [
96
+ "descending",
97
+ "cx"
98
+ ],
99
+ "sources": [
100
+ "haltere",
101
+ "wing_cs",
102
+ "lptc",
103
+ "ocelli",
104
+ "jo",
105
+ "compass",
106
+ "goal"
107
+ ],
108
+ "sinks": [
109
+ "wing_mn"
110
+ ],
111
+ "hops_forward": 2,
112
+ "hops_backward": 2,
113
+ "max_neurons": 30000,
114
+ "signs": {
115
+ "acetylcholine": 1,
116
+ "gaba": -1,
117
+ "glutamate": -1,
118
+ "histamine": -1,
119
+ "dopamine": 0,
120
+ "octopamine": 0,
121
+ "serotonin": 0,
122
+ "unclear": 0
123
+ },
124
+ "sign_min_confidence": 0.0,
125
+ "whole_cns": false,
126
+ "derived": {
127
+ "premotor": {
128
+ "presynaptic_of": "wing_mn",
129
+ "min_synapses": 5,
130
+ "exclude_sensory": true
131
+ },
132
+ "dn_wing": {
133
+ "presynaptic_of": "wing_mn",
134
+ "min_synapses": 5,
135
+ "superclass": [
136
+ "descending_neuron"
137
+ ]
138
+ }
139
+ }
140
+ },
141
+ "built": "2026-09-12 00:21:54",
142
+ "n_candidates": 71618,
143
+ "n_nodes": 30000,
144
+ "n_edges": 2767698
145
+ }