Skip to main content

Module morphology

Module morphology 

Source
Expand description

Morphology API Endpoints - Exact port from Python /v1/morphology/*

Structs§

MorphologyListResponse
RenameMorphologyRequest

Functions§

delete_morphology
Delete a morphology using path parameter.
delete_morphology_by_name
Delete a morphology by name provided in request body.
get_info
Get detailed information about a specific morphology using path parameter.
get_list
Get list of all morphology names.
get_list_types
Get morphologies categorized by type.
get_morphologies
Get all morphology definitions with their complete configurations.
get_morphology_list
Get list of all morphology names in alphabetical order.
get_morphology_types
Get available morphology types (vectors, patterns, projector).
post_create
Create a new morphology with specified parameters.
post_morphology
Create a new morphology definition.
post_morphology_properties
Get detailed properties for a specific morphology by name.
post_morphology_usage
Get all cortical area pairs that use a specific morphology.
put_morphology
Update an existing morphology definition.
put_rename_morphology
Rename a morphology and update all references in the genome.
put_update
Update an existing morphology’s parameters.