File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed
moose-examples/paper-2015 Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change 33import numpy
44import matplotlib .pyplot as plt
55import moose
6+
67import sys
78sys .path .append ( '../util' )
9+
810import rdesigneur as rd
911from PyQt4 import QtGui
1012import moogli
@@ -117,13 +119,14 @@ def displayPlots():
117119
118120def main ():
119121 """
120- This illustrates the use of rdesigneur to build a simple dendrite with
121- spines, and then to resize them using spine fields. These are the
122- fields that would be changed dynamically in a simulation with reactions
123- that affect spine geometry.
124- In this simulation there is a propagating reaction wave using a
125- highly abstracted equation, whose product diffuses into the spines and
126- makes them bigger.
122+ This illustrates the use of rdesigneur to build a simple dendrite with
123+ spines, and then to resize them using spine fields. These are the
124+ fields that would be changed dynamically in a simulation with reactions
125+ that affect spine geometry.
126+ In this simulation there is a propagating reaction wave using a
127+ highly abstracted equation, whose product diffuses into the spines and
128+ makes them bigger.
129+ """
127130
128131 eHead = moose .wildcardFind ( '/model/elec/#head#' )
129132 oldDia = [ i .diameter for i in eHead ]
You can’t perform that action at this time.
0 commit comments