Selection of the section works properly |
|
More...
|
over 14 years ago
|
Using tubes to draw the points. All the different segs are added |
|
More...
|
over 14 years ago
|
Using tubes to draw the points. All the different segs are added |
|
More...
|
over 14 years ago
|
Using plot3d points to plot the neuron, not the cylinders. |
|
More...
|
over 14 years ago
|
Using plot3d points to plot the neuron, not the cylinders. |
|
More...
|
over 14 years ago
|
Animation is turned into True if the simulations has ran. |
|
More...
|
over 14 years ago
|
Inserted a method to plota 3 Dimension graph, using the distance from a base section, a choosen variable and the time as axes. |
|
More...
|
over 14 years ago
|
Calculating the distance from the base section in microns |
|
More...
|
over 14 years ago
|
Update the version for development |
|
More...
|
over 14 years ago
|
Open the new development section |
|
More...
|
over 14 years ago
|
Adding the deployment to cope with the github-tools and don't forget which version works with what. |
|
More...
|
over 14 years ago
|
Fixed the url for sphinx |
|
More...
|
over 14 years ago
|
built html doc updated |
|
More...
|
over 14 years ago
|
built html doc updated |
|
More...
|
over 14 years ago
|
Updating the version for realease |
|
More...
|
over 14 years ago
|
Reorganized the pavement to make a proper tarball and easily installing from pipy |
|
More...
|
over 14 years ago
|
Added a quick README in the pyramidal neuron example, to avoid confusion with the old readme. |
|
More...
|
over 14 years ago
|
Reporting the commit of neuronvisio only if used with the latest version of git, completely ignored otherwised. |
|
More...
|
over 14 years ago
|
Renamed CHANGES to be included in the tarball |
|
More...
|
over 14 years ago
|
Reorganized the ui for better layer of the dir |
|
More...
|
over 14 years ago
|
Updated the CHANGES, and importing matplotlib as mpl now, to conform with best practise. |
|
More...
|
over 14 years ago
|
Generalized get_vector method. It accepts either a NEURON section or the section name as string. |
|
More...
|
over 14 years ago
|
Printing for profiling |
|
More...
|
over 14 years ago
|
Operating the swap in place only if the array is the same dimension of the vector. This is usually the case for all the vectors and in only in precise conditions, a vector to record the stimul time, is useful |
|
More...
|
over 14 years ago
|
Corecting a typo on the saving routine |
|
More...
|
over 14 years ago
|
Trying to swap in place and avoid the creation of the vectors |
|
More...
|
over 14 years ago
|
Using the creation of numpy array on all the vectors, not only time. |
|
More...
|
over 14 years ago
|
Using list to transform hoc to python as suggested on the neuron forum http://bit.ly/eNbzpL |
|
More...
|
over 14 years ago
|
Passing the hoc Vector directly to Hdf5-pytables, using its list interface direclty to take down the new operator memory usage. |
|
More...
|
over 14 years ago
|
Using a creation of numpy array directly, without passing through the to_python routine. |
|
More...
|
over 14 years ago
|