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

Index of group ./specifications/parametercaching


Index
Up

parameter caches

1. Simple parameter caches
2. Coordinate parameter caches

1. Simple parameter caches

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


1.1. Is neurospaces startup successful ?

1. Part of expected output
./neurospacesparse: No errors for .+?/networks/networksmall.ndf.

1.2. What is the original x coordinate of the third granule cell ?

1. Executed command
printparameter /CerebellarCortex/Granules/3 X
2. Part of expected output
value = 0

1.3. Setting the X coordinate of the third granule cell to something extraordinary.

1. Executed command
setparameter /CerebellarCortex/Granules 3 X number 4
2. Part of expected output

1.4. Has the x coordinate of the third granule cell been changed to the extraordinary value ?

1. Executed command
printparameter /CerebellarCortex/Granules/3 X
2. Part of expected output
value = 4

1.5. Setting the X coordinate of the third granule cell to something more reasonable.

1. Executed command
setparameter /CerebellarCortex Granules/3 X number 5e-5
2. Part of expected output

1.6. Has the x coordinate of the third granule cell been changed to the more reasonable value ?

1. Executed command
printparameter /CerebellarCortex/Granules/3 X
2. Part of expected output
value = 5e-05

1.7. Changing the x coordinate of the Granule cell population to something extraordinary.

1. Executed command
printparameter /CerebellarCortex/Granules X
2. Part of expected output
value = 0

1.8. Changing the x coordinate of the Granule cell population to something extraordinary.

1. Executed command
setparameter /CerebellarCortex Granules X number 10
2. Part of expected output

1.9. Has the x coordinate of the granule cell population been changed to the extraordinary value ?

1. Executed command
printparameter /CerebellarCortex/Granules X
2. Part of expected output
value = 10

1.10. Has the x coordinate of the third granule cell been changed ?

1. Executed command
printparameter /CerebellarCortex/Granules/3 X
2. Part of expected output
value = 5e-05

2. Coordinate parameter caches

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


2.1. Is neurospaces startup successful ?

1. Part of expected output
./neurospacesparse: No errors for .+?/networks/networksmall.ndf.

2.2. What is the original coordinate of the granule cell population ?

1. Executed command
printcoordinates n /CerebellarCortex /CerebellarCortex/Granules
2. Part of expected output
transformed x = 0
transformed y = 0
transformed z = 0.0001
coordinate x = 0
coordinate y = 0
coordinate z = 0.0001

2.3. What is the original coordinate of the second granule cell ?

1. Executed command
printcoordinates n /CerebellarCortex /CerebellarCortex/Granules/2
2. Part of expected output
----- OR:
transformed x = 1e-04
transformed y = 0
transformed z = 0.0001
coordinate x = 1e-04
coordinate y = 0
coordinate z = 0.0001

----- OR:
transformed x = 0.0001
transformed y = 0
transformed z = 0.0001
coordinate x = 0.0001
coordinate y = 0
coordinate z = 0.0001
3. Comment
Depending on the C library, rounding of the outcome may differ, so the outcome is one of several alternatives.

2.4. What is the original coordinate of the third granule cell ?

1. Executed command
printcoordinates n /CerebellarCortex /CerebellarCortex/Granules/3
2. Part of expected output
transformed x = 0
transformed y = 3.75e-05
transformed z = 0.0001
coordinate x = 0
coordinate y = 3.75e-05
coordinate z = 0.0001

2.5. Moving the third granule cell in the population.

1. Executed command
setparameter /CerebellarCortex/Granules 3 X number 2e-3
2. Part of expected output

2.6. Is the granule cell population still at its original location ?

1. Executed command
printcoordinates n /CerebellarCortex /CerebellarCortex/Granules
2. Part of expected output
transformed x = 0
transformed y = 0
transformed z = 0.0001
coordinate x = 0
coordinate y = 0
coordinate z = 0.0001

2.7. Has the third granule cell moved in the population ?

1. Executed command
printcoordinates n /CerebellarCortex/Granules /CerebellarCortex/Granules/3
2. Part of expected output
transformed x = 0.002
transformed y = 3.75e-05
transformed z = 0
coordinate x = 0.002
coordinate y = 3.75e-05
coordinate z = 0

2.8. Has the third granule cell moved in the network ?

1. Executed command
printcoordinates n /CerebellarCortex /CerebellarCortex/Granules/3
2. Part of expected output
transformed x = 0.002
transformed y = 3.75e-05
transformed z = 0.0001
coordinate x = 0.002
coordinate y = 3.75e-05
coordinate z = 0.0001

2.9. Is the second granule cell still at its original location ?

1. Executed command
printcoordinates n /CerebellarCortex /CerebellarCortex/Granules/2
2. Part of expected output
----- OR:
transformed x = 1e-04
transformed y = 0
transformed z = 0.0001
coordinate x = 1e-04
coordinate y = 0
coordinate z = 0.0001

----- OR:
transformed x = 0.0001
transformed y = 0
transformed z = 0.0001
coordinate x = 0.0001
coordinate y = 0
coordinate z = 0.0001
3. Comment
Depending on the C library, rounding of the outcome may differ, so the outcome is one of several alternatives.

2.10. Moving the third granule cell in the network.

1. Executed command
setparameter /CerebellarCortex Granules/3 X number 3e-3
2. Part of expected output

2.11. Is the granule cell population still at its original location ?

1. Executed command
printcoordinates n /CerebellarCortex /CerebellarCortex/Granules
2. Part of expected output
transformed x = 0
transformed y = 0
transformed z = 0.0001
coordinate x = 0
coordinate y = 0
coordinate z = 0.0001

2.12. Has the third granule cell moved in the population ?

1. Executed command
printcoordinates n /CerebellarCortex/Granules /CerebellarCortex/Granules/3
2. Part of expected output
transformed x = 0.003
transformed y = 3.75e-05
transformed z = 0
coordinate x = 0.003
coordinate y = 3.75e-05
coordinate z = 0

2.13. Has the third granule cell moved in the network ?

1. Executed command
printcoordinates n /CerebellarCortex /CerebellarCortex/Granules/3
2. Part of expected output
transformed x = 0.003
transformed y = 3.75e-05
transformed z = 0.0001
coordinate x = 0.003
coordinate y = 3.75e-05
coordinate z = 0.0001

2.14. Is the second granule cell still at its original location ?

1. Executed command
printcoordinates n /CerebellarCortex /CerebellarCortex/Granules/2
2. Part of expected output
----- OR:
transformed x = 1e-04
transformed y = 0
transformed z = 0.0001
coordinate x = 1e-04
coordinate y = 0
coordinate z = 0.0001

----- OR:
transformed x = 0.0001
transformed y = 0
transformed z = 0.0001
coordinate x = 0.0001
coordinate y = 0
coordinate z = 0.0001
3. Comment
Depending on the C library, rounding of the outcome may differ, so the outcome is one of several alternatives.

2.15. Rotating the granule cell population in the network.

1. Executed command
setparameter /CerebellarCortex Granules ROTATE_ANGLE number 3.1416
2. Part of expected output

2.16. Rotating the granule cell population in the network.

1. Executed command
setparameter /CerebellarCortex Granules ROTATE_AXIS_Z number 1
2. Part of expected output

2.17. Is the granule cell population still at its original location ?

1. Executed command
printcoordinates n /CerebellarCortex /CerebellarCortex/Granules
2. Part of expected output
transformed x = 0
transformed y = 0
transformed z = 0.0001
coordinate x = 0
coordinate y = 0
coordinate z = 0.0001

2.18. Has the third granule cell been rotated in the population ?

1. Executed command
printcoordinates n /CerebellarCortex/Granules /CerebellarCortex/Granules/3
2. Part of expected output
transformed x = 0.003
transformed y = 3.75e-05
transformed z = 0
coordinate x = 0.003
coordinate y = 3.75e-05
coordinate z = 0

2.19. Has the third granule cell been rotated in the network ?

1. Executed command
printcoordinates n /CerebellarCortex /CerebellarCortex/Granules/3
2. Part of expected output
transformed x = -0.003
transformed y = -3.7522e-05
transformed z = 0.0001
coordinate x = -0.003
coordinate y = -3.7522e-05
coordinate z = 0.0001

2.20. Has the second granule cell been rotated in the network ?

1. Executed command
printcoordinates n /CerebellarCortex /CerebellarCortex/Granules/2
2. Part of expected output
----- OR:
transformed x = -1e-04
transformed y = -7.34641e-10
transformed z = 0.0001
coordinate x = -1e-04
coordinate y = -7.34641e-10
coordinate z = 0.0001

----- OR:
transformed x = -0.0001
transformed y = -7.34641e-10
transformed z = 0.0001
coordinate x = -0.0001
coordinate y = -7.34641e-10
coordinate z = 0.0001
3. Comment
Depending on the C library, rounding of the outcome may differ, so the outcome is one of several alternatives.