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

Index of group ./specifications/python/list


Index
Up

Python list tests

1. A simple script that will load the purkinje cell and return a python list
2. A simple script that will load the purkinje cell and return a python list
3. A simple script that will load the purkinje cell and return a python coordinate list

1. A simple script that will load the purkinje cell and return a python list

Startup command : tests/python/children_tolist.py

(No model has been loaded for the following set of commands.)

1.1. Can we retrieve a python list of all elements in the Purkinje cell ?

1. Part of expected output
Top level child is: /Purkinje
Number of elements is 65623
Done!

2. A simple script that will load the purkinje cell and return a python list

Startup command : tests/python/children_todictlist.py

(No model has been loaded for the following set of commands.)

2.1. Can we retrieve a python list of all elements in the Purkinje cell ?

1. Part of expected output
Top level child is: /Purkinje
Number of elements is 65623
Done!

3. A simple script that will load the purkinje cell and return a python coordinate list

Startup command : tests/python/coordinates_tolist.py

(No model has been loaded for the following set of commands.)

3.1. Can we retrieve a python list of all visible elements in the Purkinje cell ?

1. Part of expected output
Top level child is: /Purkinje
Number of elements is 4549
Done!