View nwb-etl-demo.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View one-sided-fisher.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View gist:66037f6f4d5cdfbc0f51a52580b490f0
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<SETTINGS> | |
<INFO> | |
<VERSION>0.3.5</VERSION> | |
<DATE>19 Oct 2016 9:53:00</DATE> | |
<OS>Windows 8</OS> | |
<MACHINE></MACHINE> | |
</INFO> | |
<SIGNALCHAIN> |
View gist:dee747662d870e553dd0c80155ff71ee
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/klusta/launch.py", line 250, in klusta | |
model = KwikModel(kwik_path, channel_group=channel_group) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/klusta/kwik/model.py", line 593, in __init__ | |
clustering=clustering) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/klusta/kwik/model.py", line 1056, in open | |
self._channel_group_changed(self._channel_group) | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/klusta/kwik/model.py", line 1145, in _channel_group_changed | |
self._load_features_masks() | |
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/klusta/kwik/model.py", line 795, in _load_features_masks | |
fm = _mmap_h5(kwx_path, h5_path) |