Giter Site home page Giter Site logo

Comments (4)

JustasB avatar JustasB commented on August 22, 2024

Yup, it uses that synapse
AmpaNmda

as well as:
GranuleSpine
ThreshDetect
FastInhib

What are your thoughts on handling the spine in NML? Should that be rolled into the synapse or separated out into another object? Let me know if you have a synapse with a spine example.

Below is the meat of where the synapse is constructed:
https://github.com/OpenSourceBrain/MiglioreEtAl14_OlfactoryBulb3D/blob/master/NEURON/mgrs.py
lines 99-115

    if self.msecden:
      self.md = h.ThreshDetect(self.msecden(xm))
      self.fi = h.FastInhib(self.msecden(xm))
      self.fi.gmax = params.inh_gmax
      self.fi.tau1 = params.fi_tau1
      self.fi.tau2 = params.fi_tau2
      pc.set_gid2node(self.md_gid, pc.id())
      pc.cell(self.md_gid, h.NetCon(self.md, None), 1)

    if self.gpriden:
      self.spine = h.GranuleSpine()
      self.spine.neck.connect(self.gpriden(xg))
      self.gd = h.ThreshDetect(self.spine.head(0.5))
      self.ampanmda = h.AmpaNmda(self.spine.head(0.5))
      self.ampanmda.gmax = params.exc_gmax
      pc.set_gid2node(self.gd_gid, pc.id())
      pc.cell(self.gd_gid, h.NetCon(self.gd, None), 1)

from miglioreetal14_olfactorybulb3d.

pgleeson avatar pgleeson commented on August 22, 2024

If the spine section gets connected to the existing Granule cell, I'd suspect that section gets exported into the GCxx.cell.nml file, as long as the export is done after the connections are made...

You could look in the ModelView for the simulation to see if they are there in the individual GCs...

from miglioreetal14_olfactorybulb3d.

JustasB avatar JustasB commented on August 22, 2024

The syns have been converted and can be found under NeuroML2/Synapses.

from miglioreetal14_olfactorybulb3d.

JustasB avatar JustasB commented on August 22, 2024

This has been done here: #25

from miglioreetal14_olfactorybulb3d.

Related Issues (20)

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.