Skip to content

Commit

Permalink
hotfix: Change Morlet cycles for better alpha
Browse files Browse the repository at this point in the history
This is primarily being changed for the upcoming Alpha and Beta
tutorials
  • Loading branch information
asoplata committed Nov 6, 2024
1 parent 401c8c0 commit 80c43d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hnn_core/gui/_viz_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def _update_ax(fig, ax, single_simulation, sim_name, plot_type, plot_config):
max_f = plot_config['max_spectral_frequency']
step_f = 1.0
freqs = np.arange(min_f, max_f, step_f)
n_cycles = freqs / 8.
n_cycles = freqs / 2.
dpls_copied[0].plot_tfr_morlet(
freqs,
n_cycles=n_cycles,
Expand Down

0 comments on commit 80c43d3

Please sign in to comment.