Skip to content

nsbspl/RAUKF_OLM

Repository files navigation

RAUKF applied to SINGLE OLM Model

Thsi repository contains the code used in [CITATION] in order to produce the RAUKF results.

:warning: Prior to running either of the python files provided you must ensure that the requirements.txt is used to install python modules, as well that the respective NEURON .mod files are compiled prior to usage. Steps to do so are provided below:

pip install virtualenv
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
cd ./multicompartment
nrnivmodl
cd ..
cd ./comp_opt_essential
nrnivmodl
cd ..

After doing so you can run the code residing within main.py and Plot_Comparison.py.

Project Organization

File/FolderDescription
OLM.pyPython implementation of SINGLE model
Plot_Comparison.pyPlots comparison of step current responses
README.orgProject description
comp_opt_essentialSINGLE model implementation
flake.nixNix flake development shell definition
imgOutput directory for generated figures
main.pyRuns RAUKF state estimation for both SINGLE and FULL
multicompartmentFULL model implementation
requirements.txtPyhton requirements

About

RAUKF applied to OLM SINGLE and FULL Models

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published