We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fda828 commit dd2a15dCopy full SHA for dd2a15d
emannotationschemas/schemas/postsynaptic_compartment.py
@@ -30,3 +30,7 @@ class PostsynapticCompartment(ReferenceAnnotation):
30
validate=OneOf(allowed_dendrite_classes),
31
description="Type of dendritic branch, e.g. basal or apical",
32
)
33
+
34
35
+class Spine(BoundSpatialPoint):
36
+ volume = mm.fields.Float(required=False, description="Estimated volume of the spine")
0 commit comments