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
add_projections: bool | list[str] = False : add_projection argument of instantiate_gids()function in bluecellulab can take 4 types of inputs:
False (default) or None: Enable all external projections and internal projections (connections). The projections can be from any of these node types: biophysical, virtual, single_compartment, point_neuron, astrocyte and vasculature.
True: will keep only "virtual" node type connections
str: single string of the node population whose projections will be enabled
list of str: list of names of node populations whose projections will be enabled