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

Index of group ./specifications/functions


Index
Up

parameter functions

1. Nernst function
2. Magnesium blocking function
3. Serial functions
4. Arithmetic functions

1. Nernst function

Startup command : ./neurospacesparse -q -R legacy/segments/purkinje_maind.ndf


1.1. Is the nernst function calculated correctly ?

1. Executed command
printparameter /Purk_maind/CaT Erev
2. Part of expected output
= 0.147021

2. Magnesium blocking function

This command definition is currently disabled (disabled is 'This value still needs to be checked')

Startup command : ./neurospacesparse -q -R legacy/cells/granule.ndf


2.1. Is the conductance with magnesium blocking calculated correctly ?

1. Executed command
printparameter /Granule/Granule_soma/mf_NMDA G_MAX
2. Part of expected output
= 0.0164909
3. This test is currently not executed
(disabled is 'This value still needs to be checked')

3. Serial functions

Startup command : ./neurospacesparse -q -R utilities/functions.ndf


3.1. Is the serial calculated correctly ?

1. Executed command
printparameter /segm A
2. Part of expected output
= 1

4. Arithmetic functions

Startup command : ./neurospacesparse -q -R utilities/functions.ndf


4.1. Is the minimum calculated correctly ?

1. Executed command
printparameter /segm B
2. Part of expected output
= 0

4.2. Is the maximum calculated correctly ?

1. Executed command
printparameter /segm C
2. Part of expected output
= 1

4.3. Is lower than calculated correctly, case 1 ?

1. Executed command
printparameter /segm D1
2. Part of expected output
= 5

4.4. Is lower than calculated correctly, case 2 ?

1. Executed command
printparameter /segm D2
2. Part of expected output
= 6

4.5. Is higher than calculated correctly, case 1 ?

1. Executed command
printparameter /segm E1
2. Part of expected output
= 6

4.6. Is higher than calculated correctly, case 2 ?

1. Executed command
printparameter /segm E2
2. Part of expected output
= 5

4.7. Is subtraction calculated correctly ?

1. Executed command
printparameter /segm F
2. Part of expected output
= 2

4.8. Is the negative calculated correctly ?

1. Executed command
printparameter /segm G
2. Part of expected output
= -1

4.9. Is division calculated correctly ?

1. Executed command
printparameter /segm H
2. Part of expected output
= 0.4

4.10. What happens for division by zero ?

1. Executed command
printparameter /segm J
2. Part of expected output
= 1.79769e+308

4.11. Is a step calculated correctly (low value) ?

1. Executed command
printparameter /segm I1
2. Part of expected output
= 0

4.12. Is a step calculated correctly (in range) ?

1. Executed command
printparameter /segm I2
2. Part of expected output
= 1

4.13. Is a step calculated correctly (high value) ?

1. Executed command
printparameter /segm I3
2. Part of expected output
= 0