Main Neurospaces logo neurospaces 0.1675 Thu, 27 Dec 2007 15:58:18 -0600 hugo

Index of group ./specifications/network


Index
Up

network

1. Network model : basic sanity

1. Network model : basic sanity

Startup command : ./neurospacesparse -v 1 -q legacy/networks/network-test.ndf


1.1. Is neurospaces startup successful ?

1. Part of expected output
./neurospacesparse: No errors for .+?/legacy/networks/network-test.ndf.

1.2. What is the xpower of the delayed rectifier channel in the first Golgi cell ?

1. Executed command
printparameter /CerebellarCortex/Golgis/0/Golgi_soma/KDr Xpower
2. Part of expected output
value = 4

1.3. What is the ypower of the delayed rectifier channel in the first Golgi cell ?

1. Executed command
printparameter /CerebellarCortex/Golgis/0/Golgi_soma/KDr Ypower
2. Part of expected output
value = 1

1.4. What is the zpower of the delayed rectifier channel in the first Golgi cell ?

1. Executed command
printparameter /CerebellarCortex/Golgis/0/Golgi_soma/KDr Zpower
2. Part of expected output
value = 0

1.5. What is the scaled conductance of the delayed rectifier channel in the first Golgi cell ?

1. Executed command
printparameterscaled /CerebellarCortex/Golgis/0/Golgi_soma/KDr G_MAX
2. Part of expected output
scaled value = 1.91937e-07

1.6. What is the unscaled conductance of the delayed rectifier channel in the first Golgi cell ?

1. Executed command
printparameter /CerebellarCortex/Golgis/0/Golgi_soma/KDr G_MAX
2. Part of expected output
value = 67.8839

1.7. What is the reversal potential of the delayed rectifier channel in the first Golgi cell ?

1. Executed command
printparameter /CerebellarCortex/Golgis/0/Golgi_soma/KDr Erev
2. Part of expected output
value = -0.09

1.8. How does neurospaces react if we try to access parameters that are not defined ?

1. Executed command
printparameter /CerebellarCortex/Golgis/0/Golgi_soma/KDr Emax
2. Part of expected output
parameter not found in symbol

1.9. What is the diameter of the soma in the first Golgi cell ?

1. Executed command
printparameter /CerebellarCortex/Golgis/0/Golgi_soma DIA
2. Part of expected output
value = 3e-05