btel / SpikeSort

Spike sorting library implemented in Python/NumPy/PyTables
http://spike-sort.readthedocs.org
Other
27 stars 12 forks source link

Feature_methods dictionary #87

Closed belevtsoff closed 11 years ago

belevtsoff commented 11 years ago

@btel

possible solution to #78

changes:

btel commented 11 years ago

could you update the code example in https://github.com/btel/SpikeSort/blob/feature_methods_dict/docs/source/datastructures.rst to reflect changes in future labels?

belevtsoff commented 11 years ago

@btel

could you update the code example

low level fet* methods are not changed, because they are not aware whether they are used once or twice. So it only makes sense to prepend feature names with method names in the high-level API context. Therefore, the aforementioned example yields same results as before