Parameters¶
This page describes the format of the expected parameters used by region-grower.
Note
These schemas only contain the entries used in region-grower, not the ones used by its dependencies.
Parameters¶
The parameters are given as a JSON file with one entry per mtype (the key must be equal to the mtype name). Each of these entries must follow the following schema:
TMD parameters¶
The TMD parameters used to synthesize the cells |
|||||
type |
object |
||||
patternProperties |
|||||
|
The TMD parameters used to synthesize the cells for a region |
||||
patternProperties |
|||||
|
The TMD parameters used to synthesize the cells of the given mtype |
||||
properties |
|||||
|
Context constraints |
||||
The constraints to obey in the given context |
|||||
type |
object |
||||
properties |
|||||
|
Specific constraints for basals |
||||
|
Specific constraints for basals |
||||
|
Specific constraints for axons |
||||
additionalProperties |
False |
||||
|
type |
object |
|||
properties |
|||||
|
type |
string |
|||
additionalProperties |
True |
||||
|
type |
array |
|||
items |
type |
string |
|||
enum |
basal_dendrite, apical_dendrite, axon |
||||
|
type |
array |
|||
items |
type |
number |
|||
additionalProperties |
True |
||||
Fraction¶
The relative position in a layer (0 for the bottom and 1 for the top) |
|
type |
number |
Layer¶
The index of a layer |
|
type |
integer |
maximum |
6 |
minimum |
1 |
Limit properties¶
Properties of a specific limit |
|
type |
object |
properties |
|
|
|
|
|
additionalProperties |
False |
Hard limit¶
Min and max of a hard limit |
|
type |
object |
properties |
|
|
The max of the hard limit |
|
The min of the hard limit |
additionalProperties |
False |
Hard limit with extent¶
Min and max of a hard limit with extent_to_target |
|||
type |
object |
||
properties |
|||
|
The target depth given as a fraction of a layer and the properties of the fit of the Y extent relative to the path length |
||
type |
object |
||
properties |
|||
|
|||
|
type |
number |
|
|
|||
|
type |
number |
|
additionalProperties |
False |
||
|
The max of the hard limit |
||
|
The min of the hard limit |
||
additionalProperties |
False |
||
Distributions¶
The distributions are given as a JSON file which must follow the following schema:
TMD distributions¶
The TMD distributions used to synthesize the cells |
||
type |
object |
|
patternProperties |
||
|
The mtype properties given to TNS |
|
type |
object |
|
additionalProperties |
True |
|