Skip to content

Commit

Permalink
increased frequency in waves-demo because of angular-wave
Browse files Browse the repository at this point in the history
  • Loading branch information
LynnSchmittwilken committed Mar 27, 2023
1 parent 9a2ede4 commit af053df
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/reference/demos/components/waves.md
Expand Up @@ -210,7 +210,7 @@ w_width = iw.IntSlider(value=10, min=1, max=20, description="width [deg]")
w_ppd = iw.IntSlider(value=20, min=1, max=40, description="ppd")
w_distance_metric = iw.Dropdown(value="horizontal", options=['horizontal','vertical','oblique','radial','rectilinear','angular'], description="distance_metric")
w_freq = iw.FloatSlider(value=0.5, min=0, max=2, description="frequency [cpd]")
w_freq = iw.FloatSlider(value=1, min=0, max=4, description="frequency [cpd / cpc]")
w_rot = iw.FloatSlider(value=0, min=0, max=360, description="rotation [deg]")
w_phase = iw.FloatSlider(value=0, min=0, max=360, description="phase shift [deg]")
Expand Down Expand Up @@ -283,7 +283,6 @@ out = iw.interactive_output(
display(ui, out)
```


## Bessel
{py:func}`stimupy.components.waves.bessel`

Expand Down

0 comments on commit af053df

Please sign in to comment.