-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdigitalin.xml
More file actions
executable file
·50 lines (50 loc) · 1.21 KB
/
digitalin.xml
File metadata and controls
executable file
·50 lines (50 loc) · 1.21 KB
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
46
47
48
49
50
<?xml version='1.0'?>
<parameters version="1.0" creator="neuroscope-2.0.0">
<acquisitionSystem>
<nBits>16</nBits>
<nChannels>1</nChannels>
<samplingRate>20000</samplingRate>
<voltageRange>20</voltageRange>
<amplification>1000</amplification>
<offset>0</offset>
</acquisitionSystem>
<fieldPotentials>
<lfpSamplingRate>1250</lfpSamplingRate>
</fieldPotentials>
<anatomicalDescription>
<channelGroups>
<group>
<channel skip="0">0</channel>
</group>
</channelGroups>
</anatomicalDescription>
<spikeDetection/>
<neuroscope version="2.0.0">
<miscellaneous>
<screenGain>0.2</screenGain>
<traceBackgroundImage></traceBackgroundImage>
</miscellaneous>
<video>
<rotate>0</rotate>
<flip>0</flip>
<videoImage></videoImage>
<positionsBackground>1</positionsBackground>
</video>
<spikes>
<nSamples>32</nSamples>
<peakSampleIndex>16</peakSampleIndex>
</spikes>
<channels>
<channelColors>
<channel>0</channel>
<color>#0080ff</color>
<anatomyColor>#0080ff</anatomyColor>
<spikeColor>#0080ff</spikeColor>
</channelColors>
<channelOffset>
<channel>0</channel>
<defaultOffset>0</defaultOffset>
</channelOffset>
</channels>
</neuroscope>
</parameters>