Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
581caf7
Use NLX_Base_Class_Type to determine recording type.
Sep 8, 2020
2bbc68f
Initial test of Ncs recording type from header.
Sep 8, 2020
c421a30
Decode headers from recent file types and test them.
Oct 8, 2020
5e224b6
Add self to authors file.
Oct 8, 2020
1a5a3fc
Add 4.0.2 test data.
Oct 8, 2020
7008f9c
Do not fully test the 4.0.2 data yet.
Oct 9, 2020
b6f8153
Don’t test 4.0.2 in test of neuralynxio either.
Oct 9, 2020
b0deaf2
Add blank line for PEP8.
Oct 9, 2020
51daa93
Clean up more PEP8 style issues.
Oct 9, 2020
ea95d70
Clean up another whitespace issue for PEP8.
Oct 9, 2020
0a2b959
Move constants into class so accessible for testing.
Oct 9, 2020
799c060
Test of building NcsBlocks.
Oct 12, 2020
409ea41
Handle old files with truncated frequency in header and test.
Oct 13, 2020
2c3f80b
Change interface on parse versus build.
Oct 16, 2020
6000687
Tests for PRE4 type and code corrections.
Oct 19, 2020
c4e05ae
Fix initializer, update loop vars.
Oct 26, 2020
85a05e8
Add additional tests on v5.5.1 with 2 blocks
Oct 26, 2020
846edb0
Tests of block construction for incomplete blocks
Oct 26, 2020
5ba6113
Fix up single block case.
Oct 26, 2020
153446d
Remove unneeded classes. Clean up style.
Oct 27, 2020
968261f
Use private dtype by new private name.
Oct 27, 2020
b6ecbcd
Add test of side effects of read_ncs_files
Oct 27, 2020
6982c59
Use NcsBlocksFactory and logical or.
Oct 27, 2020
d9ade17
Fix off by one in range for list. Comments.
Oct 28, 2020
4af130c
Use standard time calculation for last time of block.
Oct 28, 2020
88880e0
Remove test with tolerance over whole length. Fix microsPerSampUsed a…
Oct 29, 2020
6b8b64a
Tests of raw io for incomplete records multiple block case.
Oct 29, 2020
81f14b2
Update stop times to include time for samples in partially filled rec…
Oct 29, 2020
4ed5679
PEP and style cleanup. Corrected gap comment.
Oct 29, 2020
82c93d9
Line shortening for PEP8.
Oct 29, 2020
ba82efe
More PEP8 items.
Oct 29, 2020
b7d8712
Correct column error in data tested.
Oct 29, 2020
84af1cd
Update comment on PRE4 file limitations.
Oct 29, 2020
9008a53
Tests for PRE4 file type in Cheetah v4.0.2.
Oct 29, 2020
0671428
PEP8 indent corrections.
Oct 29, 2020
8589105
Small PEP8 correctin.
Oct 29, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/source/authors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ and may not be the current affiliation of a contributor.
* rishidhingra@github
* Hugo van Kemenade
* Aitor Morales-Gregorio [13]
* Peter N Steinmetz [22]

1. Centre de Recherche en Neuroscience de Lyon, CNRS UMR5292 - INSERM U1028 - Universite Claude Bernard Lyon 1
2. Unité de Neuroscience, Information et Complexité, CNRS UPR 3293, Gif-sur-Yvette, France
Expand All @@ -74,6 +75,7 @@ and may not be the current affiliation of a contributor.
19. IAL Developmental Neurobiology, Kazan Federal University, Kazan, Russia
20. Harden Technologies, LLC
21. Institut des Neurosciences Paris-Saclay, CNRS UMR 9197 - Université Paris-Sud, Gif-sur-Yvette, France
22. Neurtex Brain Research Institute, Dallas, TX, USAs

If we've somehow missed you off the list we're very sorry - please let us know.

Expand Down
Loading