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

Axon definition #4

Open
inesw opened this issue Dec 23, 2017 · 0 comments
Open

Axon definition #4

inesw opened this issue Dec 23, 2017 · 0 comments

Comments

@inesw
Copy link
Collaborator

inesw commented Dec 23, 2017

While working on an implementation of the GoC axon for the GoCtoGoCconnections, the following things were noted:

  • The parameter GoC_AxonL from the parameter file is never used
  • The parameters GoC_Axon_nseg and GoC_Axon_npts that occur within BREP are not defined in the parameter file. However, in the current BREP version of modelDB, the number of axon segments is set to 1, and the number of points is set to 2, namely the soma point and the end point, which makes those two parameters somewhat meaningless.
  • Each axon includes the soma point, i.e. if there are 20 axons, the soma point is searched for 20 times
  • The paper says 'The GoC axons were represented as uniformly distributed random points in a rectangular area (boundaries in μm: transverse [-45:45], sagittal [-160:160], vertical [-75:75]) relative to the soma position.'

Until further notice, I will handle the case as follows:

  • I will represent each axon as its end point. It will thus follow the definition from the paper and effectively be the same as the current BREP code, however I will represent the soma only once. This means, if there are n axons, there will be n+1 points representing the axons.
  • As distance of the connection I will take the distance between the axon endpoint and the soma.
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

1 participant