HOW to compute this value, when it is derived rather than obtained — the callable that produces it, its arguments, and (via output:) which entry to take from a callable returning several named arrays. The callable resolves against the recipe’s code_source. Use instead of source: for a value that is a deterministic function of the spec’s own inputs (a mesh operator, a template matrix): declaring the producer keeps the spec the single source of truth, where pointing at a pre-built file would let the two drift apart silently — and would need a prep step run by hand before the spec could execute. The result is cached and invalidated by the artifact fingerprint, so it is computed once rather than per run. On a Parameter it produces the value; on an Edge it produces the whole template matrix, which is what lets a connectome or a discrete differential operator be declared rather than pre-built. Mutually exclusive with value:/source:.
name: producerdescription:'HOW to compute this value, when it is derived rather than obtained — the callable that produces it, its arguments, and (via `output:`) which entry to take from a callable returning several named arrays. The callable resolves against the recipe''s `code_source`. Use instead of `source:` for a value that is a deterministic function of the spec''s own inputs (a mesh operator, a template matrix): declaring the producer keeps the spec the single source of truth, where pointing at a pre-built file would let the two drift apart silently — and would need a prep step run by hand before the spec could execute. The result is cached and invalidated by the artifact fingerprint, so it is computed once rather than per run. On a `Parameter` it produces the value; on an `Edge` it produces the whole template matrix, which is what lets a connectome or a discrete differential operator be declared rather than pre-built. Mutually exclusive with `value:`/`source:`.'from_schema: https://w3id.org/tvboclose_mappings:- prov:wasGeneratedByrank:1000domain_of:- Edge- Parameterrange: FunctionCallrequired:falseinlined:true