Reorganize subpackages:
- make
cluster, features, io, etc. as seperate modules that can be accessed directly from spikesort package.
- create a separate package
spike_sort.stats and put statistic tests there
- reorganization of tests may also be required
comform to numpy.distutils conventions:
- use
SpikeSort/spike_sort/ instead of SpikeSort/src (maybe)
- create setup.py for every subpackage and place it in the corresponding folder
here's an rather general overview: http://www.euroscipy.org/file/3708?vid=download
Reorganize subpackages:
cluster,features,io, etc. as seperate modules that can be accessed directly from spikesort package.spike_sort.statsand put statistic tests therecomform to
numpy.distutilsconventions:SpikeSort/spike_sort/instead ofSpikeSort/src(maybe)here's an rather general overview: http://www.euroscipy.org/file/3708?vid=download