This repo consists of
- Python package
ladyns
which implements LaDynS [1] - Experimental data analyzed in [1]
- Reproducible IPython notebooks for simulation and experimental data analysis in [1]
Package ladyns
requires:
Python
>= 3.5numpy
>= 1.8matplotlib
andscipy
.
Clone this repo through github:
git clone https://github.com/HeejongBong/ladyns.git
Install package ladyns
using setup.py script:
python setup.py install
The data are available in /data/
. The data file consists of lfp_bred_1.mat
, lfp_bred_2.mat
, and lfp_bred_3.mat
which are the beta band-passed filtered LFP in PFC and V4 for 3 thousand trials, respectively. These data are the results of the preprocess by /example/4_0_preprocess_experimental_data.ipynb
from the original data collected by Khanna, Scott, and Smith (2020) [2].
The scripts are available in /example/
. The scripts for the simulation analysis are provided in Python
notebook from 3_1_...ipynb
to 3_3_...ipynb
. The scripts for the experimental data analysis are provided in Python
notebook 4_1_analyze_experimental_data.ipynb