btel / SpikeSort

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

convert `FeatureExtractor.feature_methods` from `list` to `dict` #78

Closed belevtsoff closed 11 years ago

belevtsoff commented 11 years ago

This will naturally allow for adding FeatureExtractor.delete_features() method which would be highly useful.

UPD: this one is not needed anymore, because another feature deletion mechanism was suggested (see closing commits)

btel commented 11 years ago

That is good idea, we might think of implementing it.

belevtsoff commented 11 years ago

I thought maybe it will be more logical or clear to name the methods hide/unhide_features instead of delete* ...

belevtsoff commented 11 years ago

Needs better implementation