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

Visualize cells that were not read from SWC #192

Merged
merged 8 commits into from
Dec 8, 2023
Merged

Visualize cells that were not read from SWC #192

merged 8 commits into from
Dec 8, 2023

Conversation

michaeldeistler
Copy link
Contributor

@michaeldeistler michaeldeistler commented Dec 8, 2023

This enables visualizing even when the cell was built from scratch:

comp = jx.Compartment()
branch = jx.Branch(comp, nseg=4)
cell = jx.Cell(branch, parents=[-1, 0, 0, 1, 1])

cell.compute_xyz()
cell.vis()

@michaeldeistler michaeldeistler changed the title basic implementation is working Visualize cells that were not read from SWC Dec 8, 2023
@michaeldeistler michaeldeistler merged commit 0ee4b04 into main Dec 8, 2023
1 check passed
@michaeldeistler michaeldeistler deleted the vis2 branch December 8, 2023 21:51
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

Successfully merging this pull request may close these issues.

1 participant