Skip to content

Commit

Permalink
add explanation for figure1
Browse files Browse the repository at this point in the history
  • Loading branch information
anilbey committed Aug 7, 2024
1 parent 9d509f8 commit 0d4cd47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ BlueCelluLab complements the Blue Brain Project's large-scale simulator neurodam

![Architecture of BlueCelluLab](figures/bluecellulab-system-overview.png)

BlueCelluLab is built on top of the NEURON Python package, providing a high-level API tailored for the common use cases of single neuron or neural network simulations.
The system overview, as illustrated in Figure 1, shows that BlueCelluLab is built on top of the NEURON Python package, providing a high-level API tailored for the common use cases of single neuron or neural network simulations. The figure depicts the key components and interactions within BlueCelluLab, highlighting the modular design that facilitates integration and extension.

BlueCelluLab employs an IsolatedProcess mechanism to run simulations in separate processes when required. For example, prior to simulating neurons, users may need to conduct preliminary simulations to calculate specific properties of the neurons that will be utilised during the main simulation.

Expand Down

0 comments on commit 0d4cd47

Please sign in to comment.