-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.json
More file actions
52 lines (52 loc) · 1.66 KB
/
Copy pathdefaults.json
File metadata and controls
52 lines (52 loc) · 1.66 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
51
52
{
"experimentSetup": {
"bpodCOMPort": 0,
"analogInputModuleCOMPort": 0,
"enableOlfactometer": true,
"olfaConfigFile": "examples/olfa_config_with_flow_rates.json",
"protocolFile": "examples/protocolWithoutSniff.json",
"experimentType": 0,
"shuffleMultiplier": 0,
"nTrials": 300,
"noResponseCutoff": 0,
"autoWaterCutoff": 0,
"maxITI": 10,
"minITI": 6,
"mouseNum": 1234,
"rig": "e"
},
"bpodChannels": {
"leftSensorPortNum": 1,
"leftWaterValvePortNum": 1,
"leftWaterValveDuration": 25,
"rightSensorPortNum": 3,
"rightWaterValvePortNum": 3,
"rightWaterValveDuration": 25
},
"streamingPlot": {
"y_max": 5.0,
"y_min": 0.0,
"max_t": 10,
"dt": 0.001,
"plotInterval": 1
},
"bpodFlexChannels": {
"channelTypes": [0, 0, 0, 0],
"thresholds_1": [0, 0, 0, 0],
"thresholds_2": [0, 0, 0, 0],
"polarities_1": [0, 0, 0, 0],
"polarities_2": [0, 0, 0, 0],
"modes": [0, 0, 0, 0],
"samplingPeriod": 10
},
"analogInputModule": {
"nActiveChannels": 1,
"samplingRate": 1000,
"inputRanges": ["-2.5V:2.5V", "-10V:10V", "-10V:10V", "-10V:10V", "-10V:10V", "-10V:10V", "-10V:10V", "-10V:10V"],
"thresholdVoltages": [1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
"resetVoltages": [-1.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0],
"enableSMEventReporting": [1, 0, 0, 0, 0, 0, 0, 0],
"enableUSBStreaming": [1, 0, 0, 0, 0, 0, 0, 0],
"enableModuleStreaming": [0, 0, 0, 0, 0, 0, 0, 0]
}
}