Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

list all channels and synapses in a more organised way #46

Open
jnsbck opened this issue Oct 23, 2024 · 1 comment
Open

list all channels and synapses in a more organised way #46

jnsbck opened this issue Oct 23, 2024 · 1 comment
Assignees

Comments

@jnsbck
Copy link

jnsbck commented Oct 23, 2024

add channels sorted by ions to readme.
make jx-mech.info() or similar that lists available channels and where they can be imported from + listed ions/properties/attrs.

@huangziwei huangziwei changed the title re-organize channels list all channels and synapses in a more organised way Oct 24, 2024
@huangziwei
Copy link
Collaborator

yes, it'd be good to have a overview of all channels and synapses somewhere.

I think we can implement different things for different purposes:

  1. just to list them somewhere: maybe add a channels_and_synapses_info notebook, and read all META data from them and list them in a data frame;
  2. a function to find and return the specific channels in the code, e.g. find_channel(name="Na") and returns [fm97.Na, benison01.Na, ...] directly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants