Giter Club home page Giter Club logo

neuroneap's Introduction

Hi there ☺️

My name is Maria.

I am a Research Scientist with extensive experience in neuroscience, research and Software Development and Data Science.

I am passionate about both: science and programming and I am sharing those passions through various channels (teaching, Native Scientist, Software Carpentry and of course Pyladies).

I am an organizer of Pyladies Paris, come and join us at one of the events: Pyladies Paris

πŸ’¬ Ask me about Python, git, PhD, computational neuroscience, research or... a life of a foreigner in France

Drop me a note and connect with me: . :-)

neuroneap's People

Contributors

btel avatar maikia avatar

Watchers

 avatar  avatar

Forkers

destexheteam

neuroneap's Issues

current-balance

this was temporally patched, but proper correction should be done

in full morphological models the current balance is not conserved. This is due to the difference in the way area is calculated in NEURON and NeuronEAP:

  1. in neuronEAP diameter (diam) is fixed for whole section, whereas in neuron it can change between segemetns - this is a bug and should be changed using the diam3d function

  2. taking the corrected diam and segment length still does not give the same value as the "area" function of NEURON. I don't know where the difference stems from, but from this explanation I understand that the area is interpolated from the 3d specification of the neuron (see below, [1,2])

[1] https://www.neuron.yale.edu/phpBB/viewtopic.php?f=13&t=2332&p=9207&hilit=area+calculation#p9207

Surface area calculation depends on how section geometry was specified. For sections specified with the stylized method (L & diam) all segments are treated as cylinders. For sections specified with the pt3d method (i.e. a series of detailed x,y,z,diam values, read about Geometry, pt3dadd, and related topics in the Programmer's Reference), the section is treated as a sequence of frusta (truncated cones) whose circular ends are at the xyz coordinates and have the associated diameter value.

The way the geometry works in NEURON is explained in the documentation:

[2] https://neuron.yale.edu/neuron/static/docs/help/neuron/neuron/geometry.html#Geometry

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.