Browse Source

gin commit from h-laptop

Modified files: 1
Heberto Mayorquin 9 months ago
parent
commit
9edf339a74
1 changed files with 6 additions and 1 deletions
  1. 6 1
      cellexplorer/README.md

+ 6 - 1
cellexplorer/README.md

@@ -6,8 +6,13 @@ Original sources:
 - `dataset_1`: https://buzsakilab.nyumc.org/datasets/TingleyD/DT8/20170311_684um_2088um_170311_134350/
 - `dataset_2`: https://buzsakilab.nyumc.org/datasets/TingleyD/DT9/20170504_396um_0um_merge/
 - `dataset_3`: https://buzsakilab.nyumc.org/datasets/TingleyD/DT9/20170519_864um_900um_merge/
+- `dataset4` : https://buzsakilab.nyumc.org/datasets/PetersenP/CellExplorerExampleData/MS22/Peter_MS22_180629_110319_concat/
 
 Note:
-`dataset_2` and `dataset_3` contain mat files with version different from mat version 5.
+- `dataset_2` and `dataset_3` contain mat files with version different from mat version 5.
 - `dataset_2`: `sessionInfo` is saved as mat version 7.3.
 - `dataset_3`: `spikes.cellinfo` is saved as mat version 7.3
+- `dataset_4`: is a stubbed version of the original dataset. The original dataset is is in the link indicated above. 
+There are two folders inside, one saved in the old matlab format and other in the new one (hdf5). They were stubbed with the following program https://gist.github.com/h-mayorquin/576e54fae7ff2cf0d1255f15fe80a20c. The binary files
+were stubbed by using a `SlicingRecorder`` in spikeinterface to the first 1000 frames
+