| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| 3.2 | 2012-08-11 | ||
| 3.1 | 2012-08-11 | ||
| 3.0 | 2012-04-13 | ||
| 2.0 | 2011-03-17 | ||
| 1.3.5 | 2010-12-17 | ||
| 1.3.4 | 2010-12-16 | ||
| 1.3.3 | 2010-12-15 | ||
| 1.3.2 | 2010-12-15 | ||
| 1.3.1 | 2010-12-13 | ||
| 1.3 | 2010-12-03 | ||
| 1.2 | 2010-11-25 | ||
| 1.1.2 | 2010-02-01 | ||
| 1.1.1 | 2009-12-18 | ||
| 1.1 | 2009-12-11 | ||
| README | 2012-07-19 | 1.5 kB | |
| Totals: 15 Items | 1.5 kB | 1 |
3.2
* added etos_detect_stat2 and etos3_detect_run2.
improved detection method.
3.1
* added etos_merge_model and etos3_for_*_sep.sh.
divide-and-integration method was introduced
for speed up and accuracy improvement.
3.0.1
* fix compile bug
3.0:
* Major update.
"Spike sorting of heterogeneous neuron types
by multimodality-weighted PCA and explicit robust variational Bayes",
Takashi Takekawa, Yoshikazu Isomura and Tomoki Fukai,
Frontiers in Neuroinformatics, 6:5 (2012).
http://dx.doi.org/10.3389/fninf.2012.00005
1.3.5:
* etos1_for_ntt.sh: Fixed bug
1.3.4:
* simd.h: fixed bug (Compile error with intel compiler)
* rename sample.sh to etos1_for_dat.sh.
* added etos1_for_ntt.sh script.
* etos_ntt2detspk: fixed bug (unexpected log output)
1.3.3:
* lmatrix.h: fixed bug (Bus Error on FreeBSD)
1.3.2:
* etos_det2spk: usage changed
etos_conv_det2spk [datfiles ...] detfile n0 n1 spkfile
use an argument 'spkfile' instead of standard output
1.3.1:
* Added etos_ntt_addcid.
append cluster information to ntt file.
1.3:
* Added etos_ntt2detspk.
etos_ntt2detspk convert .ntt file to .det and .spk files
-- Thanks to Ullrich Bartsch
* Change arguments of etos_spk2ext_*
etos_spk2ext_* spkfile use_pt use_pt ...
use_ch should be as '1101', this means that 1, 2, 4th channles are used.
use_pt should be same as use_ch, str length must be same to data points.
1.2:
* Now openmp is automatically on if available.
* Added etos_spk2ext_mra and etos_spk2ext_pca.