Changeset 164
- Timestamp:
- 05/07/08 15:57:35 (8 months ago)
- Files:
-
- branches/working_concept2 (added)
- branches/working_concept2/INSTALL (added)
- branches/working_concept2/README (added)
- branches/working_concept2/doc (added)
- branches/working_concept2/doc/README (added)
- branches/working_concept2/doc/example.param (added)
- branches/working_concept2/doc/parameters.txt (added)
- branches/working_concept2/doc/testdocs.py (added)
- branches/working_concept2/doc/wikidoc.py (added)
- branches/working_concept2/examples (added)
- branches/working_concept2/examples/matlab_vs_python (added)
- branches/working_concept2/examples/matlab_vs_python/acml_rng_mt.py (added)
- branches/working_concept2/examples/matlab_vs_python/append_test.py (added)
- branches/working_concept2/examples/matlab_vs_python/smallnet.m (added)
- branches/working_concept2/examples/matlab_vs_python/smallnet.py (added)
- branches/working_concept2/examples/matlab_vs_python/smallnet_acml.py (added)
- branches/working_concept2/examples/matlab_vs_python/smallnet_inlineC.py (added)
- branches/working_concept2/examples/matlab_vs_python/tweave2.py (added)
- branches/working_concept2/examples/retina (added)
- branches/working_concept2/examples/retina/benchmark_linear.py (added)
- branches/working_concept2/examples/retina/benchmark_noise.py (added)
- branches/working_concept2/examples/retina/benchmark_retina.py (added)
- branches/working_concept2/examples/retina/make_all.py (added)
- branches/working_concept2/examples/retina/results (added)
- branches/working_concept2/examples/retina/retina.param (added)
- branches/working_concept2/examples/retina/retina.py (added)
- branches/working_concept2/examples/retina/retina_nest2.py (added)
- branches/working_concept2/examples/retina/test_parallel.py (added)
- branches/working_concept2/examples/single_neuron (added)
- branches/working_concept2/examples/single_neuron/CRF_neuron_vs_signal.py (added)
- branches/working_concept2/examples/single_neuron/benchmark_neuron_vs_noise.py (added)
- branches/working_concept2/examples/single_neuron/benchmark_neuron_vs_signal.py (added)
- branches/working_concept2/examples/single_neuron/benchmark_synaptic_strength.py (added)
- branches/working_concept2/examples/single_neuron/fiber.param (added)
- branches/working_concept2/examples/single_neuron/playing_with_simple_single_neuron.py (added)
- branches/working_concept2/examples/single_neuron/results (added)
- branches/working_concept2/examples/single_neuron/results/CRF_neuron_vs_signal.png (added)
- branches/working_concept2/examples/single_neuron/results/benchmark_neuron_vs_noise.png (added)
- branches/working_concept2/examples/single_neuron/results/benchmark_neuron_vs_signal.png (added)
- branches/working_concept2/examples/single_neuron/results/benchmark_synaptic_strength.png (added)
- branches/working_concept2/examples/single_neuron/simple_single_neuron.py (added)
- branches/working_concept2/setup.py (added)
- branches/working_concept2/src (added)
- branches/working_concept2/src/__init__.py (added)
- branches/working_concept2/src/analysis.py (added)
- branches/working_concept2/src/benchmark.py (added)
- branches/working_concept2/src/facets (added)
- branches/working_concept2/src/facets/AdvancedTable.py (added)
- branches/working_concept2/src/facets/DataBase.py (added)
- branches/working_concept2/src/facets/FileExtension.py (added)
- branches/working_concept2/src/facets/Images.py (added)
- branches/working_concept2/src/facets/Movie.py (added)
- branches/working_concept2/src/facets/Spikes.py (added)
- branches/working_concept2/src/facets/__init__.py (added)
- branches/working_concept2/src/facets/banchmark_hdf5_io.py (added)
- branches/working_concept2/src/facets/benchmark_hdf5.py (added)
- branches/working_concept2/src/facets/fkbtools.py (added)
- branches/working_concept2/src/facets/hdf5api.py (added)
- branches/working_concept2/src/facets/hdf5pickle.py (added)
- branches/working_concept2/src/facets/hdf5tools.py (added)
- branches/working_concept2/src/facets/srblib.py (added)
- branches/working_concept2/src/facets/test_FileExtension.py (added)
- branches/working_concept2/src/facets/test_rw_sl.py (added)
- branches/working_concept2/src/parameters.py (added)
- branches/working_concept2/src/plotting.py (added)
- branches/working_concept2/src/sandbox.py (added)
- branches/working_concept2/src/spikes.py (added)
- branches/working_concept2/src/stgen.py (added)
- branches/working_concept2/src/utilities.py (added)
- branches/working_concept2/std_params (added)
- branches/working_concept2/std_params/PyNN (added)
- branches/working_concept2/std_params/PyNN/EIF_cond_alpha_isfa_ista (added)
- branches/working_concept2/std_params/PyNN/IF_cond_exp_gsfa_grr (added)
- branches/working_concept2/std_params/PyNN/IF_cond_exp_gsfa_grr/muller_etal2007.param (added)
- branches/working_concept2/std_params/example.param (added)
- branches/working_concept2/test (added)
- branches/working_concept2/test/FileSize.png (added)
- branches/working_concept2/test/ReadWrite.png (added)
- branches/working_concept2/test/movie_unit_test.py (added)
- branches/working_concept2/test/numbers (added)
- branches/working_concept2/test/numbers/colour (added)
- branches/working_concept2/test/numbers/colour/blue2.png (added)
- branches/working_concept2/test/numbers/colour/green1.png (added)
- branches/working_concept2/test/numbers/colour/red3.png (added)
- branches/working_concept2/test/numbers/greyscale (added)
- branches/working_concept2/test/numbers/greyscale/1.png (added)
- branches/working_concept2/test/numbers/greyscale/2.png (added)
- branches/working_concept2/test/numbers/greyscale/3.png (added)
- branches/working_concept2/test/stress-test1.py (added)
- branches/working_concept2/test/test_base_classes.py (added)
- branches/working_concept2/test/test_benchmark.py (added)
- branches/working_concept2/test/test_rw.py (added)
- branches/working_concept2/test/unit_tests.py (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved

