MANIFEST.in
README.md
setup.cfg
setup.py
phy/__init__.py
phy.egg-info/PKG-INFO
phy.egg-info/SOURCES.txt
phy.egg-info/dependency_links.txt
phy.egg-info/entry_points.txt
phy.egg-info/top_level.txt
phy/cluster/__init__.py
phy/cluster/algorithms.py
phy/cluster/default_settings.py
phy/cluster/session.py
phy/cluster/view_models.py
phy/cluster/manual/__init__.py
phy/cluster/manual/_history.py
phy/cluster/manual/_utils.py
phy/cluster/manual/clustering.py
phy/cluster/manual/gui.py
phy/cluster/manual/wizard.py
phy/cluster/manual/static/__init__.py
phy/cluster/manual/static/styles.css
phy/cluster/manual/static/wizard.html
phy/cluster/manual/tests/__init__.py
phy/cluster/manual/tests/test_clustering.py
phy/cluster/manual/tests/test_gui.py
phy/cluster/manual/tests/test_history.py
phy/cluster/manual/tests/test_utils.py
phy/cluster/manual/tests/test_wizard.py
phy/cluster/tests/__init__.py
phy/cluster/tests/test_algorithms.py
phy/cluster/tests/test_session.py
phy/cluster/tests/test_view_models.py
phy/electrode/__init__.py
phy/electrode/mea.py
phy/electrode/probes/1x32_buzsaki.prb
phy/electrode/tests/__init__.py
phy/electrode/tests/test_mea.py
phy/ext/__init__.py
phy/ext/six.py
phy/gui/__init__.py
phy/gui/_utils.py
phy/gui/base.py
phy/gui/dock.py
phy/gui/qt.py
phy/gui/static/__init__.py
phy/gui/static/styles.css
phy/gui/static/wrap_qt.html
phy/gui/tests/__init__.py
phy/gui/tests/test_base.py
phy/gui/tests/test_dock.py
phy/gui/tests/test_qt.py
phy/io/__init__.py
phy/io/base.py
phy/io/h5.py
phy/io/mock.py
phy/io/sparse.py
phy/io/store.py
phy/io/traces.py
phy/io/kwik/__init__.py
phy/io/kwik/creator.py
phy/io/kwik/mock.py
phy/io/kwik/model.py
phy/io/kwik/sparse_kk2.py
phy/io/kwik/store_items.py
phy/io/kwik/tests/__init__.py
phy/io/kwik/tests/test_creator.py
phy/io/kwik/tests/test_mock.py
phy/io/kwik/tests/test_model.py
phy/io/kwik/tests/test_sparse_kk2.py
phy/io/kwik/tests/test_store_items.py
phy/io/tests/__init__.py
phy/io/tests/test_base.py
phy/io/tests/test_h5.py
phy/io/tests/test_mock.py
phy/io/tests/test_sparse.py
phy/io/tests/test_store.py
phy/io/tests/test_traces.py
phy/plot/__init__.py
phy/plot/_mpl_utils.py
phy/plot/_panzoom.py
phy/plot/_vispy_utils.py
phy/plot/ccg.py
phy/plot/features.py
phy/plot/traces.py
phy/plot/waveforms.py
phy/plot/glsl/__init__.py
phy/plot/glsl/ax.frag
phy/plot/glsl/ax.vert
phy/plot/glsl/box.frag
phy/plot/glsl/box.vert
phy/plot/glsl/color.glsl
phy/plot/glsl/correlograms.frag
phy/plot/glsl/correlograms.vert
phy/plot/glsl/depth_mask.glsl
phy/plot/glsl/features.frag
phy/plot/glsl/features.vert
phy/plot/glsl/features_bg.frag
phy/plot/glsl/features_bg.vert
phy/plot/glsl/filled_antialias.glsl
phy/plot/glsl/grid.glsl
phy/plot/glsl/lasso.frag
phy/plot/glsl/lasso.vert
phy/plot/glsl/pan_zoom.glsl
phy/plot/glsl/traces.frag
phy/plot/glsl/traces.vert
phy/plot/glsl/waveforms.frag
phy/plot/glsl/waveforms.vert
phy/plot/tests/__init__.py
phy/plot/tests/test_ccg.py
phy/plot/tests/test_features.py
phy/plot/tests/test_traces.py
phy/plot/tests/test_utils.py
phy/plot/tests/test_waveforms.py
phy/scripts/__init__.py
phy/scripts/phy_script.py
phy/scripts/tests/__init__.py
phy/scripts/tests/test_phy_script.py
phy/stats/__init__.py
phy/stats/ccg.py
phy/stats/tests/__init__.py
phy/stats/tests/test_ccg.py
phy/traces/__init__.py
phy/traces/detect.py
phy/traces/filter.py
phy/traces/pca.py
phy/traces/waveform.py
phy/traces/tests/__init__.py
phy/traces/tests/test_detect.py
phy/traces/tests/test_filter.py
phy/traces/tests/test_pca.py
phy/traces/tests/test_waveform.py
phy/utils/__init__.py
phy/utils/_color.py
phy/utils/_misc.py
phy/utils/_types.py
phy/utils/array.py
phy/utils/datasets.py
phy/utils/event.py
phy/utils/logging.py
phy/utils/selector.py
phy/utils/settings.py
phy/utils/tempdir.py
phy/utils/testing.py
phy/utils/tests/__init__.py
phy/utils/tests/test_array.py
phy/utils/tests/test_color.py
phy/utils/tests/test_datasets.py
phy/utils/tests/test_event.py
phy/utils/tests/test_logging.py
phy/utils/tests/test_misc.py
phy/utils/tests/test_selector.py
phy/utils/tests/test_settings.py
phy/utils/tests/test_tempdir.py
phy/utils/tests/test_testing.py
phy/utils/tests/test_types.py