Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MRG] fix: increase time for spect plot #18

Open
wants to merge 1 commit into
base: core-gui
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions coregui_gamma/coregui_gamma.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,9 @@ <h4 id="for-zsh">For zsh</h4>
backend from Joblib to MPI for faster simulation times. Otherwise, you
can leave this option as is. We will keep <code>Trials</code> (the
number of trials to simulate) as 1 and the integration timestep
<code>dt (ms)</code> as 0.025 for now. Next, we will change the
<code>tstop (ms)</code> parameter to 250 for a longer simulation.
<code>dt (ms)</code> as 0.025 for now. We will change
<code>Smoothing</code> to 0. Next, we will change the
<code>tstop (ms)</code> parameter to 300 for a longer simulation.
Lastly, we will change the <code>Name</code> to
<code>gamma_L5weak_L2weak</code> to refect the network configuration
we’ll be starting with.</p>
Expand Down
2 changes: 1 addition & 1 deletion coregui_gamma/coregui_gamma.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Configuration files that will simulate PING rhythms as described in the Getting

Before we load in the configuration file, let's update the parameters in the `Simulation` tab.

If you have the [MPI backend](https://jonescompneurolab.github.io/hnn-core/stable/parallel.html) for parallel simulations installed, you can change the backend from Joblib to MPI for faster simulation times. Otherwise, you can leave this option as is. We will keep `Trials` (the number of trials to simulate) as 1 and the integration timestep `dt (ms)` as 0.025 for now. Next, we will change the `tstop (ms)` parameter to 250 for a longer simulation. Lastly, we will change the `Name` to `gamma_L5weak_L2weak` to refect the network configuration we'll be starting with.
If you have the [MPI backend](https://jonescompneurolab.github.io/hnn-core/stable/parallel.html) for parallel simulations installed, you can change the backend from Joblib to MPI for faster simulation times. Otherwise, you can leave this option as is. We will keep `Trials` (the number of trials to simulate) as 1 and the integration timestep `dt (ms)` as 0.025 for now. We will change `Smoothing` to 0. Next, we will change the `tstop (ms)` parameter to 300 for a longer simulation. Lastly, we will change the `Name` to `gamma_L5weak_L2weak` to refect the network configuration we'll be starting with.

## 1. Load/view parameters to “activate” the network and to define the network structure

Expand Down