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

Implement an SWC exporter for skeletonized neurons #60

Closed
marwan-abdellah opened this issue Sep 5, 2023 · 2 comments
Closed

Implement an SWC exporter for skeletonized neurons #60

marwan-abdellah opened this issue Sep 5, 2023 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@marwan-abdellah
Copy link
Member

Incrementally, implement a neuron SWC exporter from the skeletonized dataset.
The exporter should:

  1. Initially, export all the valid branches as dendrites, even including the spines.
  2. Categorize the branches into either axons or dendrites.
  3. Recognize the apical dendrites from the basal dendrites.
  4. Filter the spines and export them individually.
@marwan-abdellah marwan-abdellah self-assigned this Sep 5, 2023
@marwan-abdellah marwan-abdellah added the enhancement New feature or request label Sep 5, 2023
@marwan-abdellah
Copy link
Member Author

marwan-abdellah commented Sep 6, 2023

First implementation is done and neurons can be exported.
Next: Branch types.

Note: Account for the removed branches due to loop merging.

@marwan-abdellah
Copy link
Member Author

Implemented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

No branches or pull requests

1 participant