neurolib
neurolib copied to clipboard
Easy whole-brain modeling for computational neuroscientists 🧠💻👩🏿🔬
**Overview:** This pull request integrates two main components: 1. **AAL2 Atlas Data Files**: Added Automated Anatomical Labeling 2 (AAL2) atlas parcellation files, specifically `AAL2.nii` and `AAL2.xml`. 2. **Lead-field Matrix Computation...
Hello, I have several questions and would greatly appreciate it if someone could either answer them or direct me to the documentation where I can find the answers. Certainly, here...
Modified example lead-field matrix notebook and lead-field function script to fix some **Python version incompatibility**, also adding some functions like **generating simulated source activities**, **calculating, plotting, and storing simulated EEG...
When using `simulateBOLD()` externally with default initialization, the `F` vector is set to zeros, which throws a division by zero error down the line in numba. This can be avoided...
Dear developers, I am trying to run Wong Wang model, original and reduced version on ds.Cmat network and my purpose is to get proper FC and FCD matrices, but I...
Hi team, I am new to Neurolib. Can a model be tuned to compare with actual EEG data for a cognitive task? I am looking for an example pipeline for...
During the debugging of example-4.1-multimodel-custom-model.ipynb, it was found that the output values of thalamocortical.r_mean_inh (0, :) were all nan. According to the model definition, This indicates that the discharge rate...
Hello, I encountered two issues while debugging your team's neurolib routine example - 4 - multimodel - intro.ipynb: At Neurolib\neurolib - master\neurolib - master\neurolib\models\multimodel\builder\base\backend.py:378, there is a UserWarning: "Your input...
optimal control of the wong wang model full implementation including test file