This commit is contained in:
2026-05-11 17:07:17 +02:00
parent 4b9c4f5ba3
commit 0085b7a940
8 changed files with 67 additions and 74 deletions
+7 -7
View File
@@ -22,13 +22,7 @@ TECTUM-BEH
@AST-001: ASTROCYTE
@AST-002: ASTROCYTE
relations:
# Area 1
@010: EXCITATION [out: @WTA-001.@AREA-001, in: @WTA-002.@AREA-002, @AST-001]
@012: INHIBITION [out: @WTA-001.@AREA-002, in: @WTA-002.@AREA-001, @AST-002]
interfaces:
external_relations:
# questi sono messi a disposizione dell'organismo che mette assieme organi come tectum, hypothalamus
@AREA-001:
@@ -42,4 +36,10 @@ TECTUM-BEH
outgoing-inh:
@WTA-002.@AREA-001
internal_relations:
# Area 1
@010: EXCITATION [out: @WTA-001.@AREA-001, in: @WTA-002.@AREA-002]
@012: INHIBITION [out: @WTA-001.@AREA-002, in: @WTA-002.@AREA-001]
```