-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdefault_model_params.json
More file actions
82 lines (63 loc) · 1.4 KB
/
default_model_params.json
File metadata and controls
82 lines (63 loc) · 1.4 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"N_intrnrn": 192,
"N_stell": 384,
"N_per_sheet": 192,
"is_peak": 2,
"is_stdev": 0.136,
"is_mean": 32,
"si_peak": 2.43,
"si_stdev": 0.29,
"si_mean": 22,
"ii_peak": 2,
"ii_stdev": 0.136,
"ii_mean": 32,
"N_per_axis":51,
"N_sheets_stell":4,
"conn_id":"1d",
"instr_id":"1d",
"traj_id": null,
"vel_type": "const",
"input_id":false,
"ss_syn_gmax":6e-6,
"si_syn_gmax":6e-6,
"ii_syn_gmax":4e-4,
"is_syn_gmax":1e-4,
"intrnrn_dc_amp": 1.5e-3,
"stell_const_dc": [1.5e-3,-2.75e-3],
"stell_noise": [150,0,0],
"stell_init_noise": [100,0,0.5],
"intrnrn_noise": [
150,
0,
0
],
"intrnrn_init_noise": [
100,
0,
0.5
],
"noise_seed": 0,
"init_noise_seed": 0,
"Amp_i_theta": 1e-4,
"phi_i_theta": 0,
"omega_i_theta": 0.01,
"stell_theta_Amp": 0,
"stell_theta_omega": 0.01,
"g_h_bar": 0.0015,
"gnap_bar": 0.0005,
"hs_tau": 5.6,
"hf_tau": 0.51,
"n_phases": 64,
"lambda0": 6.2831,
"init_allothetic_input":true,
"allothetic_stell_dc": -0.00265,
"allothetic_nrn_n": 10,
"allothetic_dur":0,
"vel_integ_or": -0.002906,
"si_asym_factor":[1,1],
"is_asym_factor":[1,1],
"is_peak_asym_fact":1,
"is_mean_asym_factor":0,
"extra_params":{},
"netcon_delay":1
}