CustomBranch

Contents

CustomBranch#

class braincell.CustomBranch(lengths, radii_proximal, radii_distal, points_proximal=None, points_distal=None, type='custom')[source]#

A Branch with type fixed to "custom".

Represents a branch with unspecified anatomical identity. All factory methods and the constructor automatically set type="custom"; passing type explicitly raises TypeError.

Equivalent to Branch(..., type="custom").

See also

Branch

Base class with full documentation.