Skip to content

Commit 25fb5d1

Browse files
authored
more verbose commands
1 parent 3be60d6 commit 25fb5d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,32 +60,32 @@ in in the figure notebooks, and run the corresponding cell for preprocessing in
6060

6161
### Figure 2I & Figure 3B
6262
```
63-
performance_scan_figure2i.py kappaz_idx kappa_star
63+
python performance_scan_figure2i.py kappaz_idx kappa_star
6464
```
6565
will simulate 10000 trajectories of the hidden process with angular velocity observations and HD observations with information rate as as indexed by the first parameter (here, it would pick the kappa_idx-th $\kappa_z$ as specified in the script). The second parameter denotes the $\kappa^{\*} $ value that is used in the fixed-undertainty filter (for Figure 3B, we ran this for several values of $\kappa^{\*} $, and then picked the value that achievied best performance when averaged over all observation rates).
6666
For our manuscript we ran this script with information rates $\kappa_z$ and fixed uncertainty $\kappa^{\*} $ ranging from $\kappa_z = 0.01$ to $\kappa_z = 100$, respectively.
6767

6868
### Figure 3D
6969
```
70-
performance_scan_figure3d.py kappa_star beta
70+
python performance_scan_figure3d.py kappa_star beta
7171
```
7272
will simulate 10000 trajectories of the hidden process with angular velocity observations and HD observations with information rate ranging from $\kappa_z = 0.01$ to $\kappa_z = 100$, and perform filtering with a network filter with dynamic parameters $\kappa^{\*} $ and $\beta$, corresponding to the first and second input parameter, respectively.
7373

7474
### Figure 3F & Figure S4
7575
```
76-
performance_scan_figure3f.py kappa_star beta sigma_N
76+
python performance_scan_figure3f.py kappa_star beta sigma_N
7777
```
7878
will simulate 10000 trajectories of the hidden process with angular velocity observations and HD observations with information rate ranging from $\kappa_z = 0.01$ to $\kappa_z = 100$, and perform filtering with a network filter with dynamic parameters $\kappa^{\*} $ and $\beta$, and neural noise $\sigma_N$, corresponding to the first, second and third input parameter, respectively.
7979

8080
### Figure 4G, H
8181
```
82-
performance_scan_figure4g.py kappaz_idx
82+
python performance_scan_figure4g.py kappaz_idx
8383
```
8484
will simulate 10000 trajectories of the hidden process with angular velocity observations and HD observations with information rate $\kappa_z$ as as indexed by the first parameter.
8585

8686
### Figure S2
8787
```
88-
performance_scan_figureS2.py N
88+
python performance_scan_figureS2.py N
8989
```
9090
will simulate 10000 trajectories of the hidden process with angular velocity observations and HD observations. Here, the input parameter N denotes the number of neurons in a corresponding network simulation.
9191

0 commit comments

Comments
 (0)