Files
organism/organism.md
T
2026-06-01 09:45:37 +02:00

82 lines
1.5 KiB
Markdown

# organism.md
## ORGANISM
Expansions and modulations:
- expands: [HYPOTHALAMUS](hypothalamus/hypothalamus.md)
- expands: [TECTUM](tectum/tectum.md)
- expands: [VERTEBRAE](vertebrae/vertebrae.md)
- tunes: [PRESYNAPSE](neuron/presynapse.md)
- tunes: [POSTSYNAPSE](neuron/postsynapse.md)
- tunes: [ASTROSYNAPSE](astrocyte/astrosynapse.md)
```Gen
include:
organs/hypothalamus/hypothalamus.md
organs/tectum/tectum.md
organs/vertebrae/vertebrae.md
ORGANISM
type: main_comprehension
expansion:
@TECTUM: EXPANSION [ comprehension: TECTUM ]
@VERTEBRAE: EXPANSION [ comprehension: VERTEBRAE ]
@HYPOTHALAMUS: EXPANSION [ comprehension: HYPOTHALAMUS ]
instantiation:
# scope
!ALWAYS: SCOPE [] # per ora solo per hypothalamus
!NIGHT: SCOPE []
!DAY: SCOPE []
# Context
# tubs
# behaviour
@: BEHAVIOUR [ behaviour: EXCITATION, collection: COLLECTION [
pre: @TECTUM.@OUT-EXCI-001.collection.pre,
post: @VERTEBREA.@IN-EXCI-002.collection.post,
astro: @VERTEBREA.@IN-EXCI-002.collection.astro ] ]
activate_scope: !ALWAYS
```
### EXCITATION
```Gen
EXCITATION
type: behaviour
within_scope: !NIGHT
snippet:
# *Fixed
@: CONTEXTOR [snippet: ExcitationPossible, RF: active 60x]
# *ActivateAstroPostPre
@: BINDER [snippet: ExcitationBind, RF: active 6x]
@: ACCUMULATOR [snippet: ClearTraces, RF: active 6x]
*DeActivateAstroPostPre
@: BINDER [snippet: ExcitationUnbind, RF: active 6x]
```
#### *Fixed
##### ExcitationPossible
```Gen
ExcitationPossible
```