Page MenuHomec4science

plot_eff_coeffs.py
No OneTemporary

File Metadata

Created
Thu, Jun 20, 23:01

plot_eff_coeffs.py

#!/usr/bin/env python
# -*- coding: utf-8 -*-
# @Author: Theo Lemaire
# @Date: 2017-02-15 15:59:37
# @Email: theo.lemaire@epfl.ch
# @Last Modified by: Theo Lemaire
# @Last Modified time: 2017-09-02 17:37:11
''' Plot the profiles of the charge-dependent "effective" HH rates,
as a function of charge density. '''
from PointNICE.plt import plotEffCoeffs
from PointNICE.channels import *
neuron = ThalamoCortical()
Fdrive = 350e3
plotEffCoeffs(neuron, Fdrive)

Event Timeline