You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Volumes are semantic objects (i.e. can be annotated); meshes are spatial objects which model volumes. This is the same as the relationship between (semantic) neurons and (spatial) skeletons. Using skeleton IDs for neurons is pretty common in pymaid (and indeed CATMAID); the semantic object ID is more of an implementation detail. get_entity_graph does explicitly distinguish between neurons and skeletons, but not between volumes and meshes: this is partially because the CATMAID backend get_annotated_entities function returns skeletons modelling neurons, but not meshes modelling volumes.
This is probably not much of a problem in daily usage and may be a can of worms to unpick, but I came across it so thought I'd note it in case anyone else did.
The text was updated successfully, but these errors were encountered:
Volumes are semantic objects (i.e. can be annotated); meshes are spatial objects which model volumes. This is the same as the relationship between (semantic) neurons and (spatial) skeletons. Using skeleton IDs for neurons is pretty common in pymaid (and indeed CATMAID); the semantic object ID is more of an implementation detail.
get_entity_graph
does explicitly distinguish between neurons and skeletons, but not between volumes and meshes: this is partially because the CATMAID backendget_annotated_entities
function returns skeletons modelling neurons, but not meshes modelling volumes.This is probably not much of a problem in daily usage and may be a can of worms to unpick, but I came across it so thought I'd note it in case anyone else did.
The text was updated successfully, but these errors were encountered: