-
Notifications
You must be signed in to change notification settings - Fork 9
/
NOTES.txt
47 lines (26 loc) · 1012 Bytes
/
NOTES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
Where we are:
a) modify schema so they conform to DID-database and use base instead of ndi_document
b) modify ndi.document so it operates with base instead of ndi_document
c) test the code to make sure all test cases pass
What is next:
a) make a new version of the dumbjsondb implementation that
1) stores the binary files somewhere else and handles the file copying on loading
2) allows the name of the binary file to be specified
b) modify use of writing to binary files so the binary files are made before
the documents are added to the database
c) test the code to make sure all test cases pass
Then, finally:
a) modify ndi.database implementations so it uses did did sql
b) test the code to make sure all test cases pass
Some notes:
a)
ndi.app.spikeextractor:
line 186 *
line 188 *
check lines 437, 458 * (reading)
ndi.app.spikesorter:
line 231 *
c) update ndi.document so merges file names
To update other stuff:
grep "ndi_document\." */*/*.m
also grep "\'ndi_document_"