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

Section change error #504

Closed
wants to merge 75 commits into from
Closed

Section change error #504

wants to merge 75 commits into from

Conversation

mgeplf
Copy link
Contributor

@mgeplf mgeplf commented Oct 4, 2024

No description provided.

mgeplf added 25 commits October 10, 2023 15:04
* Allow SWC files to have single point sections (since parent is soma)

ex:
    1 1 0  0  0 10 -1
    2 3 1  0  0 1  1

Gets parsed by NEURON as:
    |-|       model:
    .soma[0](0-1)
    .dend[0](0-1)

Where the dend has the points:
    0: x: 0.0 y: 0.0, z: 0.0
    1: x: 1.0 y: 0.0, z: 0.0
…tion

* A section within MorphIO is defined as a series of segments between
  bifurcation/multifurcation points.  However, SWC files allow section
  change without a branch. Normal parsing of this will raise an
  exception, but can be allowed using the option `UNIFURCATED_SECTION_CHANGE`
@mgeplf mgeplf changed the base branch from master to efficient-swc-build October 4, 2024 13:03
Base automatically changed from efficient-swc-build to master October 11, 2024 09:15
@mgeplf mgeplf closed this Oct 21, 2024
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