https://github.com/klusta-team/klustaviewa

sort by:
Revision Author Date Message Commit Date
d1cf3dd Minor fixes 27 March 2017, 13:00:49 UTC
ce441ea Bump version 10 February 2017, 18:37:33 UTC
702c01f Fix .kwik extension in open file dialog 10 February 2017, 18:37:23 UTC
e5df10d Update README.md 27 January 2017, 18:29:26 UTC
ee61334 Update README.md 02 January 2017, 14:41:31 UTC
1af427c Update environment-osx.yml 02 January 2017, 14:29:15 UTC
f2fcd7d Remove broken recluster action 29 September 2016, 12:20:50 UTC
0aaa814 Bump version 09 September 2016, 09:37:08 UTC
ac78b82 Fix 09 September 2016, 09:36:58 UTC
147c1f2 Bump version 09 September 2016, 09:15:42 UTC
2e3de12 WIP: update install instructions 09 September 2016, 09:10:06 UTC
9641735 Fix bug with 1-channel data 29 July 2016, 11:14:29 UTC
81657af Add shank option when opening a dataset in KlustaViewa 29 June 2016, 19:08:26 UTC
57f1da3 Bump version 27 June 2016, 07:24:05 UTC
ba8fa73 Fix 26 June 2016, 20:29:49 UTC
36e9ce6 Fix color-related bug introduced by previous PR on new kwik format 26 June 2016, 20:23:22 UTC
9be63cc Merge pull request #62 from svenvanderburg/fix-color-change Fix ability to change cluster colors 23 June 2016, 12:37:11 UTC
7c25bcb removed some unnecessary old code 15 June 2016, 11:08:52 UTC
c1728a2 fix ability to change cluster colors 15 June 2016, 11:06:01 UTC
b8b7012 Bump version 30 March 2016, 12:04:15 UTC
777d848 Sort spiketimes before computing CCGs 30 March 2016, 11:28:45 UTC
21f0b50 Fix dialog messages 30 March 2016, 09:53:21 UTC
e921372 Remove Add trace view action 30 March 2016, 09:21:24 UTC
1ac080b Bump version 25 March 2016, 10:47:34 UTC
e828a9a Fix CCG cache bug 25 March 2016, 10:28:30 UTC
b9c43d2 Specify version in a single place 24 March 2016, 13:52:29 UTC
fb3452a Bump version 22 March 2016, 15:15:14 UTC
eeb83b1 Update README 22 March 2016, 13:13:49 UTC
6722dc8 Update README 22 March 2016, 13:12:13 UTC
ee8ca51 Update setup.py 21 March 2016, 15:44:14 UTC
2197908 Ensure ncorrbins is odd 21 March 2016, 15:40:21 UTC
2ef38b8 Fixes 21 March 2016, 15:35:42 UTC
d882e89 WIP: use pure Python CCG computation 21 March 2016, 15:26:54 UTC
ac82a59 WIP: update to new klusta/phy kwik format 19 March 2016, 22:41:47 UTC
ff7d1e4 Merge pull request #51 from c-wilson/fix_issue_50 Fix issue 50 22 May 2015, 17:25:45 UTC
d841ff7 remove unneeded self.subsel reference 24 April 2015, 19:20:33 UTC
ae0b3fb Stop using subselection for selection mask now that it is the right size. This was creating artifacts in the view. 21 April 2015, 22:48:51 UTC
d8e40c4 Change FeatureView selection manager's selection mask to be the length of the displayed features. This prevents artifacts and crashes when using polygon to select spikes in FeatureView. 21 April 2015, 21:55:48 UTC
d0c543a Takes a subset of the selection mask when updating FeatureView data. Now the arrays for data, masks, colors, and selections are all of the same length when drawn to GPU. This seems to fix intermittent segmentation fault issue. 21 April 2015, 21:24:16 UTC
e1c02e8 Bumped version to 0.3.0 11 April 2015, 00:26:06 UTC
518c557 Merge pull request #47 from klusta-team/optimization-similarity-matrix Optimizing and refactoring the computation of the similarity matrix 10 April 2015, 17:17:53 UTC
dab2972 WIP: More robust handling of bad clusters. 20 January 2015, 16:44:13 UTC
0b3ae46 Added other half of the matrix. 20 January 2015, 13:41:36 UTC
1cac130 Implemented in the GUI. 18 December 2014, 22:13:30 UTC
0cc8f17 Some bug fixes. 18 December 2014, 21:48:56 UTC
c57317e WIP: all tests pass. 18 December 2014, 21:35:08 UTC
b8e701f WIP: Tests pass. 18 December 2014, 21:27:48 UTC
42c69d6 WIP. 18 December 2014, 20:55:33 UTC
33f6292 WIP: optimizing and refactoring the computation of the similarity matrix. 18 December 2014, 18:38:08 UTC
74c9d0e Fix in feature view: use the right 'nchannels'. 17 December 2014, 11:40:01 UTC
b80aa5f Fix in similarity matrix. 17 December 2014, 11:17:46 UTC
3aa9e94 Merge pull request #46 from klusta-team/bump-version Bump version to 0.3.0.RC1 12 December 2014, 21:11:59 UTC
3d54906 Merge pull request #40 from klusta-team/kwikskope_spikes KwikSkope spike display 12 December 2014, 18:36:42 UTC
abb6b59 TraceView doesn't return an error when no .raw.kwd 12 December 2014, 18:28:31 UTC
1aaaacd Bump version to 0.3.0.RC1. 12 December 2014, 18:09:23 UTC
a6dfd54 Merge pull request #41 from klusta-team/improve-similarity-matrix WIP: skipping similarity matrix computation when clusters are not similar enough 12 December 2014, 17:11:13 UTC
f5feccc No longer reopen saved TraceView on restart This is a workaround for a couple of bugs - one where TraceView windows can be hidden and somehow not show (but still consume RAM and CPU), and also another where files must be opened before TraceView, partly as another workaround for some Galry issues. 12 December 2014, 16:18:52 UTC
50c2b54 Merge pull request #45 from klusta-team/less-spikes-feature-view Display less spikes in the feature view 12 December 2014, 16:17:52 UTC
3901b59 Added features_nspikes_per_cluster_max parameter. 11 December 2014, 19:01:02 UTC
a0957b5 WIP: fixing bugs in feature view. 11 December 2014, 18:29:42 UTC
92c4791 WIP: displaying less spikes in the feature view. 11 December 2014, 17:41:08 UTC
d3b437b WIP: skipping similarity matrix computation when clusters are not similar enough. 08 December 2014, 14:01:04 UTC
52000c3 Merge branch 'kwik' 24 November 2014, 20:20:55 UTC
746081e Faster TraceView spike cluster colouring 24 November 2014, 19:45:21 UTC
37045f4 Always generate spike highlighted trace in TraceView for much faster toggling 11 November 2014, 13:43:56 UTC
da05b14 1000-10000x speedup of spike highlighting by using bisect rather than np.searchsorted() 10 November 2014, 23:52:52 UTC
97aef31 5x speedup when generating spike highlight colourmap in TraceView due to use of np.searchsorted() 10 November 2014, 23:10:34 UTC
a30e2f2 TraceView now sets unlighlighted colour in traceview.py rather than kwiklib 07 November 2014, 15:12:14 UTC
d3220c4 TraceView spike-highlighting trace colour is now less bright for better contrast 06 November 2014, 23:44:58 UTC
123a3cc TraceView now highlights spikes with correct cluster colours 06 November 2014, 22:57:06 UTC
8b310c9 TraceView now highlights spikes only on masked channels 06 November 2014, 21:37:20 UTC
01b9218 Fix in the computation of the similarity matrix. 30 October 2014, 20:30:43 UTC
8eaa7b5 Decreased undersampling to get round invisibility at high zoom bug 27 October 2014, 20:17:29 UTC
b229fa5 Toggle with S for spike visualisation on TraceView 27 October 2014, 19:39:34 UTC
7726a38 Tweaked KK parameters in recluster feature. 27 October 2014, 19:25:12 UTC
68485ee Faster implementation of TraceView spikes in a separate thread 27 October 2014, 18:23:03 UTC
3bc26a9 More Pythonic spike visualisation implementation on TraceVeiw 27 October 2014, 17:58:00 UTC
08693f6 Fixed normalization of the similarity matrix. 27 October 2014, 17:37:49 UTC
532465e Removed TraceView spike line display due to tricky Galry bug 27 October 2014, 15:15:09 UTC
0398a46 Fix in wizard. 27 October 2014, 13:17:17 UTC
7a5e0d0 Fixing recluster/split2 bug when many new clusters are created. 27 October 2014, 13:13:45 UTC
e41ca24 Updated computation of the similarity matrix. The new implementation is more stable numerically. 24 October 2014, 13:28:04 UTC
bae7673 Spike visualisation on TraceView (not working) 23 October 2014, 13:03:43 UTC
fcea4b1 Bug fixes. 23 October 2014, 08:37:43 UTC
85e12b9 Added in basic spike display in TraceView 20 October 2014, 16:55:09 UTC
6c909b3 Merge branch 'kwik' of https://github.com/klusta-team/klustaviewa into kwik 20 October 2014, 15:28:20 UTC
a508937 Reinstated TraceView test 20 October 2014, 15:28:06 UTC
da60c27 Fixed nwaveforms USER PREF issue. 20 October 2014, 15:16:12 UTC
742406a Fixing build script. 20 October 2014, 08:47:18 UTC
74263d7 Bumped version. 20 October 2014, 08:38:47 UTC
37bd989 Correlograms are now computed on evenly spaced chunks, to save computation times with huge datasets. 20 October 2014, 08:36:30 UTC
5fb02f9 Merge branch 'kwik' of https://github.com/klusta-team/klustaviewa into kwik 17 October 2014, 17:10:10 UTC
41f9b6c Removed extraneous print call 17 October 2014, 17:10:00 UTC
0b22a49 Merge pull request #38 from klusta-team/recluster Recluster feature 06 October 2014, 15:44:20 UTC
369003a Fixed failing test in cluster view. 06 October 2014, 15:43:35 UTC
cf20109 Merge branch 'kwikskope_fix' into kwik 06 October 2014, 15:16:06 UTC
f502fb5 WIP: recluster. 06 October 2014, 15:14:41 UTC
3cc8358 Restored TraceView in new format 06 October 2014, 15:13:11 UTC
d901396 Fixed split2: use available cluster indices. 06 October 2014, 14:48:40 UTC
83db771 Fixed split2. 06 October 2014, 14:34:11 UTC
back to top