This is the repo used to generate figures in Matlab for the paper "A distinct mechanism of temporal integration for motion through depth". This repo uses data generated by another repo: 3d-integ-analysis.
To generate the data in fits/
you will need to install the requirements of the analysis repo: 3d-integ-analysis.
- Clone this repo and the 3d-integ-analysis repo.
- Install the Python requirements for 3d-integ-analysis.
- Run
./3d-integ-analysis/bin/fig_data_gen.sh 3d-integ/fits
to generate fits. (This will take a while.) - In Matlab, run
3d-integ/bin/main.m
.
The resulting pdf figures should now be in 3d-integ/plots/
.
-
bin/ (.m) - creates figures using data in fits/
-
fits/ (.csv) - data created by 3d-integ-analysis
-
plots/ (.pdf) - final figures created by bin/