This commit is contained in:
2026-05-07 11:07:06 +02:00
parent d461c6be58
commit dc534024af
3 changed files with 45 additions and 22 deletions
+14 -9
View File
@@ -22,15 +22,6 @@ TECTUM-BEH
AST-001: ASTRO
AST-002: ASTRO
interfaces:
# questi sono messi a disposizione dell'organismo che mette assieme organi come tectum, hypothalamus
# devo tipizzare ...
# INCOMING-EXC-001: NEU-001.DENDRITIC-BRANCH(2)
# OUTGOING-EXC-001: NEU-007.AXON
# INCOMIMG-INH-001: NEU-003.SOMA
# OUTGOING-INH-001: NEU-005.AXON
relations:
# Area 1
@@ -38,5 +29,19 @@ TECTUM-BEH
INHIBITION [out: WTA-001.AREA-002, in: WTA-002.AREA-001, AST-002]
interfaces:
# questi sono messi a disposizione dell'organismo che mette assieme organi come tectum, hypothalamus
# devo tipizzare ...
AREA-001:
incoming-exc:
- WTA-001.AREA-001
- WTA-002.AREA-001
incoming-inh:
- WTA-002.AREA-001
outgoing-exc:
- WTA-002.AREA-001
outgoing-inh:
- WTA-002.AREA-001
```